Re: [GENERAL] Adding contrib modules

2005-08-18 Thread Jonathan Villa
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jonathan Villa schrieb: > >> Yes, I'm running on Linux >> >> I did not try ldconfig, however I just have... and same result >> >> tsearch2.so is in /usr/local/pgsql/lib and my home /usr/local/pgsql >> >> Also, logs say the same thing that fts.ou

Re: [GENERAL] Adding contrib modules

2005-08-18 Thread Mario Guenterberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan Villa schrieb: > Yes, I'm running on Linux > > I did not try ldconfig, however I just have... and same result > > tsearch2.so is in /usr/local/pgsql/lib and my home /usr/local/pgsql > > Also, logs say the same thing that fts.out says I'm

Re: [GENERAL] Adding contrib modules

2005-08-18 Thread Jonathan Villa
> Jonathan Villa schrieb: > >> Thanks... at least know I'm doing to correctly... but I still get the >> errors. I've done everything as it states on the tsearch-V2-intro.html >> page... and then I run >> >> psql ftstest < tsearch2.sql &> fts.out >> >> for testing of course >> >> the fts.out file

Re: [GENERAL] Adding contrib modules

2005-08-18 Thread Marko Kreen
On Wed, Aug 17, 2005 at 01:14:43PM -0500, Jonathan Villa wrote: > Thanks... at least know I'm doing to correctly... but I still get the > errors. I've done everything as it states on the tsearch-V2-intro.html > page... and then I run > > psql ftstest < tsearch2.sql &> fts.out > > for testing of

Re: [GENERAL] Adding contrib modules

2005-08-17 Thread Mario Guenterberg
Jonathan Villa schrieb: > Thanks... at least know I'm doing to correctly... but I still get the > errors. I've done everything as it states on the tsearch-V2-intro.html > page... and then I run > > psql ftstest < tsearch2.sql &> fts.out > > for testing of course > > the fts.out file has thing

Re: [GENERAL] Adding contrib modules

2005-08-17 Thread Jonathan Villa
> Jonathan Villa schrieb: > >> thanks, that seemed to work ok... now.. how do I use tsearch2? meaning, >> how do I run the script? is it against the database I was to use it >> with? >> example >> >> psql -d mytestdb < tsearch2.sql >> >> Granted, this is a new database that has not worked with t

Re: [GENERAL] Adding contrib modules

2005-08-17 Thread Mario Guenterberg
Jonathan Villa schrieb: > thanks, that seemed to work ok... now.. how do I use tsearch2? meaning, > how do I run the script? is it against the database I was to use it with? > example > > psql -d mytestdb < tsearch2.sql > > Granted, this is a new database that has not worked with tsearch2 bef

Re: [GENERAL] Adding contrib modules

2005-08-17 Thread Jonathan Villa
> Jonathan Villa schrieb: >> I'm having some trouble getting one of the contrib modules to load >> correctly... >> >> it's for tsearch2.sql >> >> I've tried >> >> ./configure --prefix=/usr/local/pgsql >> gmake all >> gmake install >> >> and I've also tried, from the contrib/tsearch2/ dir, >> >> gma

Re: [GENERAL] Adding contrib modules

2005-08-16 Thread Mario Guenterberg
Jonathan Villa schrieb: > I'm having some trouble getting one of the contrib modules to load > correctly... > > it's for tsearch2.sql > > I've tried > > ./configure --prefix=/usr/local/pgsql > gmake all > gmake install > > and I've also tried, from the contrib/tsearch2/ dir, > > gmake > > but

[GENERAL] Adding contrib modules

2005-08-16 Thread Jonathan Villa
I'm having some trouble getting one of the contrib modules to load correctly... it's for tsearch2.sql I've tried ./configure --prefix=/usr/local/pgsql gmake all gmake install and I've also tried, from the contrib/tsearch2/ dir, gmake but that fails when looking for flex, which by the way, is