Markus Wichitill wrote:
I've been trying to build mod_perl 2 from CVS with Apache 2.0.50 and Perl
5.8.4 on Linux. With Perl 5.8.3 before it worked fine. The only manual
configuration difference between the two Perls is that 5.8.4 has largefiles
support disabled. When I try to make test or start Apache, the error is:

waiting 300 seconds for server to start: .Syntax error on line 12 of
/usr/src/modperl-2.0/t/conf/httpd.conf: Cannot load
/usr/src/modperl-2.0/src/modules/perl/mod_perl.so into server:
/usr/src/modperl-2.0/src/modules/perl/mod_perl.so: undefined symbol:
load_module

That's usually the case when you get more than one perl installed on your system, and one libperl.so is found in the ldconfig path (e.g. /usr/lib).


do 'locate libperl.so' and shows us what you come up with.

BTW, is it ok to switch off line wrapping on these lists, what with all the
code, patches and debug output? Are there still mail clients that can't do
dynamic wrapping?

FWIW, this message wasn't wrapped and I had to manually tell the mail client to wrap your message when doing reply to it. This is the latest mozilla-mail. It doesn't happen with my own messages, which get wrapped automatically when I hit reply-to.


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

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



Reply via email to