Skip to content

Instantly share code, notes, and snippets.

@toutpt
Created February 19, 2012 18:28
Show Gist options
  • Save toutpt/1864999 to your computer and use it in GitHub Desktop.
Save toutpt/1864999 to your computer and use it in GitHub Desktop.
linux dependencies for Plone
#utilities to download and extract
apt-get install wget curl tar unzip bzip2 gzip readline-common
#system deps
apt-get install libxml2 libxslt1 libjpeg62 libpng12-0 libpng3
#compile stuff
apt-get install build-essentials python-dev
apt-get install libssl-dev zlib1g-dev libreadline5-dev libjpeg62-dev libxml2-dev libxslt1-dev
#index binary doc
apt-get install wv xpdf
#apt-get install ldap-utils libldap-2.4-2 libnss-ldap
#apt-get install libldap2-dev libsasl2-dev libcrypto++-dev libssl-dev
apt-get install mysql-server mysql-client
apt-get install libmysqlclient15-dev
#apt-get install postgresql-8.3 postgresql-client-8.3
#apt-get install libpq-dev
apt-get install python-profiler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment