Sablotron

That sucks… Getting this going has been kind of a PITA.

If I setup a new PHP and I botch it up, how do I revert back to something that works?

I currently have 5.1.6 installed on my CentOS 4 box with 5.2.3 being the latest release.

I did rhe4x because cos4x wasn’t a valid option. Is this acceptable?

Yes, that’s correct.

[quote=IWorx-Chris;3206]Sorry, I did omit the last part :).

You can delete any -103 RPMs in the RPMS/i386 directory. The -104’s are the ones you want and should install clenaly without forcing since I had you update the release ver.

Just rpm -Uvh <RPM NAME>

Where <RPM NAME> should be the list of RPMs you want to install. You may just do them all and use * for <RPM NAME>

Chris[/quote]

Preparing...                ########################################### [100%]
        package php-mysql-5.1.6-3.el4s1.5 (which is newer than php-mysql-5.1.1-100.rhe4x.iworx) is already installed
        package php-devel-5.1.6-3.el4s1.5 (which is newer than php-devel-5.1.1-100.rhe4x.iworx) is already installed
        package php-5.1.6-3.el4s1.5 (which is newer than php-5.1.1-100.rhe4x.iworx) is already installed
        file /etc/php.ini from install of php-5.1.1-100.rhe4x.iworx conflicts with file from package php-common-5.1.6-3.el4s1.5
        file /usr/bin/php from install of php-5.1.1-100.rhe4x.iworx conflicts with file from package php-cli-5.1.6-3.el4s1.5
        file /usr/share/man/man1/php.1.gz from install of php-5.1.1-100.rhe4x.iworx conflicts with file from package php-cli-5.1.6-3.el4s1.5

Now I am trying to install an older version than the one already installed, but it is the version I modified to work with XSL. The only files in the i386 directory are the ones I made. Do I have to force?

Yes, you’ll need for force the older version.

Paul