$libdir

From: "Ian Harding" <harding(dot)ian(at)gmail(dot)com>
To: "General PostgreSQL List" <pgsql-general(at)postgresql(dot)org>
Subject: $libdir
Date: 2007-06-05 03:25:22
Message-ID: 725602300706042025q4bd2a534xca96e04d6a28aaac@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I know this is a question that gets asked a zillion times and is
almost always pilot error.

I installed PostgreSQL 8.2.x and the Tsearch2 package on NetBSD which
went fine, but I can't get the tsearch2.sql file to run.

The usual error about "file does not exist" relative to
$libdir/tsearch2 gets generated.

The docs say $libdir gets expanded to the result of

pg_config --pkglibdir

which in my case returns /usr/pkg/lib/postgresql.

In that directory are the libtsearch2.so... files along with lots of
others, with 755 permissions, owned by root.

Those permissions and ownership look OK to me, read and execute by the
whole world.

What else could be wrong?

- Ian

Responses

  • Re: $libdir at 2007-06-05 07:55:19 from Martijn van Oosterhout

Browse pgsql-general by date

  From Date Subject
Next Message Erick Papadakis 2007-06-05 05:46:42 Database design wisdom needed
Previous Message Alvaro Herrera 2007-06-05 02:36:28 Re: what to do when pg_cancel_backend() doesnt work?