Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver4.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver4.xml,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver4.xml 21 Feb 2004 07:03:59 -0000 1.6 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/aolserver4.xml 1 Apr 2004 22:51:17 -0000 1.7 @@ -104,6 +104,18 @@ nspostgres.c: In function `Ns_PgTableList': nspostgres.c:679: warning: passing arg 3 of `Tcl_DStringAppend' as signed due to prototype then PostGreSQL is probably not in the standard location. The location of PostGreSQL is very dependent on which method was used to install it. To correct the problem, replace LSB with the path to the path to your PostGreSQL installation. Often this is /usr/local/pgsql. + Another possibility is that you may need to set + the LD_LIBRARY_PATH environmental variable. You may + still get warnings, but sometimes this will fix things + enough to work. + [root nspostgres]# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pgsql/lib + + You can use the + ldd command to verify + that all libraries are linked in: + ldd nspostgres.so + + If you run into problems with libpq.a do the following (and repeat the step above) [root nspostgres]# ranlib /usr/local/pgsql/lib/libpq.a If you run into problems with the linker, edit the Makefile. Add -lnsdb to the MODLIBS var. @@ -176,4 +188,4 @@ ($Id$) - \ No newline at end of file +