"John Liu" <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly