|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
adding xml support to php
I am attempting to add the necessary xml support to get horde/imp webmail going on our linux server, and I'm having trouble.
I added every xml rpm possible and enabled (uncommented) every php module in php.ini. My platform is: Linux Mandrake 9.0 PHP version 4.2.3 I don't know how to do any compiling, and I wouldn't mind compiling if I had a clue how to get it working right. The server is a production machine, so stability and uptime is a must. When I try to run horde/imp I get an error saying the xml functions are not available and to recompile php with xml support. Have any ideas? |
|
#2
|
|||
|
|||
|
RE: adding xml support to php
where the php source is located:
[path/to/php]# ./configure --activate-module=/path/to/xml/thing [path/to/php]# make [path/to/php]# make install this should work. |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > adding xml support to php |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|