Hi,

[This is probably FreeBSD specific but since I'm -current after the SMPng I thought this might work now.]

This happens with both mpm and prefok.

on FBSD-current/i386

perl5.9.3 -V:useithreads -V:usemultiplicity
useithreads='define';
usemultiplicity='define';

./configure --prefix=/home/pgollucci/dev/inst/httpd/$HTTPDVER/$mpm \
        --with-perl=/home/pgollucci/dev/perl/5.9.3/bin/perl \
        --with-port=8000 \
        --enable-maintainer-mode \
        --enable-v4-mapped \
        --with-dbm=sdbm \
        --with-ssl=/usr \
        --enable-so \
        --with-mpm=$mpm \
        --with-expat=/usr/local \
        --enable-debug \
        --enable-threads \
        --enable-mods-shared="[....]"

/home/pgollucci/dev/inst/perl/5.9.3/bin/perl Makefile.PL \
  MP_APXS=/home/pgollucci/dev/inst/httpd/2.1.5-dev/worker/bin/apxs \
  MP_MAINTAINER=1
[....]

make test
cd "src/modules/perl" && make
/home/pgollucci/dev/inst/perl/5.9.3/bin/perl -Iblib/arch -Iblib/lib t/TEST -clean
APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER= APACHE_TEST_APXS= /home/pgollucci/dev/inst/perl/5.9.3/bin/perl -Iblib/arch -Iblib/lib t/TEST -bugreport -verbose=0
/home/pgollucci/dev/inst/httpd/2.1.5-dev/worker/bin/httpd -d /usr/home/pgollucci/dev/src/modperl2/t -f /usr/home/pgollucci/dev/src/modperl2/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS
using Apache/2.1.5-dev (worker MPM)


waiting 300 seconds for server to start: .Fatal error 'Spinlock called when not threaded.' at line 87 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0)


END
------------------------------------------------------------------------------


Philip M. Gollucci
Consultant
E-Mail: [EMAIL PROTECTED]
URL   : http://p6m7g8.net/Resume/resume.shtml
Phone : 301.254.5198

$Id: .signature,v 1.7 2004/09/05 23:46:37 philip Exp $


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to