Re: libpq - main symbol unresolved.

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: libpq - main symbol unresolved.
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA41EB4D0@m0114.s-mxs.net
обсуждение исходный текст
Ответ на libpq - main symbol unresolved.  (Joseph Rajkumar <rajkumar@telocity.com>)
Список pgsql-hackers
> > > Syntax error on line 222 of
> > /export/home/rajkumar/apache/conf/httpd.conf:
> > > Cannot load /export/home/rajkumar/apache/libexec/libphp4.so into
> > server: ld.so.1: > /export/home/rajkumar/apache/bin/httpd: fatal:
> > relocation error: file /usr/local/lib/libpq.so.2: symbol main:
> > >referenced symbol not found
> 
> This looks more like a problem in the libphp link process 
> and/or the httpd
> dynamic loading process.

I have seen a similar failure on AIX recently. It seems that 
php (and tcl, which was my case) use a somewhat different way to load 
the shared libs than PostgreSQL does.

While PostgreSQL does not care, they need a shared lib that was linked 
with a switch to specify no entry (like -bnoentry on AIX).
Maybe that has to do with our RTLD_LAZY ?

Andreas


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: FYI: How we use PostgreSQL
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: v7.2 rolled last night ...