myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3255] branches/wf4ever/installers/ubuntu/install


From: noreply
Subject: [myexperiment-hackers] [3255] branches/wf4ever/installers/ubuntu/install.bash: Depend on libcurl4-gnutls-dev
Date: Wed, 12 Dec 2012 16:29:46 +0000 (UTC)

Revision
3255
Author
stain
Date
2012-12-12 16:29:46 +0000 (Wed, 12 Dec 2012)

Log Message

Depend on libcurl4-gnutls-dev

..to avoid conflict with libraptor1-dev  on 12.12

Modified Paths

Diff

Modified: branches/wf4ever/installers/ubuntu/install.bash (3254 => 3255)


--- branches/wf4ever/installers/ubuntu/install.bash	2012-12-12 14:03:54 UTC (rev 3254)
+++ branches/wf4ever/installers/ubuntu/install.bash	2012-12-12 16:29:46 UTC (rev 3255)
@@ -21,7 +21,7 @@
 
 echo "Installing required packages using apt-get install"
 sudo apt-get update || { echo "Could not update apt-get. Aborting ..."; exit 5; }
-sudo -n apt-get install -y build-essential exim4 git-core curl libcurl3 libcurl3-gnutls libcurl4-openssl-dev openssl libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev libyaml-dev mysql-server libmysqlclient-dev libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion libmagickwand-dev graphviz gcj-jre-headless libraptor1-dev || { echo "Could not install required using apt-get install. Aborting ..."; exit 6; }
+sudo -n apt-get install -y build-essential exim4 git-core curl libcurl3 libcurl3-gnutls libcurl4-gnutls-dev openssl libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev libyaml-dev mysql-server libmysqlclient-dev libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion libmagickwand-dev graphviz gcj-jre-headless libraptor1-dev || { echo "Could not install required using apt-get install. Aborting ..."; exit 6; }
 
 echo "Installing and configuring RVM"
 sudo bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer ) || { echo "Could not install RVM. Aborting ..."; exit 7; }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]