Page 1 of 1

Apache Friends php.ini need to use code for xmlrpc/php

PostPosted: 12. March 2009 16:10
by nebraskadad
I am running ApacheFriends on Fedora Core 9. I have the typical install.
I did a yum -y update xmlrpc on the Fedora box.. (per the applications recommendation)
The ApacheFriends is a standard apache friends, install.. Is there something I can do with ApachefriendsROOT/etc/php.ini to grab the correct extension=xmlrpc?


Is there a way to recompile just the PHP portion from source for apachefriends?

I am using an application with following predicates:

To install the xmlrpc library on Linux/Unix

If you are using PHP as provided by the OS, you can just install the appropriate package, and restart apache:
* On RedHat, Fedora, CentOS and SuSE, the command is: yum install php-xmlrpc

If you compiled your PHP from source

1. You need to recompile PHP from source
2. add --with-xmlrpc to the command line when you run configure

Any insight would be deeply appreciated...

Re: Apache Friends php.ini need to use code for xmlrpc/php

PostPosted: 26. March 2009 15:22
by Linux_Noob
Did you ever figure out how to do this?
I need to do the same thing...

Re: Apache Friends php.ini need to use code for xmlrpc/php

PostPosted: 27. March 2009 13:24
by cassia.nobre
Hi,
see my post "How to compile xampp for linux with xmlrpc". I think the solution can help you.
Regards, Cassia.