[HACKERS] A suggestion on finding those pesky .so files

Поиск
Список
Период
Сортировка
От J. Michael Roberts
Тема [HACKERS] A suggestion on finding those pesky .so files
Дата
Msg-id Pine.GSO.4.10.9908012328520.15220-100000@school.cs.indiana.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] initdb needed for newest sources  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] A suggestion on finding those pesky .so files  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Another thing I found out during installation is that libpq.so is hard to
find.  Setting LD_LIBRARY_PATH works, but I hate depending on environment
settings, mostly because I always screw them up sooner or later.

On searching, I found that you can specify -R/usr/local/pgsql/lib during
linking in gcc and in cc on Solaris -- is there some reason that would be
bad to do in general?  I tried forcing it on psql and it seems to work
fine, and I don't need to set LD_LIBRARY_PATH any more.

I'm talking about Solaris 2.5 here, by the way.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "J. Michael Roberts"
Дата:
Сообщение: Re: [HACKERS] IPC Memory problem with Postmaster on BSDi 4.x
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Installation procedure.