Source tree compilation on Debian/Ubuntu

From genomewiki
Revision as of 15:03, 16 September 2009 by Max (talk | contribs)
Jump to navigationJump to search

I did this on my Debian Lenny am64 machine:

aptitude install libmysqlclient15-dev mysql-server-5.0
mkdir -p /var/www/genome/
export MACHTYPE=$(uname -m)
export MYSQLINC=/usr/include/mysql
# libmysqlclient.a does not contain SSL symbols, so use shared library
export MYSQLLIBS="-lmysqlclient -lz"