Index: [Article Count Order] [Thread]

Date:  Sun, 7 Jan 2007 15:47:38 -0500
From:  "Brian N. Smith" <brian (at mark) nuonce.net>
Subject:  [coba-e:08509] Re: AdmServer Problem after Upgrade to PHP5
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <006401c7329d$11c7f5c0$1e64a8c0 (at mark) nuonce.net>
References:  <afd5bba50701070302m3b19fa58l392fe8f3fe2badf4 (at mark) mail.gmail.com> <002201c7326d$d704d270$1e64a8c0 (at mark) nuonce.net> <afd5bba50701071135kbe382d1r9107993626ba7e6 (at mark) mail.gmail.com>
X-Mail-Count: 08509

> That is a bummer.  Well, how do I revert back to the version BQ 
> needs?

You have to first figure what you install;

rpm -qa | grep php

Then you can do;

rpm -e rpm1 rpm2 rpm3 rpm4

Change rpm1, 2, 3, 4 to the actual names.

Then you can do this;

yum install php-mbstring php-mysql php-gd php php-pear php-imap

That will re-install PHP v4.3.9, which is the default!

Thanks,
Brian