Subject: Re: pthread in current
To: Caffeinate The World <mochaexpress@yahoo.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 04/17/2003 20:26:17
On Thu, Apr 17, 2003 at 12:07:59PM -0700, Caffeinate The World wrote:
> 
> --- Patrick Welche <prlw1@newn.cam.ac.uk> wrote:
> > On Wed, Apr 02, 2003 at 01:04:50PM -0800, Caffeinate The World wrote:
> > > pthread is in -current right? What is your experience in compiling
> > > programs that rely on pthread on NetBSD -current?
> > 
> > Strange one for me: configuring cvs-apache with --disable-threads
> > didn't
> > disable threads, libapr still seemed to want them, so I just dropped
> > the
> > --disable-threads bit and have a happy web server using the standard
> > -current pthread.
> 
> Good to know. Does cvs-apache do ssl yet?

Sure:

   Server Version: Apache/2.1.0-dev (Unix) DAV/2 PHP/4.3.2-RC
          mod_fastcgi/mod_fastcgi-SNAP-0302032017 mod_ssl/2.1.0-dev
          OpenSSL/0.9.6g

/usr/local/sbin/httpd:
         -lssl.2 => /usr/lib/libssl.so.2
         -lcrypt.0 => /usr/lib/libcrypt.so.0
         -lcrypto.1 => /usr/lib/libcrypto.so.1
         -laprutil-0.9 => /usr/local/lib/libaprutil-0.so.9
         -lexpat.1 => /usr/local/lib/libexpat.so.1
         -lapr-0.9 => /usr/local/lib/libapr-0.so.9
         -lm.0 => /usr/lib/libm387.so.0
         -lm.0 => /usr/lib/libm.so.0
         -lresolv.1 => /usr/lib/libresolv.so.1
         -lpthread.0 => /usr/lib/libpthread.so.0    <---- your original Q
         -lc.12 => /usr/lib/libc.so.12

(NetBSD-1.6R/i386)

P