un pacman linked against that library to downgrade to curl.Hello,
Is there a possibility to downgrade from current curl version 7.29.0 to lower version? (last one before 7.29.0)?
mkdir /tmp/pacman_build
cd /tmp/pacman_build
cp /var/cache/pacman/pkg/curl-7.26.0-1-x86_64.pkg.tar.xz .
tar -xJf curl-7.26.0-1-x86_64.pkg.tar.xz
sudo LD_PRELOAD=/tmp/pacman_build/usr/lib/libcurl.so pacman -U /var/cache/pacman/pkg/curl-7.26.0-1-x86_64.pkg.tar.xz
sudo pacman -Su
rm -r /tmp/pacman_build
It's no deffrence, the bellow comaneds came from http://www.directadmin.com/setup.shI'm using Debian and curl is from custombuild.
if [ "$CURLDEV" -eq 0 ]; then
#only applies to centos 6
if [ "${FILES_PATH}" = "es_6.0" ] || [ "${FILES_PATH}" = "es_6.0_64" ]; then
echo "Installing libcurl-devel..";
yum -y install libcurl-devel
yum remove curl
rpm -i curl.x.x.x.rpm
You can change the version in versions.txt as long as you have autover=no in options.conf.