Hmm, very interesting. I *had* openssl-0.9.6 installed, via rpm ... but
when I nuked it (not easy since rpm detects all its dependencies and puts
up a fight) and installed again from the source files, presto!
Everything builds, makes and installs just fine.
The test for mod_perl failed thusly, though:
[root@wm mod_perl-1.25]# make && make test
[...]
cp t/conf/mod_perl_srm.conf t/conf/srm.conf
../apache_1.3.17/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
httpd listening on port 8529
will write error_log to: t/logs/error_log
letting apache warm up...\c
done
/usr/bin/perl t/TEST 0
still waiting for server to warm up...............not ok
server failed to start! (please examine t/logs/error_log) at t/TEST line
95.
make: *** [run_tests] Error 115
[root@wm mod_perl-1.25]# more t/logs/error_log
Server is not starting !?
Subroutine main::pid redefined at /tmp/mod_perl-1.25/t//docs/startup.pl
line 103.
Subroutine main::access redefined at /tmp/mod_perl-1.25/t//docs/startup.pl
line 104.
Subroutine Outside::code redefined at
/tmp/mod_perl-1.25/t//docs/startup.pl line 108.
Subroutine PerlTransHandler::handler redefined at
/tmp/mod_perl-1.25/t//docs/startup.pl line 114.
Subroutine MyClass::method redefined at
/tmp/mod_perl-1.25/t//docs/startup.pl line 121.
Subroutine BaseClass::handler redefined at
/tmp/mod_perl-1.25/t//docs/startup.pl line 127.
Subroutine My::child_init redefined at
/tmp/mod_perl-1.25/t//docs/startup.pl line 145.
Subroutine My::child_exit redefined at
/tmp/mod_perl-1.25/t//docs/startup.pl line 155.
Subroutine My::restart redefined at /tmp/mod_perl-1.25/t//docs/startup.pl
line 159.
Subroutine Apache::AuthenTest::handler redefined at
/tmp/mod_perl-1.25/t//docs/startup.pl line 167.
Subroutine My::DirIndex::handler redefined at
/tmp/mod_perl-1.25/t//docs/startup.pl line 189.
Subroutine My::ProxyTest::handler redefined at
/tmp/mod_perl-1.25/t//docs/startup.pl line 207.
Subroutine handler redefined at /tmp/mod_perl-1.25/t//docs/startup.pl line
241.
Subroutine new redefined at /tmp/mod_perl-1.25/t//docs/startup.pl line
263.
Subroutine DESTROY redefined at /tmp/mod_perl-1.25/t//docs/startup.pl line
265.
[notice] Destruction->DESTROY called for $global_object
Subroutine handler redefined at /tmp/mod_perl-1.25/t//docs/stacked.pl line
6.
Subroutine one redefined at /tmp/mod_perl-1.25/t//docs/stacked.pl line 14.
Subroutine two redefined at /tmp/mod_perl-1.25/t//docs/stacked.pl line 25.
Subroutine three redefined at /tmp/mod_perl-1.25/t//docs/stacked.pl line
31.
Subroutine four redefined at /tmp/mod_perl-1.25/t//docs/stacked.pl line
37.
[notice] Destruction->DESTROY called for $global_object
[Wed Jan 31 11:41:04 2001] [warn] [notice] child_init for process 31130,
report any problems to [no
address given]
... ignoring this and proceeding with insall seems to be fine, though.
Thanks,
Nick
~~~~~~~~~~~
Nick Tonkin
On Wed, 31 Jan 2001, Doug MacEachern wrote:
> On Wed, 31 Jan 2001, Nick Tonkin wrote:
>
> >
> > Thanks for the suggestion, Doug, but no go.
>
> simply looks like you need to install openssl-0.9.6. was not included in
> the rh7.0 distro that i installed.
>
>