Re: libpq needs -lsocket on UnixWare

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: libpq needs -lsocket on UnixWare
Date: 2000-10-25 17:20:20
Message-ID: 20001025122020.A3396@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Peter Eisentraut <peter_e(at)gmx(dot)net> [001025 11:21]:
> Larry Rosenman writes:
>
> > Is there any way to get libpq built with -lsocket on the unixware (and
> > probably other SVR4's) to get the network stuff required ?
>
> Try now. OpenSSL should be working as well now.
OpenSSL dies:

cc -c -I/usr/local/ssl/include -I../../../src/include -O -K inline -o nodeUnique.o nodeUnique.c
cc -c -I/usr/local/ssl/include -I../../../src/include -O -K inline -o nodeGroup.o nodeGroup.c
cc -c -I/usr/local/ssl/include -I../../../src/include -O -K inline -o spi.o spi.c
cc -c -I/usr/local/ssl/include -I../../../src/include -O -K inline -o nodeSubplan.o nodeSubplan.c
cc -c -I/usr/local/ssl/include -I../../../src/include -O -K inline -o nodeSubqueryscan.o nodeSubqueryscan.c
cc -c -I/usr/local/ssl/include -I../../../src/include -O -K inline -o nodeTidscan.o nodeTidscan.c
/usr/bin/ld -r -o SUBSYS.o execAmi.o execFlatten.o execJunk.o execMain.o execProcnode.o execQual.o execScan.o execTuples.o execUtils.o functions.o nodeAppend.o nodeAgg.o nodeHash.o nodeHashjoin.o nodeIndexscan.o nodeMaterial.o nodeMergejoin.o nodeNestloop.o nodeResult.o nodeSeqscan.o nodeSetOp.o nodeSort.o nodeUnique.o nodeGroup.o spi.o nodeSubplan.o nodeSubqueryscan.o nodeTidscan.o
gmake[3]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/executor'
gmake -C lib all
gmake[3]: Entering directory `/home/ler/pg-dev/pgsql/src/backend/lib'
cc -c -I/usr/local/ssl/include -I../../../src/include -O -K inline -o bit.o bit.c
cc -c -I/usr/local/ssl/include -I../../../src/include -O -K inline -o hasht.o hasht.c
cc -c -I/usr/local/ssl/include -I../../../src/include -O -K inline -o lispsort.o lispsort.c
cc -c -I/usr/local/ssl/include -I../../../src/include -O -K inline -o stringinfo.o stringinfo.c
cc -c -I/usr/local/ssl/include -I../../../src/include -O -K inline -o dllist.o dllist.c
/usr/bin/ld -r -o SUBSYS.o bit.o hasht.o lispsort.o stringinfo.o dllist.o
gmake[3]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/lib'
gmake -C libpq all
gmake[3]: Entering directory `/home/ler/pg-dev/pgsql/src/backend/libpq'
cc -c -I/usr/local/ssl/include -I../../../src/include -O -K inline -o be-fsstubs.o be-fsstubs.c
cc -c -I/usr/local/ssl/include -I../../../src/include -O -K inline -o auth.o auth.c
cc -c -I/usr/local/ssl/include -I../../../src/include -O -K inline -o crypt.o crypt.c
UX:acomp: ERROR: "/usr/include/crypt.h", line 36: identifier redeclared: des_encrypt
gmake[3]: *** [crypt.o] Error 1
gmake[3]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/libpq'
gmake[2]: *** [libpq-recursive] Error 2
gmake[2]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/ler/pg-dev/pgsql/src'
gmake: *** [all] Error 2
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ross J. Reedstrom 2000-10-25 17:52:17 Re: failed runcheck
Previous Message Larry Rosenman 2000-10-25 16:50:16 Re: --with-perl=/path/to/prefered/perl?