* Thus wrote Will Collins: > I'm having problems upgrading PHP from 4.2.2 to 4.3.8 on RedHat 9. I've > tried simply making the 4.3.8 from source, but RedHat didn't use the default > PHP folder structure is seems, since there has been no change in my PHP > version. I also tried the "./configure" string returned by 'phpinfo()' > (assuming that the correct path info was included) with no luck. Does > anyone have any tips on an easier way to upgrade?
I'm assuming that the 4.2.2 was installed from an rpm. If you notice, the 4.2.2 configure string probably has like 3000 different options set. The problem is that when the rpm was built and bundled, it was on a system that had all the 'devel' rpm's installed. The 'devel' rpm's usually contain's all the files needed to detect and compile with php. One option is to install all the devel rpms that are dependent on php to be configured with all those options. The other option would involve bringing your system out of the dependency of RPM's, I wouldn't suggest that unless your very comfortable with RH's system. The last one, and perhaps the best solution, is to scratch that system and build a new one with a more current OS. 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