From: | frbn <frbn(at)efbs-seafrigo(dot)fr> |
---|---|
To: | CSN <cool_screen_name90001(at)yahoo(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: createlang fails |
Date: | 2002-12-11 08:24:43 |
Message-ID: | 3DF6F64B.1000906@efbs-seafrigo.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
CSN wrote:
> I was able to get it to work by editing the createlang
> script and adding the library path to the PGLIB var.
> I'd tried setting PGLIB as an environment variable,
> but that didn't work either.
>>>createlang plpgsql template1
>>
>>ERROR: stat failed on file '$libdir/plpgsql': No
>>such
>>file or directory
>>ERROR: stat failed on file '$libdir/plpgsql': No
>>such
>>file or directory
>>createlang: language installation failed
>>
>>I compiled from source using prefix=/usr. plpgsql.so
>>is in /usr/lib/postgresql/. I did psql -c 'select
>>version()' and verified 7.3 is being used. Also
>>tried
>>setting 'dynamic_library_path' to
>>'/usr/lib/postgresql' path in postgres.conf. Any
>>help? Thanks.
I don't think that you'll change the libraries location so
you can type the full path: /usr/lib/postgresql/... instead of $libdir/...
From | Date | Subject | |
---|---|---|---|
Next Message | Jean-Christian Imbeault | 2002-12-11 09:27:06 | postponing index updates in a transaction |
Previous Message | Hadley Willan | 2002-12-11 07:20:40 | Re: Urgent need of (paid) PostgreSQL support in New |