Re: CVS Commit by dpage: Rollback Adam's last

From: "Diego A(dot) Gil" <diego(at)adminsa(dot)com>
To: PgAdmin Hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: CVS Commit by dpage: Rollback Adam's last
Date: 2004-08-19 15:19:01
Message-ID: 1092928740.3736.74.camel@roadwarrior.adminsa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

I am still having problems with, aparently, this patch. I can't compile
cvs version (checked out today) in FC2.

Running configure showme that SSL in enabled, but I get :

pgConn.o(.text+0x1800): En la función `pgConn::IsSSLconnected()':
db/pgConn.cpp:205: undefined reference to `PQgetssl'
collect2: ld devolvió el estado de salida 1
make[2]: *** [pgadmin3] Error 1
make[2]: Leaving directory `/home/dags/cvs2/pgadmin/pgadmin3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dags/cvs2/pgadmin/pgadmin3'
make: *** [all] Error 2

That seems to be because #ifdef SSL block is enabled (SSL is defined). I
think I don't have SSL enable in PostgreSQL. How can I check that ? And
why configure detect SSL ?.

This are /usr/local/*ssl* libraries I have:
-rwxr-xr-x 1 root root 123900 may 10 23:28 /usr/lib/libssl3.so
-rw-r--r-- 1 root root 326604 mar 25 12:47 /usr/lib/libssl.a
lrwxrwxrwx 1 root root 26 jun 10 23:22 /usr/lib/libssl.so ->
../../lib/libssl.so.0.9.7a
-rw-r--r-- 1 root root 233566 mar 3 01:09
/usr/lib/libxmlsec1-openssl.a
-rwxr-xr-x 1 root root 1041 mar 3 01:08
/usr/lib/libxmlsec1-openssl.la
lrwxrwxrwx 1 root root 27 jun 10 23:49
/usr/lib/libxmlsec1-openssl.so -> libxmlsec1-openssl.so.1.2.4
lrwxrwxrwx 1 root root 27 jun 10 23:49
/usr/lib/libxmlsec1-openssl.so.1 -> libxmlsec1-openssl.so.1.2.4
-rwxr-xr-x 1 root root 174900 mar 3 01:09
/usr/lib/libxmlsec1-openssl.so.1.2.4

I compiled OK src snapshot until 20040810 or 20040811 (I don't remember
exactly what date), so I guess there is something wrong with this patch
reversal.

Thanks in advance.

Diego.

El mié, 11-08-2004 a las 08:58, cvs(at)cvs(dot)pgadmin(dot)org escribió:
> Log Message:
> -----------
> Rollback Adam's last patch.
>
> Modified Files:
> --------------
> pgadmin3:
> acinclude.m4 (r1.32 -> r1.33)
>
>
> ______________________________________________________________________
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message cvs 2004-08-20 16:17:14 CVS Commit by andreas: pg_postmaster_starttime for win32
Previous Message cvs 2004-08-19 11:22:24 CVS Commit by dpage: Get the port number of locally installed servers