Re: libpq: illegal reference to symbol: _BIO_free

Поиск
Список
Период
Сортировка
От Stéphane Pinel
Тема Re: libpq: illegal reference to symbol: _BIO_free
Дата
Msg-id D4FE0CF2-41E6-11D7-952A-000A27AFF5D2@noos.fr
обсуждение исходный текст
Ответ на libpq: illegal reference to symbol: _BIO_free  (Stéphane Pinel <spinel@noos.fr>)
Список pgsql-novice
Le dimanche, 16 fév 2003, à 20:06 Europe/Paris, Stéphane Pinel a écrit :

> Trying to compile a simple PostgreSQL website libpq based piece of
> code,
> and after several attempts (to get right linked libs etc..) I finally
> get only one
> last error but I can't deal with:
>
> "ld: /usr/local/pgsql/lib/libpq.a(fe-secure.o) illegal reference to
> symbol: _BIO_free defined in indirectly referenced dynamic library
> /usr/lib/libcrypto.0.9.dylib"
>
> Any help would be appreciated.
>

This was apparently necessary to add libcrypto AND libssl. At least it
seems to run like that
with Apple Project Builder. Now I'm going to jump to Metrowerks
CodeWarrior to get the same
result.

Many thanks to Tom for his time ;-)

Regards.

------------------------------------------------------------------------
---
Stéphane
iChat/AIM: s.pinel
------------------------------------------------------------------------
---


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

Предыдущее
От: Stéphane Pinel
Дата:
Сообщение: libpq: illegal reference to symbol: _BIO_free
Следующее
От: "Denis Grannell"
Дата:
Сообщение: Re: question on 'create domain'