How to install -------------- First Build and install - GNU readline (at least 4.2a) - expat - swig (1.3a5 or later) - phlib ( 1.14 or later) [ http://www.nfluid.com ] Now you can build and install Goldwater: shell> ./configure --prefix= --with-phlib= shell> make shell> make install shell> make install-perl Setting up Goldwater -------------------- Goldwater supplies a collection of libraries which need to be accessible by clients and servers written with the Goldwater API. There are two ways to achieve this: 1. Set LD_LIBRARY_PATH for each environment working with goldwater: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib/goldwater:/lib/phlib where is as supplied to configure --prefix... for goldwater is where phlib has been installed 2. Set the library path globaly in /etc/ld.so.conf: vi /etc/ld.so.conf add /lib/goldwater add /lib/phlib ldconfig