
07-22-2005, 06:18 AM
|
|
SEO Junior
|
|
Join Date: Feb 2005
Posts: 16
|
|
|
Fedora Core4 "broken" php
Hi, i have a "small" problem with Fedora, usually i am a Debian person, but i need to configure PHP5 on Fedora Core4. What i don't understand is where i can find the rpms for the curl extension, our website need it and on debian i simply apt-get install php5-curl, same for the xml part.
Unfortunately on fedora php complains that my script calls "undefined functions", in fact the curl and xml modules are not loaded (curl.so and xml.so), i also installed apt for rpm, but the only packages available are gd, dom, xmlrpc and not more.
It seems very strange to me since on fedora core3 (and php4) i had everything working, then we moved to php5 for our software, on debian we had no problem, just use the right repository, on fedora i'm unable to find the packages i need...
can anyone help please? i prefer not to recompile the whole thing by myself just to get 2 extensions...
|