[it'd be nice if you set your From: field:
From: Dave Smith <>
To: [EMAIL PROTECTED]
]
Dave Smith wrote:
> trying to compile mod_perl-2.0 gives the following errors:
> (apache-2.0.40 already built/installed):
For some reason it finds Apache/1.3.23
> *** /usr/sbin/httpd -V
> Server version: Apache/1.3.23 (Unix) (Red-Hat/Linux)
^^^^^^^^^^^^^
so we cannot see the build args. how did you build httpd-2.0?
/whereever/httpd-2.0/is/installed/httpd -V
> usethreads=define use5005threads=define useithreads=undef
usemultiplicity=undef
You need to build perl with -Duseithreads or without threads at all (if
you aren't building a threaded mpm). Yours is built with
-Duse5005threads, which won't work with mod_perl 2.0, since this perl
threading model is deprecated. In any case for using the threaded mpms
you need perl 5.8.0.
__________________________________________________________________
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]