Fwd: undefined reference to `SSL_CTX_set_client_cert_cb'

From: "Ezra Taylor" <ezra(dot)taylor(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Fwd: undefined reference to `SSL_CTX_set_client_cert_cb'
Date: 2007-06-02 03:27:53
Message-ID: eb90f15e0706012027v696e126co860294defa8f5beb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Sorry for emailing you directly Dieter. This question is for the group.

Any update on this issue. I'm trying to run PyGreSQL-3.8.1 and python2.5.
The error message I'm getting after issuing the import _pg statement is
below.

>>> import _pg
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/local/pgsql/lib/libpq.so.5: undefined symbol:
SSL_CTX_set_client_cert_cb

---------- Forwarded message ----------
From: Ezra Taylor <ezra(dot)taylor(at)gmail(dot)com>
Date: Jun 1, 2007 8:52 PM
Subject: Re: [ADMIN] undefined reference to `SSL_CTX_set_client_cert_cb'
To: Dieter Schicker <dieter(dot)schicker(at)uni-graz(dot)at>

Guys:
Any update on this issue. I'm trying to run PyGreSQL-3.8.1 and
python2.5.
The error message I'm getting after issuing the import _pg statement is
below.

>>> import _pg
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/local/pgsql/lib/libpq.so.5: undefined symbol:
SSL_CTX_set_client_cert_cb

On 3/15/07, Dieter Schicker <dieter(dot)schicker(at)uni-graz(dot)at> wrote:
>
> Hello list,
>
> I'm trying to compile postgresql-8.2.3 on a system running debian stable
> with kernel 2.6.8-2-686, but compilation stops with this error:
>
> <snip>
> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
> -Wendif-labels -fno-strict-aliasing initdb.o -L../../../src/port
> -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port
> -Wl,-rpath,'/usr/local/pgsql-8.2.3/lib' -lpgport -lpam -lssl -lcrypto
> -lkrb5 -lz -lreadline -lcrypt -ldl -lm -o initdb
> ../../../src/interfaces/libpq/libpq.so: undefined reference to
> `SSL_CTX_set_client_cert_cb'
> collect2: ld returned 1 exit status
> make[3]: *** [initdb] Error 1
> make[3]: Leaving directory `/usr/local/src/postgresql-8.2.3
> /src/bin/initdb'
> make[2]: *** [install] Error 2
> make[2]: Leaving directory `/usr/local/src/postgresql-8.2.3/src/bin'
> make[1]: *** [install] Error 2
> make[1]: Leaving directory `/usr/local/src/postgresql-8.2.3/src'
> </snip>
>
> Of course the debian packages libssl-dev, libssl0.9.6, libssl0.9.7 and
> openssl are installed.
>
> Any ideas?
>
> Thanks in advance
> Dieter
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
Ezra Taylor

--
Ezra Taylor

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Andreas 2007-06-02 22:20:25 Need a wee bit more info on PostgreSQL's SSL security options
Previous Message Jon Colverson 2007-06-02 00:07:44 Re: Attempt to re-archive existing WAL logs afterrestoringfrom backup