XML-RPC PHP Installation Help Needed!

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
daniel_grant
Forum Newbie
Posts: 2
Joined: Sun Apr 30, 2006 6:56 pm

XML-RPC PHP Installation Help Needed!

Post by daniel_grant »

Hello,

I am tyring to install the Ubersmith Control Panel onto a website I run, however, I cannot proceed with the installation as I get the following:

PHP4 Version 4.4.2 (apache) OK
Safe Mode disabled OK
Ubersmith Location / OK
Configuration and Token files present OK
.htaccess file present OK
Apache AllowOverride enabled OK
__FILE__ Directive supported OK
cURL extension installed OK
XML-RPC extension not installed error
Ubersmith requires the XML-RPC PHP extension in order to run.

GD extension installed OK
Mcrypt extension installed OK
OpenSSL extension installed OK
Program execution functions allowed OK
set_time_limit() function allowed OK
Memory Limit 20Mb OK
File uploads allowed OK

My current server setup is:

Apache 1.3.34
PHP 4.4.2

I am using the DirectAdmin Control Panel, with Fedora Core and I also have root access to the server.

My question is this, can anyone provide me with a simple guide on how to get this working? I've looked high and low on the internet and I can't seem to find a solution that I can implement.

So if anyone can tell me exactly how to rectify this error, it would be very greatly appreciated.

Thanks alot,

Daniel.
daniel_grant
Forum Newbie
Posts: 2
Joined: Sun Apr 30, 2006 6:56 pm

Post by daniel_grant »

I just need to recompile Apache with XML-RPC Extensions.

Does no one know how to do this?
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

According to the error message you need to install/enable the xml-rpc extension.. And it's explained in the install.txt that comes with the php distribution package..
Post Reply