Re: libpq: illegal reference to symbol: _BIO_free - Mailing list pgsql-novice

From Stéphane Pinel
Subject Re: libpq: illegal reference to symbol: _BIO_free
Date
Msg-id D4FE0CF2-41E6-11D7-952A-000A27AFF5D2@noos.fr
Whole thread Raw
In response to libpq: illegal reference to symbol: _BIO_free  (Stéphane Pinel <spinel@noos.fr>)
List 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 by date:

Previous
From: Stéphane Pinel
Date:
Subject: libpq: illegal reference to symbol: _BIO_free
Next
From: "Denis Grannell"
Date:
Subject: Re: question on 'create domain'