<?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: Perl Modules Compile problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308197#M711802</link>
    <description>Thank you!!!&lt;BR /&gt;&lt;BR /&gt;That worked!</description>
    <pubDate>Fri, 18 Jun 2004 10:48:06 GMT</pubDate>
    <dc:creator>Youlette Etienne_2</dc:creator>
    <dc:date>2004-06-18T10:48:06Z</dc:date>
    <item>
      <title>Perl Modules Compile problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308195#M711800</link>
      <description>miaux03: /opt/patch/DBD-Oracle-1.15 =&amp;gt;perl Makefile.PL &lt;BR /&gt;I am trying to compile the following perl module: &lt;BR /&gt;/opt/patch/DBD-Oracle-1.15 =&amp;gt;perl Makefile.PL &lt;BR /&gt;&lt;BR /&gt;Can't locate DBI.pm in @INC (@INC contains: /opt/perl/lib/5.8.2/PA-RISC1.1-thread-multi /opt/perl/lib/5.8.2 /opt/perl/lib/site_perl/5.8.2/PA-RISC1.1-thread-multi /opt/perl/lib/site_perl/5.8.2 /opt/perl/lib/site_perl .) at Makefile.PL line 21.&lt;BR /&gt;BEGIN failed--compilation aborted at Makefile.PL line 21.&lt;BR /&gt;&lt;BR /&gt;Need help!  Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2004 10:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308195#M711800</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2004-06-17T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Modules Compile problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308196#M711801</link>
      <description># perl -MCPAN -e'install DBI'&lt;BR /&gt;&lt;BR /&gt;DBD modules, and DBD-Oracle is one of them, do only work if the prerequisite module DBI is installed&lt;BR /&gt;&lt;BR /&gt;DBD-Oracle is a good version, use DBI-1.42 to go with that. You can also get it here:&lt;BR /&gt;&lt;A href="http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-1.42.tar.gz" target="_blank"&gt;http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-1.42.tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Some perl distributions have precompiled DBI included (as do my distributions). Your's obviously is missing it.&lt;BR /&gt;&lt;BR /&gt;I sincerely hope that your perl can cope with Oracle, since it needs a special tread at build time.&lt;BR /&gt;&lt;BR /&gt;Emjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 17 Jun 2004 10:33:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308196#M711801</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-06-17T10:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Modules Compile problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308197#M711802</link>
      <description>Thank you!!!&lt;BR /&gt;&lt;BR /&gt;That worked!</description>
      <pubDate>Fri, 18 Jun 2004 10:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308197#M711802</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2004-06-18T10:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Modules Compile problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308198#M711803</link>
      <description>Well, I atleast passed the first step.  Now I am getting the following on the make command:&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin/ld: /app/oracle/product/9.2.0/lib32: Not a valid object file (invalid system id)&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;In other posted qustions relating to this, it mentions trying to compile a 64-bit program with 32-bit libraries.  But I am not clear on the solution to this problem.   The error occurs at the below point of using the steps in the README file:&lt;BR /&gt;If you have linking problems (errors related to libraries or functions)&lt;BR /&gt;then you could try forcing a 'static' build using:&lt;BR /&gt;&lt;BR /&gt;  make realclean&lt;BR /&gt;  perl Makefile.PL LINKTYPE=static&lt;BR /&gt;  make&lt;BR /&gt;  make perl    (error occurs here)&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2004 11:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308198#M711803</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2004-06-18T11:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Modules Compile problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308199#M711804</link>
      <description>Ahhhhrg.&lt;BR /&gt;&lt;BR /&gt;Base operation for installing a new module with an existing perl, what I /think/ you are trying to do is&lt;BR /&gt;&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# gzip -d &amp;lt; DBD-Oracle-1.15.tar.gz | tar xf -&lt;BR /&gt;# cd DBD-Oracle-1.15&lt;BR /&gt;# perl Makefile.PL&lt;BR /&gt;# make&lt;BR /&gt;# make test&lt;BR /&gt;# make install&lt;BR /&gt;&lt;BR /&gt;In your last post, I see "make perl". A make command not even known (implicitely) to Perl's core build process.&lt;BR /&gt;&lt;BR /&gt;The error I see is that of passing a directory to the linker where it expects a library or object (maybe you used -l instead of -L)&lt;BR /&gt;&lt;BR /&gt;enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 18 Jun 2004 11:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308199#M711804</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-06-18T11:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Modules Compile problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308200#M711805</link>
      <description>okay, I am totally lost here.  Where do I change the  -l to -L?</description>
      <pubDate>Mon, 21 Jun 2004 11:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308200#M711805</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2004-06-21T11:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Modules Compile problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308201#M711806</link>
      <description>That change is made in the Makefile. (note that that is a change from a lower case 'l' (ell) to an upper case 'L')&lt;BR /&gt;&lt;BR /&gt;But, again, IMHO that should not be needed if you follow the few commands lined out in my previous post.&lt;BR /&gt;&lt;BR /&gt;Personally, I'd like to see where that fails, if it fails at all. And IF it fails, I'd also like to see the output of&lt;BR /&gt;&lt;BR /&gt;# perl -V&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA294000&amp;amp;listType=unassigned&amp;amp;forumId=1" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA294000&amp;amp;listType=unassigned&amp;amp;forumId=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 21 Jun 2004 12:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308201#M711806</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-06-21T12:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Modules Compile problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308202#M711807</link>
      <description>Thanks again for your help with this problem.&lt;BR /&gt;&lt;BR /&gt;I uninstalled HP's perl bundle, and downloaded and compiled perl 5.8.4, using the following configure options:&lt;BR /&gt;&lt;BR /&gt;sh Configure -Duselargefiles -A prepend:libswanted='cl pthread ' -Accflags="+z" -Duse64bitall&lt;BR /&gt;&lt;BR /&gt;Now, I am at the point where I need an oracle userid with sufficient privileges to complete the 'make test' command.   I will post the final outcome.</description>
      <pubDate>Mon, 21 Jun 2004 14:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308202#M711807</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2004-06-21T14:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Modules Compile problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308203#M711808</link>
      <description>Finally!  The module is installed successfully!.   Thanks so much for your help!</description>
      <pubDate>Mon, 21 Jun 2004 15:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules-compile-problems/m-p/3308203#M711808</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2004-06-21T15:56:02Z</dc:date>
    </item>
  </channel>
</rss>

