<?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: apache and mod_perl in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267056#M333665</link>
    <description>Thanks, Dennis!</description>
    <pubDate>Fri, 12 Sep 2008 15:49:38 GMT</pubDate>
    <dc:creator>Steve Cooper</dc:creator>
    <dc:date>2008-09-12T15:49:38Z</dc:date>
    <item>
      <title>apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267037#M333646</link>
      <description>(yet another mod_perl question!)&lt;BR /&gt;&lt;BR /&gt;i have the latest version of apache installed (B.2.0.59.07.01) on my 11.11 system.  i also have the 64-bit version of perl installed (D.5.8.8.D)&lt;BR /&gt;&lt;BR /&gt;so...trying (and trying and trying...) to get mod_perl running and i think i know what the problem is but see no way around it.&lt;BR /&gt;&lt;BR /&gt;if i do a strings on mod_perl.so -- i see that it was built using /opt/perl_32 -- which i don't have!  (perl is installed under /opt/perl_64)&lt;BR /&gt;&lt;BR /&gt;i made a link pointing perl_32 to perl_64 but, alas, i'm still having trouble because there is no lib/site_perl/5.8.8/PA-RISC1.1-thread-multi directory under perl_64 (rather it is: lib/site_perl/5.8.8/PA-RISC2.0-thread-multi-LP64)&lt;BR /&gt;&lt;BR /&gt;is this as much of a show-stopper as i think??</description>
      <pubDate>Wed, 10 Sep 2008 21:29:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267037#M333646</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2008-09-10T21:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267038#M333647</link>
      <description>Hi Donna:&lt;BR /&gt;&lt;BR /&gt;Try creating a symbolic link that points '/opt/perl' to /opt/perl_32'.  The HP port of Perl 5.8.8 should have everything you need.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 10 Sep 2008 21:38:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267038#M333647</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-10T21:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267039#M333648</link>
      <description>/opt/perl points to perl_64.&lt;BR /&gt;&lt;BR /&gt;lrwxr-xr-x   1 root       sys             12 May 30 15:15 perl -&amp;gt; /opt/perl_64&lt;BR /&gt;lrwxrwxrwx   1 root       sys              8 Sep 10 07:44 perl_32 -&amp;gt; perl_64/&lt;BR /&gt;dr-xr-xr-x   6 bin        bin           2048 Sep 10 07:43 perl_64&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Sep 2008 21:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267039#M333648</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2008-09-10T21:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267040#M333649</link>
      <description>i guess i should add some more to my story.&lt;BR /&gt;&lt;BR /&gt;when i try to start apache with mod_perl enabled, i get the following:&lt;BR /&gt;&lt;BR /&gt;Can't locate Cwd.pm in @INC (@INC contains: &lt;BR /&gt;/opt/perl_32/lib/5.8.8/PA-RISC1.1-thread-multi &lt;BR /&gt;/opt/perl_32/lib/5.8.8 &lt;BR /&gt;/opt/perl_32/lib/site_perl/5.8.8/PA-RISC1.1-thread-multi &lt;BR /&gt;/opt/perl_32/lib/site_perl/5.8.8 &lt;BR /&gt;/opt/perl_32/lib/site_perl &lt;BR /&gt;/opt/perl_32/lib/vendor_perl/5.8.8/PA-RISC1.1-thread-multi &lt;BR /&gt;/opt/perl_32/lib/vendor_perl/5.8.8 /opt/perl_32/lib/vendor_perl . &lt;BR /&gt;/opt/hpws/apache/ &lt;BR /&gt;/opt/hpws/apache/lib/perl) at &lt;BR /&gt;/home/xxxx/TWiki/bin/setlib.cfg line 32.&lt;BR /&gt;&lt;BR /&gt;note all the directory names.&lt;BR /&gt;&lt;BR /&gt;so where is Cwd??&lt;BR /&gt;&lt;BR /&gt;/opt/perl_64/lib/5.8.8/PA-RISC2.0-thread-multi-LP64/Cwd.pm&lt;BR /&gt;&lt;BR /&gt;down the pa-risc2.0 path.  that's why i think i've hit a show-stopper.&lt;BR /&gt;&lt;BR /&gt;&lt;SIGH&gt;&lt;/SIGH&gt;</description>
      <pubDate>Wed, 10 Sep 2008 22:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267040#M333649</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2008-09-10T22:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267041#M333650</link>
      <description>Hi Donna:&lt;BR /&gt;&lt;BR /&gt;Do:&lt;BR /&gt;&lt;BR /&gt;# rm /opt/perl #...this should be only a link...&lt;BR /&gt;&lt;BR /&gt;# ln -s /opt/perl_32 /opt/perl&lt;BR /&gt;&lt;BR /&gt;&amp;gt; so where is Cwd??&lt;BR /&gt;&lt;BR /&gt;This should exist as:&lt;BR /&gt;&lt;BR /&gt;/opt/perl_64/lib/5.8.8/PA-RISC2.0-thread-multi-LP64/Cwd.pm&lt;BR /&gt;/opt/perl_32/lib/5.8.8/PA-RISC1.1-thread-multi/Cwd.pm&lt;BR /&gt;&lt;BR /&gt;...but adjusting the symbolic links above should take you to the module without further issue.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Sep 2008 22:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267041#M333650</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-10T22:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267042#M333651</link>
      <description>Hi (again) Donna:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; i made a link pointing perl_32 to perl_64 &lt;BR /&gt;&lt;BR /&gt;By the way, *undo* this and follow my instructions immediately above for creating the symbolic links.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 10 Sep 2008 22:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267042#M333651</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-10T22:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267043#M333652</link>
      <description>ok...&lt;BR /&gt;&lt;BR /&gt;perl--&amp;gt;perl_32--&amp;gt;perl_64&lt;BR /&gt;&lt;BR /&gt;lrwxrwxrwx   1 root       sys             13 Sep 10 16:47 perl -&amp;gt; /opt/perl_32/&lt;BR /&gt;lrwxrwxrwx   1 root       sys             13 Sep 10 16:46 perl_32 -&amp;gt; /opt/perl_64/&lt;BR /&gt;dr-xr-xr-x   6 bin        bin           2048 Sep 10 16:46 perl_64&lt;BR /&gt;&lt;BR /&gt;(remember, i have no real perl_32)&lt;BR /&gt;&lt;BR /&gt;. stopped httpd&lt;BR /&gt;. started it with the httpd.conf file that has mod_perl enabled&lt;BR /&gt;. and it exited (never started) with the same can't find Cwd error as i showed before&lt;BR /&gt;&lt;BR /&gt;i still think it's because /opt/perl_32/lib/5.8.8/PA-RISC1.1-thread-multi/Cwd.pm does *not* exist on my system.&lt;BR /&gt;&lt;BR /&gt;thoughts?</description>
      <pubDate>Wed, 10 Sep 2008 22:53:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267043#M333652</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2008-09-10T22:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267044#M333653</link>
      <description>I would say that not having a real perl_32 is your problem. perl_64 will be a 64-bit build, perl_32 will be a 32-bit build, and mod_perl will need a perl install that matches how it was built.</description>
      <pubDate>Thu, 11 Sep 2008 16:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267044#M333653</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2008-09-11T16:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267045#M333654</link>
      <description>Hi (again) Donna:&lt;BR /&gt;&lt;BR /&gt;I agree with Heironimus.  You need a 32-bit Perl.  I suggest that you simply download and install from here (again):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you like, you can choose to only install the 32-bit filesets.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2008 16:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267045#M333654</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-11T16:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267046#M333655</link>
      <description>Unfortunately, if you select the 11.11 latest build, 5.8.9, after jumping through the hoops, you get a missing file page.  So, that link is broken.  We'll try the 5.8.8 version instead.  Thanks for the help!</description>
      <pubDate>Thu, 11 Sep 2008 16:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267046#M333655</guid>
      <dc:creator>Steve Cooper</dc:creator>
      <dc:date>2008-09-11T16:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267047#M333656</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; if you select the 11.11 latest build, 5.8.9&lt;BR /&gt;&lt;BR /&gt;I'd look to 5.8.8 since it is very stable and it is the release you are already running.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 11 Sep 2008 16:47:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267047#M333656</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-11T16:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267048#M333657</link>
      <description>Well, unless I'm doing something wrong, no luck there either.  I downloaded the depot for 5.8.8 without problem, but when I select PERL5-32 in the depot, swinstall complains that it is not found in the depot.  So, that explains why we are missing the 32-bit stuff in the first place.  This depot seems to be broken, and the newer depot seems to be missing.  Perhaps we need to get the software from someplace other than HP.  Where did you all get your depots from?</description>
      <pubDate>Thu, 11 Sep 2008 16:55:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267048#M333657</guid>
      <dc:creator>Steve Cooper</dc:creator>
      <dc:date>2008-09-11T16:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267049#M333658</link>
      <description>&amp;gt;when I select PERL5-32 in the depot, swinstall complains that it is not found in the depot.&lt;BR /&gt;&lt;BR /&gt;You might want to use swlist to see what's in the depot.  The fileset may be spelled differently.</description>
      <pubDate>Thu, 11 Sep 2008 17:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267049#M333658</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-09-11T17:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267050#M333659</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; &amp;gt;when I select PERL5-32 in the depot, swinstall complains that it is not found in the depot.&lt;BR /&gt;&lt;BR /&gt;I believe that should be "Perl5-32" in mixed-case letters.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 11 Sep 2008 17:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267050#M333659</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-09-11T17:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267051#M333660</link>
      <description>Thanks, gentlemen, but please try the depot yourself to see the problem.  The index shows there are two "contents": Perl5-32 and Perl5-64.  But if you try to select Perl5-32, you will see that the contents are actually missing from the depot.  If you ask for \* to be installed, only Perl5-64 is installed.</description>
      <pubDate>Thu, 11 Sep 2008 19:00:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267051#M333660</guid>
      <dc:creator>Steve Cooper</dc:creator>
      <dc:date>2008-09-11T19:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267052#M333661</link>
      <description>ozma(su) /tmp: swinstall -s /tmp/perl_D.5.8.8.D_HP-UX_B.11.11_32_64.depot perl&lt;BR /&gt;&lt;BR /&gt;=======  09/11/08 13:07:14 PDT  BEGIN swinstall SESSION&lt;BR /&gt;         (non-interactive) (jobid=ozma-1188)&lt;BR /&gt;&lt;BR /&gt;       * Session started for user "root@ozma".&lt;BR /&gt;         &lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;       * Target connection succeeded for "ozma:/".&lt;BR /&gt;WARNING: The software specification "perl" refers to a bundle (or to a&lt;BR /&gt;         product, subproduct or fileset within a bundle). Only some of&lt;BR /&gt;         the software specified could be selected. The messages below&lt;BR /&gt;         show those items which could not be selected and those items&lt;BR /&gt;         which were selected but generated a warning:  &lt;BR /&gt;       * Could not apply the software selection&lt;BR /&gt;         "Perl5-32,r=D.5.8.8.D,a=HP-UX_B.11.11_32/64,v=HP"; it is not&lt;BR /&gt;         available from depot or root&lt;BR /&gt;         "ozma:/tmp/perl_D.5.8.8.D_HP-UX_B.11.11_32_64.depot".&lt;BR /&gt;       * Source:&lt;BR /&gt;         /tmp/perl_D.5.8.8.D_HP-UX_B.11.11_32_64.depot&lt;BR /&gt;       * Targets:                ozma:/&lt;BR /&gt;       &lt;BR /&gt;...</description>
      <pubDate>Thu, 11 Sep 2008 19:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267052#M333661</guid>
      <dc:creator>Steve Cooper</dc:creator>
      <dc:date>2008-09-11T19:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267053#M333662</link>
      <description>after a phone call to the rc, we got to the bottom of the perl depot mystery.&lt;BR /&gt;&lt;BR /&gt;this system is a 64-bit os installation and swinstall being the diligent protector that is was unwilling to allow the installation of 32-bit perl.&lt;BR /&gt;&lt;BR /&gt;the following incantation at least allowed 32-bit perl to be installed:&lt;BR /&gt;&lt;BR /&gt;swinstall -x allow_incompatible=true &lt;BR /&gt;-s /tmp/perl_D.5.8.8.D_HP-UX_B.11.11_32_64.depot Perl5-32&lt;BR /&gt;&lt;BR /&gt;so...back to the original battle!&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2008 20:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267053#M333662</guid>
      <dc:creator>donna hofmeister</dc:creator>
      <dc:date>2008-09-11T20:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267054#M333663</link>
      <description>Nevermind.  We got it to install with: swinstall -x allow_incompatible=true.&lt;BR /&gt;I'm not sure why Perl_32 should be incompatible on a 64-bit kernel, but it is now installed and working.  Thanks for your help.</description>
      <pubDate>Thu, 11 Sep 2008 20:39:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267054#M333663</guid>
      <dc:creator>Steve Cooper</dc:creator>
      <dc:date>2008-09-11T20:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267055#M333664</link>
      <description>&amp;gt;the diligent protector that is was unwilling to allow the installation of 32-bit perl.&lt;BR /&gt;&lt;BR /&gt;They got it backwards.  Here is how to fix it:&lt;BR /&gt;# swcopy -s $PWD/perl_D.5.8.8.D_HP-UX_B.11.11_32_64.depot Perl5-32 @ \&lt;BR /&gt;$PWD/perl_32&lt;BR /&gt;# swmodify -a machine_type="*"  Perl5-32.PERL-MAN Perl5-32.PERL-RUN @ \&lt;BR /&gt;$PWD/perl_32&lt;BR /&gt;&lt;BR /&gt;Then swinstall from the directory depot $PWD/perl_32.</description>
      <pubDate>Thu, 11 Sep 2008 23:11:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267055#M333664</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-09-11T23:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: apache and mod_perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267056#M333665</link>
      <description>Thanks, Dennis!</description>
      <pubDate>Fri, 12 Sep 2008 15:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-and-mod-perl/m-p/4267056#M333665</guid>
      <dc:creator>Steve Cooper</dc:creator>
      <dc:date>2008-09-12T15:49:38Z</dc:date>
    </item>
  </channel>
</rss>

