Hi,
Any help with the issue described below is greatfully received.
Thanks,
Paul
---- Types & Versions ----
OpenBSD 3.2
Apache 2.0.44
Mod Perl 1.99_08
---- Issue Summary ----
gmake test fails when trying to start server
I installed anyway but server fails to start when DSO is loaded
----- My attempts to resolve issue ----
I have searched mailing list archives and found the following:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg03733.html
This appears to be virtually the same issue that I am experiencing
As far as I can tell a solution has not been posted
---- Issue in detail ----
$ wget http://perl.apache.org/dist/mod_perl-2.0-current.tar.gz
$ tar -xzvf mod_perl-2.0-current.tar.gz
$ cd mod_perl-1.99_08
$ perl Makefile.PL MP_AP_PREFIX=/opt/apache2.dev MP_INST_APACHE2=1
$ make
--- this failed - checked about on web and tried gmake
$ gmake
-- worked fine
$ gmake test
-- this fails with:
<snip>
waiting for server to start: .Can't make loaded symbols global on this
platform while loading
/home/paulo/downloads/mod_perl-1.99_08/blib/arch/Apache2/auto/Apache/Con
st/Const.so at /usr/libdata/perl5/i386-openbsd/5.6.1/DynaLoader.pm line
206.
Can't make loaded symbols global on this platform while loading
/home/paulo/downloads/mod_perl-1.99_08/blib/arch/Apache2/auto/APR/Const/
Const.so at /usr/libdata/perl5/i386-openbsd/5.6.1/DynaLoader.pm line 206.
[Mon Mar 31 12:44:10 2003] [info] 19 Apache:: modules loaded
[Mon Mar 31 12:44:10 2003] [info] 5 APR:: modules loaded
[Mon Mar 31 12:44:10 2003] [info] base server + 5 vhosts ready to run tests
.............................................................
waiting for server to start: giving up after 61 secs
!!! server failed to start! (please examine t/logs/error_log)
gmake: *** [run_tests] Error 1
</snip>
$ cat t/logs/error_log
END in modperl_extra.pl, pid=18926
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]