<?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 module DB_file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931238#M809151</link>
    <description>Installed perl 5.8.7 from &lt;A href="http://mirrors.develooper.com/hpux/downloads.html" target="_blank"&gt;http://mirrors.develooper.com/hpux/downloads.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Now I get:&lt;BR /&gt;&lt;BR /&gt;# ./perl -v                                                    &lt;BR /&gt;sh: ./perl: Execute permission denied.                         &lt;BR /&gt;# pwd                                                          &lt;BR /&gt;/opt/perl64/bin                                                &lt;BR /&gt;# ll perl                                                      &lt;BR /&gt;-rwxr-xr-x   2 root       sys        2490096 Jun  1 12:44 perl &lt;BR /&gt;#                                                              &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Lars</description>
    <pubDate>Wed, 05 Oct 2005 10:33:32 GMT</pubDate>
    <dc:creator>Lars Ebeling</dc:creator>
    <dc:date>2005-10-05T10:33:32Z</dc:date>
    <item>
      <title>Perl module DB_file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931236#M809149</link>
      <description>Trying to install DB_file with Webmin on HPUX 11.11&lt;BR /&gt;make test fails with a lot of unresolved symbols to pthread..........&lt;BR /&gt;&lt;BR /&gt;(see attachment)&lt;BR /&gt;&lt;BR /&gt;Could someone help me</description>
      <pubDate>Tue, 04 Oct 2005 11:08:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931236#M809149</guid>
      <dc:creator>Lars Ebeling</dc:creator>
      <dc:date>2005-10-04T11:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Perl module DB_file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931237#M809150</link>
      <description>Your problem: You have a BerkeleyDB (libdb) port that expects libpthread, or in other words is built threads-enabled and you have a perl that is not&lt;BR /&gt;&lt;BR /&gt;Your problem is not: that you need a threaded perl&lt;BR /&gt;&lt;BR /&gt;Your solution:&lt;BR /&gt;a: Build perl yourseld, and include -lpthread in the list of required libs, even if perl itself does not need it. Modules like this and DBD::Oracle do.&lt;BR /&gt;b: Build BerkeleyDB (libdb) again with threads disabled&lt;BR /&gt;c: (or maybe a-bis) Fetch yourself a prebuilt perl binary that has libpthread in it&lt;BR /&gt;d: IF this works, you're done fast: remove 'PERL_DL_NONLAZY=1' from the Makefile. This very much depends on you perl and the shared libraries were built.&lt;BR /&gt;&lt;BR /&gt;The fact that your perl was not built with libpthread indicates to me that it is a rather old version, since both my perls (see below) and the perl binaries that come from HP's porting center (at least all their recent builds: read that past two years) include this library&lt;BR /&gt;&lt;BR /&gt;Next time, please tell us what your perl version is (perl -v), where you got it, and what the version of the problem stuff is (libdb and DB_File). From your log, I presume&lt;BR /&gt;&lt;BR /&gt;DB_File-1.811&lt;BR /&gt;perl5.8.5&lt;BR /&gt;&lt;BR /&gt;My builds include DB_File&lt;BR /&gt;&lt;BR /&gt;My HP ITRC site pages can be found at (please use LA as primary choice):&lt;BR /&gt;&lt;BR /&gt;USA Los Angeles &lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;SGP Singapore   &lt;A href="https://www.beepz.com/personal/merijn/" target="_blank"&gt;https://www.beepz.com/personal/merijn/&lt;/A&gt;&lt;BR /&gt;USA Chicago     &lt;A href="http://ww.hpux.ws/merijn/" target="_blank"&gt;http://ww.hpux.ws/merijn/&lt;/A&gt;&lt;BR /&gt;NL  Hoofddorp   &lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Tue, 04 Oct 2005 16:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931237#M809150</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-10-04T16:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Perl module DB_file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931238#M809151</link>
      <description>Installed perl 5.8.7 from &lt;A href="http://mirrors.develooper.com/hpux/downloads.html" target="_blank"&gt;http://mirrors.develooper.com/hpux/downloads.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Now I get:&lt;BR /&gt;&lt;BR /&gt;# ./perl -v                                                    &lt;BR /&gt;sh: ./perl: Execute permission denied.                         &lt;BR /&gt;# pwd                                                          &lt;BR /&gt;/opt/perl64/bin                                                &lt;BR /&gt;# ll perl                                                      &lt;BR /&gt;-rwxr-xr-x   2 root       sys        2490096 Jun  1 12:44 perl &lt;BR /&gt;#                                                              &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Lars</description>
      <pubDate>Wed, 05 Oct 2005 10:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931238#M809151</guid>
      <dc:creator>Lars Ebeling</dc:creator>
      <dc:date>2005-10-05T10:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Perl module DB_file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931239#M809152</link>
      <description>r3:/opt/perl64/bin 102 &amp;gt; ll perl&lt;BR /&gt;  38781 -rwxr-xr-x    2 merijn   softwr    2490096 Jun  1 12:44 perl&lt;BR /&gt;r3:/opt/perl64/bin 103 &amp;gt; sum perl&lt;BR /&gt;65334 4864 perl&lt;BR /&gt;r3:/opt/perl64/bin 104 &amp;gt; ./perl -v&lt;BR /&gt;&lt;BR /&gt;This is perl, v5.8.7 built for PA-RISC2.0-LP64&lt;BR /&gt;(with 1 registered patch, see perl -V for more detail)&lt;BR /&gt;&lt;BR /&gt;Copyright 1987-2005, Larry Wall&lt;BR /&gt;&lt;BR /&gt;Perl may be copied only under the terms of either the Artistic License or the&lt;BR /&gt;GNU General Public License, which may be found in the Perl 5 source kit.&lt;BR /&gt;&lt;BR /&gt;Complete documentation for Perl, including FAQ lists, should be found on&lt;BR /&gt;this system using `man perl' or `perldoc perl'.  If you have access to the&lt;BR /&gt;Internet, point your browser at &lt;A href="http://www.perl.org/," target="_blank"&gt;http://www.perl.org/,&lt;/A&gt; the Perl Home Page.&lt;BR /&gt;&lt;BR /&gt;r3:/opt/perl64/bin 105 &amp;gt; uname -a&lt;BR /&gt;HP-UX r3 B.11.11 U 9000/800 1909236376 unlimited-user license&lt;BR /&gt;r3:/opt/perl64/bin 106 &amp;gt; ux&lt;BR /&gt;r3  HP-UX 11.11/64 U  9000/800/rp3410/64 PA8800/800(2) pa-2.0  4094 Mb&lt;BR /&gt;r3:/opt/perl64/bin 107 &amp;gt; model&lt;BR /&gt;9000/800/rp3410&lt;BR /&gt;r3:/opt/perl64/bin 108 &amp;gt; file /stand/vmunix&lt;BR /&gt;/stand/vmunix:  ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;r3:/opt/perl64/bin 109 &amp;gt; getconf KERNEL_BITS&lt;BR /&gt;64&lt;BR /&gt;r3:/opt/perl64/bin 110 &amp;gt; getconf HW_32_64_CAPABLE&lt;BR /&gt;1&lt;BR /&gt;r3:/opt/perl64/bin 111 &amp;gt; echo "selclass qualifier cpu;info;wait;infolog" | /usr/&lt;BR /&gt;sbin/cstm | grep "CPU Module"&lt;BR /&gt;        PA 8800  CPU Module  3.1&lt;BR /&gt;        PA 8800  CPU Module  3.1&lt;BR /&gt;        PA 8800  CPU Module  3.1&lt;BR /&gt;        PA 8800  CPU Module  3.1&lt;BR /&gt;        PA 8800  CPU Module  3.1&lt;BR /&gt;        PA 8800  CPU Module  3.1&lt;BR /&gt;        PA 8800  CPU Module  3.1&lt;BR /&gt;        PA 8800  CPU Module  3.1&lt;BR /&gt;r3:/opt/perl64/bin 112 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Just to be sure. Your machine *is* 64bit capable??&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 05 Oct 2005 10:43:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931239#M809152</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-10-05T10:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Perl module DB_file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931240#M809153</link>
      <description>Of course you are right. I thought so, but not 64-bit.&lt;BR /&gt;&lt;BR /&gt;Try with 32-bit later.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Lars</description>
      <pubDate>Wed, 05 Oct 2005 11:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931240#M809153</guid>
      <dc:creator>Lars Ebeling</dc:creator>
      <dc:date>2005-10-05T11:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Perl module DB_file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931241#M809154</link>
      <description>32-bit worked.&lt;BR /&gt;&lt;BR /&gt;Lars</description>
      <pubDate>Wed, 05 Oct 2005 22:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931241#M809154</guid>
      <dc:creator>Lars Ebeling</dc:creator>
      <dc:date>2005-10-05T22:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Perl module DB_file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931242#M809155</link>
      <description>Ok</description>
      <pubDate>Wed, 05 Oct 2005 22:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931242#M809155</guid>
      <dc:creator>Lars Ebeling</dc:creator>
      <dc:date>2005-10-05T22:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Perl module DB_file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931243#M809156</link>
      <description>You close the thread with a bunny, saying that my answer was right, and that it now works, but still you give the answer only 1 point.&lt;BR /&gt;&lt;BR /&gt;Isn't that a bit of an insult? Do you know how much time I put in that website?&lt;BR /&gt;It solves your problem, but still ...&lt;BR /&gt;&lt;BR /&gt;I'm stunned&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 06 Oct 2005 01:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931243#M809156</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-10-06T01:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Perl module DB_file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931244#M809157</link>
      <description>1. I thought I gave it 5 points&lt;BR /&gt;2. I am a beginner at this started the other day.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Lars Ebeling</description>
      <pubDate>Thu, 06 Oct 2005 05:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-db-file/m-p/4931244#M809157</guid>
      <dc:creator>Lars Ebeling</dc:creator>
      <dc:date>2005-10-06T05:42:19Z</dc:date>
    </item>
  </channel>
</rss>

