Re: 7.3RC2 createlang error - Mailing list pgsql-general

From Jean-Christian Imbeault
Subject Re: 7.3RC2 createlang error
Date
Msg-id 3DE49B62.9070304@mega-bucks.co.jp
Whole thread Raw
In response to 7.3RC2 createlang error  (Jean-Christian Imbeault <jc@mega-bucks.co.jp>)
Responses Re: 7.3RC2 createlang error  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
A follow-up to my createlang problems. I thought it might be related to
a conflict between a lib from an older version so I deleted the older
version and re-installed the newer version.

But I still get the same error:

$ createlang plpgsql JC
ERROR:  stat failed on file '$libdir/plpgsql': No such file or directory
createlang: language installation failed

But the plpgsql lib exists and is in the right place:

$ pg_config --pkglibdir
/usr/local/pgsql/lib

$ ls -l /usr/local/pgsql/lib | grep plpgsql
-rwxr-xr-x    1 postgres postgres    95237 Nov 26 18:11 plpgsql.so


pgsql-general by date:

Previous
From: "Erwan DUROSELLE"
Date:
Subject: Rép. : Mailing list question
Next
From: "Aurangzeb M. Agha"
Date:
Subject: default value -- best practice question