installing_from_source_on_debian
This is an old revision of the document!
Table of Contents
Installing NAV from source on Debian GNU/Linux
This is an attempt at a guide and a few helpful pointers for those who don't care to use the prepackaged NAV for Debian. The versions used here are Debian Etch and NAV 3.3.0-rc1.
Installing dependencies
Install NAV's runtime dependencies:
sudo aptitude install perl python java-virtual-machine apache2-mpm-prefork \
cricket php4-gd php4-pgsql postgresql-8.1 tomcat5.5 \
libapache2-mod-php4 libapache2-mod-python libpgjava \
libpg-perl libnetaddr-ip-perl libdbd-pg-perl \
libsnmp1.4-java libsnmp-session-perl python-pysnmp2 \
logrotate python-cheetah python-egenix-mxdatetime \
python-forgethtml python-forgetsql python-gammu \
python-ipy python-ldap python-psycopg python-rrd \
makepasswd wwwconfig-common samba-common
And, of course, NAV's build time dependencies:
sudo aptitude install FIXME
Unpacking and building NAV
tar xvzf nav-3.3.0_rc1.tar.gz cd nav-3.3.0_rc1 autoconf ./configure export CLASSPATH=/usr/share/java/libsnmp-1.4.jar:/usr/share/java/postgresql.jar:/usr/share/java/servlet-api.jar make sudo make install
installing_from_source_on_debian.1190105209.txt.gz · Last modified: by morten
