[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: copious errors compiling on netbsd
From: |
John Darrington |
Subject: |
Re: copious errors compiling on netbsd |
Date: |
Thu, 24 Apr 2008 14:50:26 +0800 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
On Wed, Apr 23, 2008 at 11:26:52PM -0400, Jason Stover wrote:
> Interesting. What do you get if you type "ncurses5-config --cflags" ?
-I/usr/pkg/include -I/usr/pkg/include/ncurses
This confirms my opinion that your ncurses implementation is
completely broken.
ld: warning: libz.so.0, needed by /usr/pkg/lib/libxml2.so, may conflict
with libz.so.1
ld: warning: libssl.so.2, needed by /usr/pkg/lib/libpq.so, not found (try
using -rpath or -rpath-link)
/usr/pkg/lib/libcrypto.so.1: warning: warning: reference to compatibility
times(); include <sys/times.h> for correct reference
/usr/pkg/lib/libpq.so: undefined reference to `SSL_set_ex_data'
/usr/pkg/lib/libpq.so: undefined reference to `SSL_set_fd'
/usr/pkg/lib/libpq.so: undefined reference to `SSL_CTX_free'
/usr/pkg/lib/libpq.so: undefined reference to `SSL_shutdown'
/usr/pkg/lib/libpq.so: undefined reference to `SSL_get_error'
What does libpq do?
It enables the GET DATA /TYPE=PSQL command.
Can you try the attached patch, and see what difference it makes. It
includes a --without-libncurses option. Hopefully it will fix your
libpq / libssl problem too.
J'
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.
x.patch
Description: Text Data
signature.asc
Description: Digital signature
- copious errors compiling on netbsd, Jason Stover, 2008/04/22
- Re: copious errors compiling on netbsd, Jason Stover, 2008/04/22
- Re: copious errors compiling on netbsd, John Darrington, 2008/04/23
- Re: copious errors compiling on netbsd, Jason Stover, 2008/04/23
- Re: copious errors compiling on netbsd, John Darrington, 2008/04/23
- Re: copious errors compiling on netbsd, Jason Stover, 2008/04/23
- Re: copious errors compiling on netbsd,
John Darrington <=
- Re: copious errors compiling on netbsd, Jason Stover, 2008/04/24
- Re: copious errors compiling on netbsd, John Darrington, 2008/04/24
- Re: copious errors compiling on netbsd, Jason Stover, 2008/04/24
- Re: copious errors compiling on netbsd, Jason Stover, 2008/04/25
- Re: copious errors compiling on netbsd, Jason Stover, 2008/04/28
- Re: copious errors compiling on netbsd, Jason Stover, 2008/04/29