Can anyone help me with a mod_perl 2.0 install problem? I am getting an
error when I try to do "make test"
Brief synopsis:
1. I installed apache 2.0 with:
./configure --enable-module=so
enable-module=rewrite --prefix=/usr/local/apache
Apache installs and runs fine
2. I configured mod_perl lik
Stas Bekman wrote:
> To give you a more intelligent answer we will need to receive a proper bug
> report as explained here: http://perl.apache.org/bugs/
Thanks for your help and my apologies for the incomplete report. I was
hoping that I had a simple misconfiguration that somebody would spot ri
OK. here it is...
Stas Bekman wrote:
> please show us the output of: ldd src/modules/perl/mod_perl.so and:
> ldd /usr/local/apache/bin/httpd
[EMAIL PROTECTED]:/usr/local/mod_perl-1.99_17# ldd
src/modules/perl/mod_perl.so
libnsl.so.1 => /lib/libnsl.so.1 (0x6fe2e000)
libdl.so.2 =
Stephen Jungels wrote:
> Since the absence of libapr-0 may indicate a broken build of apache 2, I
> will try rebuilding it and update you later. Thanks
No luck there. I rebuilt apache 2 and still had the same problem.
Stas Bekman wrote:
> may be it was compiled statically into h
Stas Bekman wrote:
> So it sounds like a loader problem, since mod_perl.so is loaded after
> httpd is in the memory, so there shouldn't be a problem finding the
> apr_pool_cleanup_null symbol.
> Of course you could build mod_perl statically [1] and then there shouldn't
> be no problems (but it'd
Gedanken wrote:
> Do you happen to be using gcc 3.4.x with the -mcpu flag? (if so, use
> -mtune)
Nope, I'm using 2.95.3.
--Stephen
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/e
Bear with me for one last post on this subject in order to explain how the
issue was resolved. The issue did not turn out to be mod_perl-related, so
this will be of interest mainly to owners of the Buffalo Linkstation.
So briefly, the underlying cause of the problem was a broken grep
distributed
Stas Bekman wrote:
> Cool, but where the problem was coming from? The httpd's ./configure which
> was running grep to make config decisions? If so you need to report this
> as a bug to httpd dev, since configure should check that you have the
> sufficiently good grep installed. (so in the future ot
Apparently we're not quite there yet. See the report for details. Note
that I am including the bug report because it might have useful details, not
because this is necessarily a bug.
-8<-- Start Bug Report 8<--
1. Problem Description:
I am trying to get
Stas Bekman wrote:
> show us the output of:
> cd modperl-1.99_17
> grep PERLPREFIX Makefile
> grep SITEPREFIX Makefile
Ok, here it is:
snip
[EMAIL PROTECTED]:/usr/local/mod_perl-1.99_17# grep PERLPREFIX Makefile
[EMAIL PROTECTED]:/usr/local/mod_perl-1.99_17# grep SITEPREFIX Makef
Stas Bekman wrote:
> So why in the world do you get those targets?
The Makefile directed me to /usr/lib/perl/5.6.1/Config.pm, which helps
explain what's going on here. It contains lines like:
installsitearch='/var/tmp/hhl-target-perl-ppc_82xx-root/opt/hardhat/devkit/p
pc/82xx/target/usr/local/li
11 matches
Mail list logo