* Thus wrote Alan McDonald ([EMAIL PROTECTED]): > > > I've downloaded the 4.3.7 tar ball and extractted it. I've run configure > > > (after deleting the cache), no errors. I've run make - no errors, I've > then > > > run make install.. no errors, it says it's updating and installing. > > > Now I've restarted my httpd service - I've even rebooted but I'm left > with > > > phpinfo telling me that version 4.2.2 is running. > > > I'm in RH9 and I have no idea why it doesn't install properly.. > > > Can someone shed some light on this? > > > > Not sure if it's relevant, but does httpd.conf point to the new version? > > It's all I have to tweak in Windows. > > > > -- > > Lester Caine > > I must be missing something critical here... I was thinking that the make > install would overwrite the PHP executables but it obviously doesn't .. > Now where in the conf file does the PHP module get mentioned? I;ve searched > it with no mention of PHP!
take a look at the configure line in the output of your phpinfo() (the third entry in the list) script. Notice the gazillion configure options? There are some options in there that cause a special installation of php. But you're basically right, php's installation usually finds the correct place to put its self, mostly because apaches apxs script tell it where to put the library. From my experience RH seems to try its hardest to keep you from compiling your own source code. Conclusion: RPM's to source upgrade doesn't work very well. But I think you've already have seen that :) Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about. No, sir. Our model is the trapezoid! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php