Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 20458 invoked from network); 3 May 2004 16:51:24 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 May 2004 16:51:24 -0000 Received: (qmail 33208 invoked by uid 500); 3 May 2004 16:51:04 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 33195 invoked by uid 500); 3 May 2004 16:51:04 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 33182 invoked from network); 3 May 2004 16:51:04 -0000 Message-ID: <40967877.3040606@stason.org> Date: Mon, 03 May 2004 09:51:03 -0700 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: olivier.blanc@dgi.finances.gouv.fr Cc: "Philippe M. Chiasson" , modperl@perl.apache.org Subject: Re: mp2 Apache2.0.49 on HPUX11i : mod_perl does not load in Apache References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N olivier.blanc@dgi.finances.gouv.fr wrote: > Hi all, > > Sorry, I had a miss reading of the result. I was too excited when all > compilation pass thru and when I saw that apache server started > sucessfully... > All tests failure reported below are due to this Bucket.sl problem. > > How can I figure out what is going on, and How can I try to fix the > problem ? Please re-read my reply to you, it includes: ----------------------- So you have a bunch of these errors: /usr/lib/pa20_64/dld.sl: Unsatisfied code symbol 'modperl_bucket_sv_create' in Is nm(1) working on your platform? If so, please try: nm /path/to/your/httpd | grep modperl_bucket_sv_create ----------------------- > BTW, I had to modify a bit the "config_vars.mk" file from Apache. > Also, during the Makefile.PL step, I had to modify the ldflags variable to > remove the "+DD64" flag that the linker doesn't like at all. That doesn't sounds right. You need to build perl and apache/modperl with the same compiler. Your perl was compiled with "+DD64", so your compiler must like it. If it doesn't rebuild perl with the compiler you use to compile apache/modperl. __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html