Saturday, December 11, 2004

Setting up java tomcat on linux X - Install Pgaccess

Install Pgaccess

cd /usr/local/src
gunzip pgaccess-0_99_0_20040219.tgz
tar -xf pgaccess-0_99_0_20040219.tar

cp -R pgaccess-0_99_0_20040219 /usr/local/pgaccess

cd pgaccess-0_99_0_20040219

make clean
make all
cat "/usr/local/pgaccess/lib" >> /etc/ld.so.conf
ldconfig

No comments:

Post a Comment