Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 23rd, 2005, 01:41 AM
Marcel Boscher
Guest
 
Posts: n/a
Default Installing FullTextSearchTool tsearch2

Hello everybody,

i tried to "J.U.S.T" install the FullTextSearchTool tsearch2 under the
guidiance of :
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
<http://www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/>
and i'm almost losing my mind...
<runningagainstwallheadsfirst>
after i installed postgre which works fine i change to the folder
/contrib/tsearch2/
there i guessed to use MAKE as it is not mentioned in the manual
seemed to work...
from then everything i tried to execute as guided on their website i get
loads and pagelong error messages varying in many different error messages
most are current transaction is aborted til end stuff
over to syntax error at or near default at character 1
or could not access file$libdir/tsearch2: no such file or directory

does anybody have a short instruction manual with only the syntax
on how to install the fulltextcrap without 10000 words around telling
lies of how wonderful and easy this god made tool is? ...
Gods are here to see:
http://www.sai.msu.su/~megera/postgr...g-teodor-1.jpg
<http://www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/>
Just a simple 10 line instruction on what to do after installing
postgre the fashioned old way and now wanting to add tsearch2

Any help would be appreciated
Thx in advance

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

  #2  
Old November 23rd, 2005, 01:41 AM
Tino Wildenhain
Guest
 
Posts: n/a
Default Re: Installing FullTextSearchTool tsearch2

Hi,

Am Mi, den 18.08.2004 schrieb Marcel Boscher um 17:42:[color=blue]
> Hello everybody,
>
> i tried to "J.U.S.T" install the FullTextSearchTool tsearch2 under the
> guidiance of :
> http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
> <http://www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/>
> and i'm almost losing my mind...
> <runningagainstwallheadsfirst>
> after i installed postgre which works fine i change to the folder
> /contrib/tsearch2/
> there i guessed to use MAKE as it is not mentioned in the manual
> seemed to work...
> from then everything i tried to execute as guided on their website i get
> loads and pagelong error messages varying in many different error messages
> most are current transaction is aborted til end stuff
> over to syntax error at or near default at character 1
> or could not access file$libdir/tsearch2: no such file or directory
>
> does anybody have a short instruction manual with only the syntax
> on how to install the fulltextcrap without 10000 words around telling
> lies of how wonderful and easy this god made tool is? ...[/color]

You are telling you read:

http://www.sai.msu.su/~megera/postgr...-V2-intro.html

which seems pretty detailed.
The short name of the database is postgres btw.

HTH
Tino Wildenhain


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

  #3  
Old November 23rd, 2005, 01:41 AM
Oleg Bartunov
Guest
 
Posts: n/a
Default Re: Installing FullTextSearchTool tsearch2

Marcel,

it's very difficult from you message where do you lost.
pgsql version, OS version, cut'n paste of commands you run and
output would be fine.

To install tsearch2 most people need (as postgresql superuser):

1. install postgresql and headers
2. cd contrib/tsearch2
3. make; make install; make installcheck

Note, tsearch2 is just a plain contrib module and installation is
the same as for other modules.

Oleg
On Wed, 18 Aug 2004, Marcel Boscher wrote:
[color=blue]
> Hello everybody,
>
> i tried to "J.U.S.T" install the FullTextSearchTool tsearch2 under the
> guidiance of :
> http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
> <http://www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/>
> and i'm almost losing my mind...
> <runningagainstwallheadsfirst>
> after i installed postgre which works fine i change to the folder
> /contrib/tsearch2/
> there i guessed to use MAKE as it is not mentioned in the manual
> seemed to work...
> from then everything i tried to execute as guided on their website i get
> loads and pagelong error messages varying in many different error messages
> most are current transaction is aborted til end stuff
> over to syntax error at or near default at character 1
> or could not access file$libdir/tsearch2: no such file or directory
>
> does anybody have a short instruction manual with only the syntax
> on how to install the fulltextcrap without 10000 words around telling
> lies of how wonderful and easy this god made tool is? ...
> Gods are here to see:
> http://www.sai.msu.su/~megera/postgr...g-teodor-1.jpg
> <http://www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/>
> Just a simple 10 line instruction on what to do after installing
> postgre the fashioned old way and now wanting to add tsearch2
>
> Any help would be appreciated
> Thx in advance
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>[/color]

Regards,
Oleg
__________________________________________________ ___________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

  #4  
Old November 23rd, 2005, 01:41 AM
Jeffrey Melloy
Guest
 
Posts: n/a
Default Re: Installing FullTextSearchTool tsearch2

Oleg Bartunov wrote:
[color=blue]
>Marcel,
>
>it's very difficult from you message where do you lost.
>pgsql version, OS version, cut'n paste of commands you run and
>output would be fine.
>
>To install tsearch2 most people need (as postgresql superuser):
>
>1. install postgresql and headers
>2. cd contrib/tsearch2
>3. make; make install; make installcheck
>
>Note, tsearch2 is just a plain contrib module and installation is
>the same as for other modules.
>
> Oleg
>On Wed, 18 Aug 2004, Marcel Boscher wrote:
>
>
>[color=green]
>>Hello everybody,
>>
>>i tried to "J.U.S.T" install the FullTextSearchTool tsearch2 under the
>>guidiance of :
>>http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
>><http://www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/>
>>and i'm almost losing my mind...
>><runningagainstwallheadsfirst>
>>after i installed postgre which works fine i change to the folder
>>/contrib/tsearch2/
>>there i guessed to use MAKE as it is not mentioned in the manual
>>seemed to work...
>>from then everything i tried to execute as guided on their website i get
>>loads and pagelong error messages varying in many different error messages
>>most are current transaction is aborted til end stuff
>>over to syntax error at or near default at character 1
>>or could not access file$libdir/tsearch2: no such file or directory
>>
>>does anybody have a short instruction manual with only the syntax
>>on how to install the fulltextcrap without 10000 words around telling
>>lies of how wonderful and easy this god made tool is? ...
>>Gods are here to see:
>>http://www.sai.msu.su/~megera/postgr...g-teodor-1.jpg
>><http://www.sai.msu.su/%7Emegera/postgres/gist/tsearch/V2/>
>>Just a simple 10 line instruction on what to do after installing
>>postgre the fashioned old way and now wanting to add tsearch2
>>
>>Any help would be appreciated
>>Thx in advance
>>
>>[/color][/color]

The instructions I have for installing it are:

cd /POSTGRES_SOURCE_LOCATION//contrib/tsearch2
make
sudo make install
psql < tsearch2.sql

(http://www.visualdistortion.org/sqllogger/install.html)

Not very tough.

Jeff

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles