- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name: perry
Subject: Installing dpsearch-4.31 with postgresql-8.0.3 on freebsd 5.1

1.
#./configure --with-pgsql  --with-pgsql=/usr/local/pgsql/ 
--enable-freebsd-pthreads --with-extra-charsets=all
2.
#make 
#make install
3.
su - postgres
/usr/local/pgsql/bin/createdb search
4.
Edit indexer.conf 
DBAddr  pgsql://user:password@/search/
5.
#./indexer -Ecreate

ERROR:  permission denied for language c

ERROR:  function clean_srvinfo() does not exist

why?create table fail.

thanks :-)

- - - - - - - - - - - - - - - - - - - - - - - - - - - -

Read the full topic here:
http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=01;post=

Reply via email to