Re: Trouble compiling tsearch2

From: "David Wessell" <dave(at)wessell(dot)net>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Trouble compiling tsearch2
Date: 2007-07-21 22:26:23
Message-ID: 001a01c7cbe6$2b9f3840$0301a8c0@hsa.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Thanks Tom..

I'm using a VDS, and WHM and cpanel.. And installed postgres using the steps
below..

1. Login to your VDS via ssh and su to root.
2. Type 'mv /var/lib/pgsql /var/lib/pgsql.old'
3. Run '/scripts/installpostgres'
4. Login to Web Host Manager (WHM) and choose "Postgres Config" under Server
Configuration.
5. Enter a Postgresql Password and select the "Change Password" button. *You
should avoid using any non-alpha numeric charaters as these cause problems.
6. Within WHM choose "Postgres Config" again under Server Configuration.
7. Select the "Install Config" to install a postgres pg_hba.conf file.
8. Login to cPanel and test installing a Postgresql database and user.

Then later realized that I needed the tsearch contrib installed.. Should I
remove everything and start from scratch? I'm pretty new to linux
administration for the most part...

Thanks
David

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Saturday, July 21, 2007 6:20 PM
To: David Wessell
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] Trouble compiling tsearch2

"David Wessell" <dave(at)wessell(dot)net> writes:
> I have managed to install postgres (Yea me!).. But I need to install
> tsearch2.. I'm trying to complie it, but I get this error (using
> gmake)

> Makefile:31: ../../src/Makefile.global: No such file or directory
> Makefile:32: /contrib/contrib-global.mk: No such file or directory
> gmake: *** No rule to make target `/contrib/contrib-global.mk'. Stop.

This was just asked a couple days ago...
http://archives.postgresql.org/pgsql-general/2007-07/msg00482.php

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Teju 2007-07-22 01:58:38 btree spool function
Previous Message Tom Lane 2007-07-21 22:19:55 Re: Trouble compiling tsearch2