| From: | "Jonathan Villa" <jonathan(at)innovativesource(dot)net> |
|---|---|
| To: | "Mario Guenterberg" <mg(at)mattheis-berlin(dot)de> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Adding contrib modules |
| Date: | 2005-08-18 18:24:30 |
| Message-ID: | 44877.206.166.83.50.1124389470.squirrel@mail.innovativesource.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
> 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 things like
>>
>> ERROR: type "tsvector" does not exist
>> ERROR: type "tsquery" does not exist
>> ERROR: function lexize("unknown", "unknown") does not exist
>>
>> I'm totally baffled... I'm running 7.4.8 by the way
>
> I think you running a linux/unix machine?
> Have you executed ldconfig or similiar after you installed tsearch2?
> Is the tsearch2.so in your library path?
>
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
*shrug*
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Steve Crawford | 2005-08-18 18:46:14 | Re: Same database, different query plans |
| Previous Message | Chris Travers | 2005-08-18 18:16:33 | Re: Generating random values. |