Hello,
I am trying to get php/apache configured to run imp from the horde project. My frustration begins with PEAR. My php version is 4.2.3 running on mandrake 9. I am told that pear is included with 4.3.x, but there isn't an rpm I can find, and I have no clue how to compile it.
The second problem is XML support. IMP tells me I need to recompile with the --with-xml option, or something. I would happily compile if it worked, I'd get a newer version of php and xml support. I'm just not experienced with compiling.
If I do 'phpinfo()' which will echo the 'build string' and I use that to compile, will it be configured the same as I have it now? I want to upgrade, but if I compile php, I want to make sure it doesn't conflict in terms of configuration. I should be able to ./configure with the options echoed by php_info() or whatever the function is, right?
My concern is that I'm running php as an apache module, not a standalone executable. How do I compile php so that it in fact does run as a module?
There are a few pages on the web that describe compiling php on linux, but most of them are way over my head, and they all are different enough that I am lost. The server is a production server, which makes a little weary about compiling if it fails.
I would like to learn compiling if thats what it takes. But I do have php-xml installed (rpm) and expat (rpm), but I still can't get horde to run...it says xml is not available. What to do!!!
Thanks