<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: mod_perl installation for Apache 2 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl-installation-for-apache-2/m-p/2808690#M720807</link>
    <description>How do I get on...&lt;BR /&gt;&lt;BR /&gt;I have lost too much time trying to install apache 2 + mod_perl 1.99, so:&lt;BR /&gt;&lt;BR /&gt;I uninstalled apache 2 and re-built and installed apache 1.3.26 with mod_perl and I have no issue anymore...&lt;BR /&gt;&lt;BR /&gt;Since, no issues anymore.&lt;BR /&gt;&lt;BR /&gt;Cheers.</description>
    <pubDate>Thu, 26 Sep 2002 14:22:54 GMT</pubDate>
    <dc:creator>Christophe MAILHE</dc:creator>
    <dc:date>2002-09-26T14:22:54Z</dc:date>
    <item>
      <title>mod_perl installation for Apache 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl-installation-for-apache-2/m-p/2808688#M720805</link>
      <description>Hello everybody,&lt;BR /&gt;&lt;BR /&gt;I have an issue trying to build mod_perl v1.99_05 for Apache 2, and I am not an expert at all in C.&lt;BR /&gt;&lt;BR /&gt;The binary distribution is not yet available in the archive and I have to build mod_perl from sources.&lt;BR /&gt;&lt;BR /&gt;when I run the "perl Makefile.PL" I have the following warning :&lt;BR /&gt;&lt;BR /&gt;_____________________________&lt;BR /&gt;&lt;BR /&gt;Reading Makefile.PL args from @ARGV&lt;BR /&gt;   MP_AP_PREFIX = /usr/local/apache2&lt;BR /&gt;   MP_INST_APACHE2 = 1&lt;BR /&gt;&lt;BR /&gt;************* WARNING *************&lt;BR /&gt;&lt;BR /&gt;  mod_perl is unlikely to link with your libperl, suggestions:&lt;BR /&gt;    *) Rebuild Perl with Configure -Accflags=+Z ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;************* WARNING *************&lt;BR /&gt;&lt;BR /&gt;_____________________________&lt;BR /&gt;&lt;BR /&gt;Then, make returns with the following error :&lt;BR /&gt;&lt;BR /&gt;_____________________________&lt;BR /&gt;&lt;BR /&gt;make&lt;BR /&gt;        cd "src/modules/perl" &amp;amp;&amp;amp; make -f Makefile.modperl&lt;BR /&gt;        gcc -I/www/depot/apache2-0.4/mod_perl-1.99_05/src/modules/perl -I/www/depot/apache2-0.4/mod_perl-1.99_05/xs -I/usr/local/apac&lt;BR /&gt;he2/include -D_HPUX_SOURCE -fno-strict-aliasing   -Ae  -I/usr/local/lib/perl5/5.8.0/PA-RISC2.0/CORE -DMOD_PERL  -fPIC         -c mod_perl.c &amp;amp;&amp;amp; mv mod_perl.o mod_perl.lo&lt;BR /&gt;&lt;COMMAND line=""&gt;:1:2: missing '(' after predicate&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;_____________________________&lt;BR /&gt;&lt;BR /&gt;I am using gcc (Thread model: posix - gcc version 3.2 - binary distribution from the HPUX Archive) and perl 5.8.0 (still from the archive).&lt;BR /&gt;&lt;BR /&gt;Does someone can help me here ?&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;&lt;BR /&gt;Chris.&lt;/COMMAND&gt;</description>
      <pubDate>Wed, 18 Sep 2002 12:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl-installation-for-apache-2/m-p/2808688#M720805</guid>
      <dc:creator>Christophe MAILHE</dc:creator>
      <dc:date>2002-09-18T12:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: mod_perl installation for Apache 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl-installation-for-apache-2/m-p/2808689#M720806</link>
      <description>Hi Chris&lt;BR /&gt;&lt;BR /&gt;I ran into the same issue using Perl from the archive. You need to do what it says and build your own Perl from the source including the '+Z' option. (It could be worth enabling threading too)&lt;BR /&gt;&lt;BR /&gt;I've successfully build Perl 5.8.0 and Apache 2.0.40 from source with HP's aCC compiler but I can't get mod_perl to build against it so I would love to hear how you get on.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Thu, 26 Sep 2002 14:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl-installation-for-apache-2/m-p/2808689#M720806</guid>
      <dc:creator>Paul Barker</dc:creator>
      <dc:date>2002-09-26T14:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: mod_perl installation for Apache 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl-installation-for-apache-2/m-p/2808690#M720807</link>
      <description>How do I get on...&lt;BR /&gt;&lt;BR /&gt;I have lost too much time trying to install apache 2 + mod_perl 1.99, so:&lt;BR /&gt;&lt;BR /&gt;I uninstalled apache 2 and re-built and installed apache 1.3.26 with mod_perl and I have no issue anymore...&lt;BR /&gt;&lt;BR /&gt;Since, no issues anymore.&lt;BR /&gt;&lt;BR /&gt;Cheers.</description>
      <pubDate>Thu, 26 Sep 2002 14:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl-installation-for-apache-2/m-p/2808690#M720807</guid>
      <dc:creator>Christophe MAILHE</dc:creator>
      <dc:date>2002-09-26T14:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: mod_perl installation for Apache 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl-installation-for-apache-2/m-p/2808691#M720808</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Yep, I'm coming to the same conclusion myself. &lt;BR /&gt;&lt;BR /&gt;However it looks like I've managed to get a Perl 5.8.0 build working with gCC 3.2 so I'm going to try rebuilding everything with that compiler and see what happens.&lt;BR /&gt;&lt;BR /&gt;If it still fails I'll be going back to the old versions.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Thu, 26 Sep 2002 15:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl-installation-for-apache-2/m-p/2808691#M720808</guid>
      <dc:creator>Paul Barker</dc:creator>
      <dc:date>2002-09-26T15:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: mod_perl installation for Apache 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl-installation-for-apache-2/m-p/2808692#M720809</link>
      <description>I have also found the way to build perl 5.8.0 using :&lt;BR /&gt;&lt;BR /&gt;./Configure -d -e -Dcc=gcc -Dprefix=/usr/local -Duseshrplib useposix=true -A append:ccflags=' -fpic'&lt;BR /&gt;&lt;BR /&gt;But I still use to have issues building mod_perl 1.99.&lt;BR /&gt;&lt;BR /&gt;So what I did is to build apache 1.3.26 and mod_perl 1.27 at the same time using:&lt;BR /&gt;&lt;BR /&gt;* For mod_perl:&lt;BR /&gt;perl Makefile.PL APACHE_src=../apache_1.3.26/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/usr/local/apache&lt;BR /&gt;&lt;BR /&gt;* For Apache:&lt;BR /&gt;./configure --activate-module=src/modules/perl/libperl.a --disable-rule=EXPAT --prefix=/usr/local/apache&lt;BR /&gt;&lt;BR /&gt;But I am not sure that will do it anyway, as I have now issues to re-build the perl module DBD::Oracle. The module does not link properly with perl anymore!&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 26 Sep 2002 15:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl-installation-for-apache-2/m-p/2808692#M720809</guid>
      <dc:creator>Christophe MAILHE</dc:creator>
      <dc:date>2002-09-26T15:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: mod_perl installation for Apache 2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl-installation-for-apache-2/m-p/2808693#M720810</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;my thoughts on this are to wait a bit on apache 2.  It seems to have more problems then needed.  So unless you have a real need to move to it, stick with the latest 1.3x version of apache.&lt;BR /&gt;&lt;BR /&gt;Sean</description>
      <pubDate>Thu, 26 Sep 2002 16:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mod-perl-installation-for-apache-2/m-p/2808693#M720810</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-09-26T16:47:17Z</dc:date>
    </item>
  </channel>
</rss>

