From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "John Liu" <johnl(at)emrx(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: createlang failed! |
Date: | 2003-01-17 15:46:29 |
Message-ID: | 12220.1042818389@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
"John Liu" <johnl(at)emrx(dot)com> writes:
> Thanks, fixed. The problem was
> caused -
> there's a postgreSQL came with the
> Redhat server, but I tried to install one
> only used by a specific user, I set
> LD_LIBRARY_PATH in this user's profile.
> pg_config --pkglibdir points to the correct
> lib dir, but when I run createlang plpgsql template1
> it keeps failed.
I suspect that the linker is ignoring LD_LIBRARY_PATH in favor of the
ldconfig path. Or it might just be that you neglected to ensure that
LD_LIBRARY_PATH is actually set in the environment of the running
postmaster.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-01-17 16:38:24 | Re: Generate user/group sysids from a sequence? |
Previous Message | John Liu | 2003-01-17 15:38:47 | Re: createlang failed! |