Re: urgent: how to downgrade php4.3.3rc2

2003-08-14 Thread K Anderson


Redmond Militante wrote:
hi

i upgraded mod_php4 via ports on my apache box the other day
i just went to the mod_php4 directory, make deinstall, make clean
install and restarted apache.
i was upgraded to php4.3.3rc2 from 4.3.1.

i need to get the old version back as we make extensive use of pdflib.
pdflib5x is not supported in php4.3.3rc2.  can anyone please tell me how
to downgrade php4.3.3rc2 on this machine?  it's pretty critical.. 

thanks
redmond
If you are using ports to do it you might still have the old php 
download in were the distfile(s) are kept. If not you might be able to 
grab the source from php's home site and have at it.

It's a shame that nobody has thought to add the release candidates as a 
separate port so that if this sort of problem arises things can be 
rectified. Of course they might argue, that's what backing up your 
system is all about. Or don't do RC unless you investigate its pitfalls 
first.

On another note, and this might save your butt in the future, get the 
portupgrade package installed. It has the option of creating a package 
out of what you are about to upgrade/deinstall (or something like that). 
Don't know how slick it works but it's there.

Gads, I just noticed that I have RC1.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


urgent: how to downgrade php4.3.3rc2

2003-08-14 Thread Redmond Militante
hi

i upgraded mod_php4 via ports on my apache box the other day
i just went to the mod_php4 directory, make deinstall, make clean
install and restarted apache.

i was upgraded to php4.3.3rc2 from 4.3.1.

i need to get the old version back as we make extensive use of pdflib.
pdflib5x is not supported in php4.3.3rc2.  can anyone please tell me how
to downgrade php4.3.3rc2 on this machine?  it's pretty critical.. 

thanks
redmond


pgp0.pgp
Description: PGP signature


Re: urgent: how to downgrade php4.3.3rc2

2003-08-12 Thread Paulius Bulotas
Hi,

On 03 08 08, K Anderson wrote:
 It's a shame that nobody has thought to add the release candidates as a 
 separate port so that if this sort of problem arises things can be 
 rectified. Of course they might argue, that's what backing up your 
 system is all about. Or don't do RC unless you investigate its pitfalls 
 first.

Learn how to use CVS:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html

Or see here:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/mod_php4/?only_with_tag=RELEASE_5_1_0
and use Download this directory in tarball.

Paulius
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: urgent: how to downgrade php4.3.3rc2

2003-08-10 Thread Nick Rogness
On Fri, 8 Aug 2003, Redmond Militante wrote:

 hi

 i upgraded mod_php4 via ports on my apache box the other day i just went
 to the mod_php4 directory, make deinstall, make clean install and
 restarted apache.

 i was upgraded to php4.3.3rc2 from 4.3.1.

 i need to get the old version back as we make extensive use of pdflib.
 pdflib5x is not supported in php4.3.3rc2.  can anyone please tell me how
 to downgrade php4.3.3rc2 on this machine?  it's pretty critical..

I made a copy of the 4.3.1 mod_php port dir on my machine and put
it at:

http://freebsd.rogness.net/mod_php4.tar

To install:

# cd /usr/ports/www
# rm -r mod_php4
# fetch http://freebsd.rogness.net/mod_php4.tar
# tar -xvpPf mod_php4.tar
# cd mod_php4
# make install

I'm not sure of any other way to downgrade like this.

Nick Rogness [EMAIL PROTECTED]
-
  How many people here have telekenetic powers? Raise my hand.
-Emo Philips


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]