pspp-dev
[Top][All Lists]
Advanced

[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.


Attachment: x.patch
Description: Text Data

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]