Trying to create xml.so for my php installation.
Hi All,
I recently added curl to my php installation by configuring and compiling php with it, but not installing it, and then copying the curl.so file into my extensions. It's a miracle it actually worked with me at the wheel.
I am trying to do the same thing now to get php-xml. I have installed expat (make install and make installlib), which php.net says is required to compile php with the --with-xml option, and have done the ./configure and make successfully on php, but there is no xml.so file. I don't want to recompile and install php, just get the xml.so file created.
Mandrake 10.1, php-4.3.8, expat-2.0.0.
Any ideas on why that wouldn't be created?
Thanks!
|