Return-Path: Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 17975 invoked by uid 500); 26 May 2003 07:50:10 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 17952 invoked from network); 26 May 2003 07:50:09 -0000 Received: from thing.sun-powered.de (213.95.21.211) by daedalus.apache.org with SMTP; 26 May 2003 07:50:09 -0000 Received: from fyona.sun-powered.de (firefox@fyona.sun-powered.de [192.109.102.101]) by thing.sun-powered.de (8.12.9+Sun/8.12.9) with ESMTP id h4Q7oHpF025117; Mon, 26 May 2003 09:50:18 +0200 (CEST) Sender: firefox@fyona.sun-powered.de To: Stas Bekman Cc: dev@perl.apache.org, Olaf Bohlen Subject: Re: [mp2.0] make test fails; mod_perl also does not work References: <86y90v789q.fsf@fyona.sun-powered.de> <3ED18DA1.9020506@stason.org> From: Olaf Bohlen Date: 26 May 2003 09:50:00 +0200 In-Reply-To: <3ED18DA1.9020506@stason.org> Message-ID: <867k8e6tav.fsf@fyona.sun-powered.de> Lines: 47 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Stas Bekman writes: Hi, > You have built mod_perl with /usr/local/bin/perl but start mod_perl > with /usr/bin/perl. Is that the same perl executable (symlinked)? It's not symlinked, but it is the same executable: -rwxr-xr-x 3 root other 16384 May 21 21:35 /usr/bin/perl -rwxr-xr-x 3 root other 16384 May 21 21:35 /usr/local/bin/perl > if not, I'm not sure why the wrong perl was picked, but what happens if you run: > > /usr/local/bin/perl t/TEST the same: -- snip -- (4401) thing:/usr/share/src/mod_perl-1.99_09# /usr/local/bin/perl t/TEST *** root mode: changing the fs ownership to 'nobody' (60001:60001) /usr/local/apache2/bin/httpd -d /usr/share/src/mod_perl-1.99_09/t -f /usr/share/src/mod_perl-1.99_09/t/conf/httpd.conf -DAPACHE2 using Apache/2.0.45 (prefork MPM) waiting for server to start: .[Mon May 26 09:47:13 2003] [error] Can't load '/usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris/Apache2/auto/ModPerl/Util/Util.so' for module ModPerl::Util: ld.so.1: /usr/local/apache2/bin/httpd: fatal: relocation error: file /usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris/Apache2/auto/ModPerl/Util/Util.so: symbol Perl_sv_2pv: referenced symbol not found at /usr/local/lib/perl5/5.8.0/sun4-solaris/XSLoader.pm line 83. at /usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris/Apache2/Apache/XSLoader.pm line 16 Compilation failed in require at /usr/share/src/mod_perl-1.99_09/t/conf/modperl_extra.pl line 6. BEGIN failed--compilation aborted at /usr/share/src/mod_perl-1.99_09/t/conf/modperl_extra.pl line 6. Compilation failed in require at /usr/share/src/mod_perl-1.99_09/t/conf/modperl_startup.pl line 17. ...propagated at /usr/share/src/mod_perl-1.99_09/t/conf/modperl_startup.pl line 18. BEGIN failed--compilation aborted at /usr/share/src/mod_perl-1.99_09/t/conf/modperl_startup.pl line 20. Compilation failed in require at (eval 1) line 1. [Mon May 26 09:47:13 2003] [error] Can't load Perl file: /usr/share/src/mod_perl-1.99_09/t/conf/modperl_startup.pl for server localhost:8529, exiting... ............................................................. waiting for server to start: giving up after 61 secs !!! server failed to start! (t/logs/error_log wasn't created, start the server in the debug mode) (4402) thing:/usr/share/src/mod_perl-1.99_09# -- snip -- Yours -- -- Olaf Bohlen --------------------- cell +49-172-4561817 -- -- Graefenberger Str. 51 -- mail -- -- 91054 Buckenhof ------ http http://www.sun-powered.de/ -- -- Germany ---------------------- irc firefox01 (IRC-Net) -- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org