Re: OpenBSD & OpenSSL Lib

2010-07-06 Thread Bret S. Lambert
On Tue, Jul 06, 2010 at 01:21:49PM +0100, Keith wrote: > We are trying to install URLfilterDB on OpenBSD 4.7 but while doing > a ./configure we keep getting. > > ./configure --with-bz2-lib=/usr/local/lib --with-ssl-lib=/usr/lib/ > > > checking for library containing pthread_creat

Re: OpenBSD & OpenSSL Lib

2010-07-06 Thread Vadim Zhukov
2010/7/6 Keith : > We are trying to install URLfilterDB on OpenBSD 4.7 but while doing a > ./configure we keep getting. > > ./configure --with-bz2-lib=/usr/local/lib --with-ssl-lib=/usr/lib/ > > > checking for library containing pthread_create... -lpthread > checking for BZ2_bzBuf

OpenBSD & OpenSSL Lib

2010-07-06 Thread Keith
We are trying to install URLfilterDB on OpenBSD 4.7 but while doing a ./configure we keep getting. ./configure --with-bz2-lib=/usr/local/lib --with-ssl-lib=/usr/lib/ checking for library containing pthread_create... -lpthread checking for BZ2_bzBuffToBuffCompress in -lbz2... ye