Re: beta5 and unixware 711

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Olivier PRENANT <ohp(at)pyrenet(dot)fr>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: beta5 and unixware 711
Date: 2001-02-27 21:05:25
Message-ID: 20010227150525.A13518@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Olivier PRENANT <ohp(at)pyrenet(dot)fr> [010227 15:00]:
> On Tue, 27 Feb 2001, Larry Rosenman wrote:
>
> > * Olivier PRENANT <ohp(at)pyrenet(dot)fr> [010227 13:30]:
> > > Hi all,
> > >
> > > I've been trying to play with beta5 today on unixware 711. I have 2
> > > problems:
> > >
> > > 1) enabling --with-tcl yields to link errors on bin/pgtclsh and
> > > interfaces/pl/tcl because Makefile insists on linking with libtcl7.6.0
> > > instead on libtcl7.6
> > With the Skunkware packages installed, it's fine here.
> You mean V802?? I had the same problems...
lerami% ldd ~postgres/bin/pgtclsh
/usr/local/pgsql/bin/pgtclsh needs:
libpgtcl.so.2 => /usr/local/pgsql/lib/libpgtcl.so.2
libpq.so.2 => /usr/local/pgsql/lib/libpq.so.2
libtcl8.2.so => /usr/local/lib/libtcl8.2.so
/usr/lib/libdl.so.1
/usr/lib/libsocket.so.2
/usr/lib/libm.so.1
/usr/local/lib/libz.so.1
/usr/lib/libresolv.so.2
/usr/lib/libnsl.so.1
/usr/local/lib/libreadline.so.3
/usr/lib/libc.so.1
lerami%

Here is my config input:

CC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-syslog \
--with-CXX --with-perl --enable-multibyte --enable-cassert \
--with-includes=/usr/local/include --with-libs=/usr/local/lib \
--with-tcl --with-tclconfig=/usr/local/lib \
--with-tkconfig=/usr/local/lib --enable-locale --with-python

> > >
> > > 2) enabling --with-openssl causes a compilation error on
> > > src/backend/libpq/crypt.c because of multiply defined symbol des_encrypt
> > This is an OpenSSL error. We need to get THEIR attention....
> >
> In the mean time, is there something I can do (apart from disbling ssl)?
I would remove the des_encrypt from openSSL's des.h.

Let me know if that works (I haven't tried).

LER

>
> Regards,
> > LER
> >
> > >
> > > Regards,
> > >
> > > --
> > > Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
> > > Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax)
> > > 31190 AUTERIVE +33-6-07-63-80-64 (GSM)
> > > FRANCE Email: ohp(at)pyrenet(dot)fr
> > > ------------------------------------------------------------------------------
> > > Make your life a dream, make your dream a reality. (St Exupery)
> >
> >
>
> --
> Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
> Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax)
> 31190 AUTERIVE +33-6-07-63-80-64 (GSM)
> FRANCE Email: ohp(at)pyrenet(dot)fr
> ------------------------------------------------------------------------------
> Make your life a dream, make your dream a reality. (St Exupery)

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Emmanuel Charpentier 2001-02-27 21:23:15 Current ODBC driver(s) problems with 7.1
Previous Message Olivier PRENANT 2001-02-27 21:00:38 Re: beta5 and unixware 711