Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml,v diff -u -N -r1.18 -r1.19 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml 14 May 2004 14:10:28 -0000 1.18 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/other-software.xml 19 May 2004 12:19:25 -0000 1.19 @@ -580,6 +580,15 @@ [$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$ /usr/local/pgsql/bin/psql $OPENACS_SERVICE_NAME -f /usr/local/src/postgresql-7.3.4/contrib/tsearch/tsearch.sql /usr/local/pgsql/bin/psql $OPENACS_SERVICE_NAME -f /usr/local/src/postgresql-7.3.4/contrib/pgsql_contrib_openfts/openfts.sql + + + If you get the error + ERROR: could not access file "$libdir/tsearch": no such file or directory + It is probably because PostgreSQL's libdir configuration variable points to a diffent directory than where tsearch is. + You can find out where PostgreSQL expects to find tsearch via + pg_config --pkglibdir + +