<?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: Cannot Build DBD::MaxDB module in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cannot-build-dbd-maxdb-module/m-p/3745078#M98146</link>
    <description>&amp;gt;So what do you suggest that I do? Do you recommend getting a PERL build that has been compiled with aCC&lt;BR /&gt;&lt;BR /&gt;It appears that /home/sdb/lib/lib64/libSQLDBC_C.sl has been compiled with aC++. (You might be able to check with "/usr/ccs/bin/elfdump -dc libSQLDBC_C.sl" .) If you don't have the source to that lib, you will have to compile perl with aC++.&lt;BR /&gt;&lt;BR /&gt;(I assume this is a 64 bit application because of lib64/ and 64bit above?)&lt;BR /&gt;&lt;BR /&gt;I assume you perl and g++ from  &lt;A href="http://www.merijn.org/" target="_blank"&gt;http://www.merijn.org/&lt;/A&gt; ?</description>
    <pubDate>Wed, 30 Aug 2006 23:10:54 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2006-08-30T23:10:54Z</dc:date>
    <item>
      <title>Cannot Build DBD::MaxDB module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-build-dbd-maxdb-module/m-p/3745075#M98143</link>
      <description>Hi,&lt;BR /&gt;I am trying to compile the DBD:MAXDB module with PERL. I have got the following configuration on my system:&lt;BR /&gt;gcc version 3.3.3 &lt;BR /&gt;Perl 5.8.1 (built with gcc) for HPUX 11.11 system.&lt;BR /&gt;&lt;BR /&gt;Both PERL and gcc are from Merijn's website.&lt;BR /&gt;The PERL build came bundled with DBI-1.3. I could successfully compile DB-1.5. However, as I try to compile the DBD::MAxDB module, I get numerous errors at the 'make test' stage. &lt;BR /&gt;&lt;BR /&gt;MAXDB version installed: &lt;BR /&gt;DBD-MaxDB-7.6.00.16&lt;BR /&gt;SQLDBC version: maxdb-sqldbc-hpux-64bit-hppa-7_6_00_16&lt;BR /&gt;DBD::MaxDB version: DBD-MaxDB-7.6.00.16&lt;BR /&gt;&lt;BR /&gt;"perl Makefile.PL" and "make" give no errors. &lt;BR /&gt;The errors I'm getting at the "make test" stage are of the kind:&lt;BR /&gt;Unsatisfied data symbol '__bad_exception' in load module '/home/sdb/lib/lib64/libSQLDBC_C.sl'&lt;BR /&gt;&lt;BR /&gt;Unsatisfied code symbol '__dl__FPv' in load module '/home/sdb/lib/lib64/libSQLDBC_C.sl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Mar 2006 05:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-build-dbd-maxdb-module/m-p/3745075#M98143</guid>
      <dc:creator>Moumita Paul</dc:creator>
      <dc:date>2006-03-06T05:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Build DBD::MaxDB module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-build-dbd-maxdb-module/m-p/3745076#M98144</link>
      <description>Both these symbols are in the aC++ lib libCsup.2.  You can't mix g++ and aCC code.</description>
      <pubDate>Wed, 30 Aug 2006 06:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-build-dbd-maxdb-module/m-p/3745076#M98144</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-08-30T06:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Build DBD::MaxDB module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-build-dbd-maxdb-module/m-p/3745077#M98145</link>
      <description>&lt;BR /&gt;Hello Denis,&lt;BR /&gt;So what do you suggest that I do? Do you recommend getting a PERL build that has been compiled with aCC, or should I try to somehow 'force' the use of the other compiler? If possible, I would like to use the PERL module from Merjin's website. Therefore, please help me out with some explicit steps. &lt;BR /&gt;Many thanks&lt;BR /&gt;Moumita</description>
      <pubDate>Wed, 30 Aug 2006 22:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-build-dbd-maxdb-module/m-p/3745077#M98145</guid>
      <dc:creator>Moumita Paul</dc:creator>
      <dc:date>2006-08-30T22:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Build DBD::MaxDB module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-build-dbd-maxdb-module/m-p/3745078#M98146</link>
      <description>&amp;gt;So what do you suggest that I do? Do you recommend getting a PERL build that has been compiled with aCC&lt;BR /&gt;&lt;BR /&gt;It appears that /home/sdb/lib/lib64/libSQLDBC_C.sl has been compiled with aC++. (You might be able to check with "/usr/ccs/bin/elfdump -dc libSQLDBC_C.sl" .) If you don't have the source to that lib, you will have to compile perl with aC++.&lt;BR /&gt;&lt;BR /&gt;(I assume this is a 64 bit application because of lib64/ and 64bit above?)&lt;BR /&gt;&lt;BR /&gt;I assume you perl and g++ from  &lt;A href="http://www.merijn.org/" target="_blank"&gt;http://www.merijn.org/&lt;/A&gt; ?</description>
      <pubDate>Wed, 30 Aug 2006 23:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-build-dbd-maxdb-module/m-p/3745078#M98146</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-08-30T23:10:54Z</dc:date>
    </item>
  </channel>
</rss>

