[csw-users] downgrading curl
James Lee
james at blastwave.org
Wed Feb 7 18:27:53 CET 2007
On 07/02/07, 16:06:41, "Lundgren," Scott <SELundgr at email.uncc.edu> wrote
regarding [csw-users] downgrading curl:
> My ignorance of package management is showing. The majority of the SAMP
> (Solaris, Apache, MySQL, Perl/PHP) environment we run comes from
> blastwave except for PHP because I need oracle support compiled in.
> Because I compile my own PHP I ran into a bug
> (http://bugs.php.net/bug.php?id=39354) that php doesn't play nice with
> CURL 7.16 whose blastwave package I recently upgraded to.
> How do I downgrade from CURL 7.16 to the previous stable package ?
> How do I find which packages depend specifically on 7.16 ?
Do you know if 7.16.1 fixes the problem? This was recently released
to unstable as 7.16.1,REV=2007.02.03.
The package in stable is 7.16, to downgrade further you will have
to get a backup copy and install manually.
First remove curl and curlrt (as root):
# pkgrm CSWcurl CSWcurlrt
Old packages are stored here:
http://blastwave.informatik.uni-erlangen.de/oldpkgs/
grab the back ups, eg:
$ wget http://blastwave.informatik.uni-erlangen.de/oldpkgs/unstable/spa\
rc/5.8/curlrt-7.15.5,REV=2006.08.12-SunOS5.8-sparc-CSW.pkg.gz
decompress:
$ gunzip curlrt-7.15.5,REV=2006.08.12-SunOS5.8-sparc-CSW.pkg.gz
and install (as root):
# pkgadd -d curlrt-7.15.5,REV=2006.08.12-SunOS5.8-sparc-CSW.pkg
and same for curl.
James.
More information about the users
mailing list