Re: [EMAIL PROTECTED] can php module be compiled like this

2006-08-15 Thread Nick Kew
On Tuesday 15 August 2006 03:28, Joshua Slive wrote: and when I tried to start apache, it says can't load php4.so? If your apache httpd was not originally compiled with mod_so included, then there is no way to load dso modules. You will need to recompile apache httpd, either to add

Re: [EMAIL PROTECTED] can php module be compiled like this

2006-08-15 Thread g xy
Thanks for all your kindly reply I think what nick said is right, it should be oraiginally compiled with mod_so, to be more clear, I'll show the details here in fact, the production server is oracle's html_db companion CD, it supports jsp and php ,oracle use apache 1.37 as its embeded http server

[EMAIL PROTECTED] can php module be compiled like this

2006-08-14 Thread g xy
Hi,All I now meet a very difficult envirenment. I have a apachehttp server running which was originally compiled without DSO support, now I want to substitute the php module to let it include new version of mysql client. How should I do ? can I compile it with another apxs and then copy the

Re: [EMAIL PROTECTED] can php module be compiled like this

2006-08-14 Thread Joshua Slive
On 8/14/06, g xy [EMAIL PROTECTED] wrote: Hi,All I now meet a very difficult envirenment. I have a apache http server running which was originally compiled without DSO support, now I want to substitute the php module to let it include new version of mysql client. How should I do ? can I