been trying to install AxKit 1.6.2 on OpenBSD 3.3 (httpd 1.3.24 less expat, mod_perl 1.27 and perl 5.8.0) for a couple of days now and am still stalling on the make test, all dependencies are ok.

any pointers would be greatly appreciated.

In my last try i unpacked AxKit in /tmp made it all owned by nobody and proceeded through:
– sudo perl Makefile.PL
– sudo make
– sudo make test


here I am stalling on make test with apache failing to launch. errorlog is empty and I'm baffled on what to try next.

following is the make test transcript:
miu% sudo make test
/usr/bin/perl -Iblib/arch -Iblib/lib t/TEST -clean
APACHE_USER= APACHE_GROUP= APACHE_PORT= APACHE= APXS= /usr/bin/perl -Iblib/arch -Iblib/lib t/TEST -bugreport -verbose=0
*** root mode: changing the files ownership to 'nobody' (32767:32767)
*** /usr/bin/perl -e ' require POSIX; POSIX::setuid(32767); POSIX::setgid(32767); print -r q{/tmp/AxKit-1.62/t} && -w _ && -x _ ? q{OK} : q{NOK}; '


*** result: OK
/usr/sbin/httpd -d /tmp/AxKit-1.62/t -f /tmp/AxKit-1.62/t/conf/httpd.conf -DAPACHE1
using Apache/1.3.24


waiting 60 seconds for server to start: .............................................................
waiting 60 seconds for server to start: giving up after 61 secs
!!! server failed to start! (please examine t/logs/error_log)
*** Error code 1


Stop in /tmp/AxKit-1.62 (line 1027 of Makefile).
miu% less t/logs/error_log


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



Reply via email to