Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 48977 invoked from network); 10 Aug 2007 18:32:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Aug 2007 18:32:28 -0000 Received: (qmail 86507 invoked by uid 500); 10 Aug 2007 18:32:26 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 86495 invoked by uid 500); 10 Aug 2007 18:32:26 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 86484 invoked by uid 99); 10 Aug 2007 18:32:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 11:32:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [155.97.130.148] (HELO ipo1.hsc.utah.edu) (155.97.130.148) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 18:32:21 +0000 X-SBRS: None Received: from smtp1.umail.utah.edu ([155.97.181.149]) by smtp1.utah.edu with ESMTP; 10 Aug 2007 12:31:56 -0600 Received: from CAMPUSV4.xds.umail.utah.edu ([155.97.181.65]) by smtp1.umail.utah.edu with Microsoft SMTPSVC(6.0.3790.1830); Fri, 10 Aug 2007 12:31:55 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: perl Makefile.PL problems embperl-2.2.0 Date: Fri, 10 Aug 2007 12:31:02 -0600 Message-ID: <6A01D36525B6CE4B855597C62B046D5278097A@CAMPUSV4.xds.umail.utah.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: perl Makefile.PL problems embperl-2.2.0 Thread-Index: AcfbfJr0Z9cAHqcsQJeYpVagdNOKQA== From: "Dan Clawson" To: X-OriginalArrivalTime: 10 Aug 2007 18:31:55.0777 (UTC) FILETIME=[BAAE6F10:01C7DB7C] X-Virus-Checked: Checked by ClamAV on apache.org Hello, I've having trouble getting embperl to configure without error. When I run `perl Makefile.PL` it first reports that mod_perl is found, then that it is not found: [Fri Aug 10 12:13:00 clawson@rebus /usr/local/src/Embperl-2.2.0-build/Embperl-2.2.0:11] $ perl Makefile.PL=20 Found mod_perl 2.0 Build with support for Apache mod_perl?(y/n) [y] Use /opt/apache2 as Apache source(y/n) [y] Will use /opt/apache2 for Apache Headers Apache Version Server version: Apache/2.2.4 (Unix) + Load dynamic module mod_actions.c (/opt/apache2/modules/mod_actions.so) + Load dynamic module mod_cgi.c (/opt/apache2/modules/mod_cgi.so) + Load dynamic module mod_alias.c (/opt/apache2/modules/mod_alias.so) + Load dynamic module mod_env.c (/opt/apache2/modules/mod_env.so) + Load dynamic module mod_perl.c (/opt/apache2/modules/mod_perl.so) + Load dynamic module mod_mime.c (/opt/apache2/modules/mod_mime.so) + Load dynamic module mod_dir.c (/opt/apache2/modules/mod_dir.so) + mod_perl was build with USE_DSO Test start /opt/apache2/bin/httpd Test httpd will run as user clawson and group sorcerer Test httpd will listen on port 8531 mod_perl not installed on this system -> Cannot build for mod_perl without mod_perl installed!! Found LWP::UserAgent Version 2.033 Found HTML::HeadParser Version 2.22 Apache::Session not installed on this system -> Disable tests for persistent data storage Found File::Spec Version 3.12 Found CGI Version 3.15 Found libxml2 2.6.10 installed under /usr Found libxslt 1.1.7 installed under /usr Enter path of XALAN base directory or single dot for not using XALAN [.] Xalan will not be linked into Embperl Writing Makefile for Embperl::App::Config Writing Makefile for Embperl::App Writing Makefile for Embperl::Component::Config Writing Makefile for Embperl::Component::Output Writing Makefile for Embperl::Component::Param Writing Makefile for Embperl::Component Writing Makefile for Embperl::Req::Config Writing Makefile for Embperl::Req::Param Writing Makefile for Embperl::Req Writing Makefile for Embperl::Syntax Writing Makefile for Embperl::Thread Writing Makefile for Embperl Writing Makefile for WrapXS Writing Makefile for Embperl I have a fresh install of Apache/2.2.4 installed in /opt/apache2: [Fri Aug 10 12:17:29 clawson@rebus /opt/apache2/bin:16] $ ./httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c mod_perl-2.0.3 is installed (after a successful make, make test) as a DSO and is loaded in Apache: [Fri Aug 10 12:18:03 clawson@rebus /opt/apache2/bin:18] $ ./httpd -M Loaded Modules: core_module (static) mpm_prefork_module (static) http_module (static) so_module (static) .... perl_module (shared) Syntax OK Have I provided you enough information to help me get around this error? Thanks, Dan Dan Clawson Office of Information Technology University of Utah (e) dan.clawson@utah.edu=20 --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org