<?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: gcc64 error when compiling DBI in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445633#M707724</link>
    <description>Yeah, I deduced as much.  The person I am doing this for hasn't given me the right variable for ORACLE_USERID. :(  I'll see if I can get it from him.</description>
    <pubDate>Fri, 17 Dec 2004 14:27:45 GMT</pubDate>
    <dc:creator>Patrick Ware_1</dc:creator>
    <dc:date>2004-12-17T14:27:45Z</dc:date>
    <item>
      <title>gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445619#M707709</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I used the following command to attempt a Bundle::DBI install:&lt;BR /&gt;&lt;BR /&gt;/opt/perl64/bin/perl -MCPAN -e "install Bundle::DBI"&lt;BR /&gt;&lt;BR /&gt;After getting thru the questions, and prompts, the problem starts below:&lt;BR /&gt;&lt;BR /&gt;     gcc64 -c    -mpa-risc-2-0 -D_HPUX_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/pa20_64/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O    -DVERSION=\"1.46\"  -DXS_VERSION=\"1.46\" -fPIC "-I/opt/perl64/lib/5.8.5/PA-RISC2.0-LP64/CORE"  -Wall -Wno-comment -DDBI_NO_THREADS Perl.c&lt;BR /&gt;sh: gcc64:  not found.&lt;BR /&gt;*** Error exit code 127&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;  /usr/bin/make  -- NOT OK&lt;BR /&gt;Running make test&lt;BR /&gt;  Can't test without successful make&lt;BR /&gt;Running make install&lt;BR /&gt;  make had returned bad status, install seems impossible Running install for module DBI::Shell Running make for T/TL/TLOWERY/DBI-Shell-11.93.tar.gz&lt;BR /&gt;Fetching with LWP:&lt;BR /&gt;&lt;BR /&gt;I am running procura's pre-built perl-5.8.5-gcc-3.4.0-11.11-elf64&lt;BR /&gt;Do I need a 64-bit version of gcc to make this work, and how do I recover properly from this error.  This is my 1st attempt EVER at installing perl modules.  Thanks for your help to a new Sys Admin.</description>
      <pubDate>Fri, 17 Dec 2004 00:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445619#M707709</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2004-12-17T00:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445620#M707710</link>
      <description>Ahhhhhrg. Don't do that. Why should you?!&lt;BR /&gt;DBI is already bundled in my perl's&lt;BR /&gt;&lt;BR /&gt;# /opt/perl64/bin -MV=DBI&lt;BR /&gt;&lt;BR /&gt;And for the gcc error, asuming you use my gcc, make sure /usr/local/pa20_64/bin is in your $PATH&lt;BR /&gt;&lt;BR /&gt;# cd /usr/local/pa20_64/bin&lt;BR /&gt;# ln -s gcc gcc64&lt;BR /&gt;&lt;BR /&gt;if that link does not exist yet&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 17 Dec 2004 01:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445620#M707710</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-12-17T01:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445621#M707711</link>
      <description>And for your second question, yes, you need gcc/64 for extending perl with XS modules (modules that use C code and need to be compiled)&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 17 Dec 2004 01:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445621#M707711</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-12-17T01:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445622#M707712</link>
      <description>Thanks!  So basically, I should be ready to install the oracle module?</description>
      <pubDate>Fri, 17 Dec 2004 02:00:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445622#M707712</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2004-12-17T02:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445623#M707713</link>
      <description>Yes&lt;BR /&gt;&lt;BR /&gt;# cd /work&lt;BR /&gt;# wget &lt;A href="http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBD-Oracle-1.16.tar.gz" target="_blank"&gt;http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBD-Oracle-1.16.tar.gz&lt;/A&gt;&lt;BR /&gt;# gzip2 -d &lt;DBD-ORACLE-1.16.TAR.GZ&gt;&lt;/DBD-ORACLE-1.16.TAR.GZ&gt;# cd DBD-Oracle-1.16&lt;BR /&gt;# /opt/perl64/bin/perl Makefile.PL&lt;BR /&gt;# make&lt;BR /&gt;# make test&lt;BR /&gt;# make install&lt;BR /&gt;&lt;BR /&gt;And DBD-Oracle-1.16 is also an XS modules, so you need to install gcc/64 first&lt;BR /&gt;&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# wget &lt;A href="http://mirrors.develooper.com/hpux/gcc-3.4.3-64-11.11-elf64.tbz" target="_blank"&gt;http://mirrors.develooper.com/hpux/gcc-3.4.3-64-11.11-elf64.tbz&lt;/A&gt;&lt;BR /&gt;# cd /opt&lt;BR /&gt;# bzip2 -d # perl -pi -e's,$,:/opt/perl64/bin:/usr/local/pa20_64/bin,' /etc/PATH&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 17 Dec 2004 02:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445623#M707713</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-12-17T02:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445624#M707714</link>
      <description>Thanks!  The wget &lt;A href="http://mirrors.develooper.com/hpux/gcc-3.4.3-64-11.11-elf64.tbz" target="_blank"&gt;http://mirrors.develooper.com/hpux/gcc-3.4.3-64-11.11-elf64.tbz&lt;/A&gt;&lt;BR /&gt;keeps timing out.  Any other options I could try?  I just installed wget tonight.  I had to install openssl to get wget to work.</description>
      <pubDate>Fri, 17 Dec 2004 02:56:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445624#M707714</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2004-12-17T02:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445625#M707715</link>
      <description>Ok, I thought outside the box and opened a netscape window on my VNC session, and got the file that way.</description>
      <pubDate>Fri, 17 Dec 2004 03:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445625#M707715</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2004-12-17T03:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445626#M707716</link>
      <description>Ok, so here's the next problem:&lt;BR /&gt;# /opt/perl64/bin/perl Makefile.PL&lt;BR /&gt;Using DBI 1.43 (for perl 5.008005 on PA-RISC2.0-LP64) installed in /opt/perl64/lib/site_perl/5.8.5/PA-RISC2.0-LP64/auto/DBI&lt;BR /&gt;&lt;BR /&gt; Configuring DBD::Oracle ...&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;     Remember to actually *READ* the README file!&lt;BR /&gt;        Especially if you have any problems.&lt;BR /&gt;&lt;BR /&gt;  The ORACLE_HOME environment variable must be set.&lt;BR /&gt;  It must be set to hold the path to an Oracle installation directory&lt;BR /&gt;  on this machine (or a machine with a compatible architecture).&lt;BR /&gt;  See the README.clients file for more information.&lt;BR /&gt;  ABORTED!&lt;BR /&gt;&lt;BR /&gt;I thought I'd put this one out here while I do some research.  If I'm lucky, I will beat you with the answer..LOL!!</description>
      <pubDate>Fri, 17 Dec 2004 03:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445626#M707716</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2004-12-17T03:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445627#M707717</link>
      <description>Found my answer in the README.hpux file:&lt;BR /&gt;&lt;BR /&gt;It is critical to setup your Oracle environmental variables.  Many people&lt;BR /&gt;do this incorrectly and spend days trying to get a working version of &lt;BR /&gt;DBD-Oracle.  Below are examples of a local database and a remote database&lt;BR /&gt;(i.e. the database is on a different machine than your Perl/DBI/DBD &lt;BR /&gt;installation) environmental variable setup.&lt;BR /&gt; &lt;BR /&gt;Example (local database):&lt;BR /&gt; &lt;BR /&gt;    export ORACLE_USERID=&lt;VALIDUSER&gt;&lt;BR /&gt;    export ORACLE_HOME=&lt;PATH to="" oracle=""&gt;&lt;BR /&gt;    export ORACLE_SID=&lt;A valid="" instance="" target="_blank"&gt;&lt;BR /&gt;    export SHLIB_PATH=$ORACLE_HOME/lib       #for 32bit HP&lt;BR /&gt;    export LD_LIBRARY_PATH=$ORACLE_HOME/lib  #for 64bit HP (I defined them both)&lt;BR /&gt; &lt;BR /&gt;Example ( if remote database):&lt;BR /&gt; &lt;BR /&gt;    export ORACLE_USERID=&lt;VALIDUSER&gt;&lt;BR /&gt;    export ORACLE_HOME=&lt;PATH to="" oracle=""&gt;&lt;BR /&gt;    export ORACLE_SID=@&lt;VALID tnsnames.ora="" entry=""&gt;&lt;BR /&gt;    export SHLIB_PATH=$ORACLE_HOME/lib       #for 32bit HP&lt;BR /&gt;    export LD_LIBRARY_PATH=$ORACLE_HOME/lib  #for 64bit HP (I defined them both)&lt;BR /&gt;&lt;/VALID&gt;&lt;/PATH&gt;&lt;/VALIDUSER&gt;&lt;/A&gt;&lt;/PATH&gt;&lt;/VALIDUSER&gt;</description>
      <pubDate>Fri, 17 Dec 2004 04:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445627#M707717</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2004-12-17T04:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445628#M707718</link>
      <description>I was on the road, so you did get yourself another hour to solve things and it worked out.&lt;BR /&gt;&lt;BR /&gt;If there are *any* parts in the README's or things you missed, please let me know. I can have them added&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 17 Dec 2004 04:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445628#M707718</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-12-17T04:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445629#M707719</link>
      <description>Ok, I was able to get the make file created.  When I ran the make test, 3 tests failed:&lt;BR /&gt;&lt;BR /&gt;/tmp/DBD-Oracle-1.16&lt;BR /&gt;medct1# make test&lt;BR /&gt;cp Oracle.pm blib/lib/DBD/Oracle.pm&lt;BR /&gt;cp oraperl.ph blib/lib/oraperl.ph&lt;BR /&gt;cp dbdimp.h blib/arch/auto/DBD/Oracle/dbdimp.h&lt;BR /&gt;cp ocitrace.h blib/arch/auto/DBD/Oracle/ocitrace.h&lt;BR /&gt;cp Oraperl.pm blib/lib/Oraperl.pm&lt;BR /&gt;cp Oracle.h blib/arch/auto/DBD/Oracle/Oracle.h&lt;BR /&gt;cp lib/DBD/Oracle/GetInfo.pm blib/lib/DBD/Oracle/GetInfo.pm&lt;BR /&gt;cp mk.pm blib/arch/auto/DBD/Oracle/mk.pm&lt;BR /&gt;        /opt/perl64/bin/perl -p -e "s/~DRIVER~/Oracle/g" /opt/perl64/lib/site_perl/5.8.5/PA-RISC2.0-LP64/auto/DBI/Driver.xst &amp;gt; Oracle.xsi&lt;BR /&gt;        /opt/perl64/bin/perl /opt/perl64/lib/5.8.5/ExtUtils/xsubpp  -typemap /opt/perl64/lib/5.8.5/ExtUtils/typemap -typemap typemap  Oracle.xs &amp;gt; Oracle.xsc &amp;amp;&amp;amp; mv Oracle.xsc Oracle.c&lt;BR /&gt;        gcc64 -c  -I/apps/oracle/product/8.1.7/rdbms/demo -I/apps/oracle/product/8.1.7/rdbms/public -I/apps/oracle/product/8.1.7/plsql/public -I/apps/oracle/product/8.1.7/network/public -I/apps/oracle/product/8.1.7/rdbms/demo -I/apps/oracle/product/8.1.7/rdbms/public -I/apps/oracle/product/8.1.7/rdbms/demo -I/opt/perl64/lib/site_perl/5.8.5/PA-RISC2.0-LP64/auto/DBI  -mpa-risc-2-0 -D_HPUX_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/pa20_64/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O    -DVERSION=\"1.16\"  -DXS_VERSION=\"1.16\" -fPIC "-I/opt/perl64/lib/5.8.5/PA-RISC2.0-LP64/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"8.1.7.0\" Oracle.c&lt;BR /&gt;        gcc64 -c  -I/apps/oracle/product/8.1.7/rdbms/demo -I/apps/oracle/product/8.1.7/rdbms/public -I/apps/oracle/product/8.1.7/plsql/public -I/apps/oracle/product/8.1.7/network/public -I/apps/oracle/product/8.1.7/rdbms/demo -I/apps/oracle/product/8.1.7/rdbms/public -I/apps/oracle/product/8.1.7/rdbms/demo -I/opt/perl64/lib/site_perl/5.8.5/PA-RISC2.0-LP64/auto/DBI  -mpa-risc-2-0 -D_HPUX_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/pa20_64/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O    -DVERSION=\"1.16\"  -DXS_VERSION=\"1.16\" -fPIC "-I/opt/perl64/lib/5.8.5/PA-RISC2.0-LP64/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"8.1.7.0\" dbdimp.c&lt;BR /&gt;dbdimp.c: In function `ora_db_login6':&lt;BR /&gt;dbdimp.c:385: warning: unused variable `rsize'&lt;BR /&gt;        gcc64 -c  -I/apps/oracle/product/8.1.7/rdbms/demo -I/apps/oracle/product/8.1.7/rdbms/public -I/apps/oracle/product/8.1.7/plsql/public -I/apps/oracle/product/8.1.7/network/public -I/apps/oracle/product/8.1.7/rdbms/demo -I/apps/oracle/product/8.1.7/rdbms/public -I/apps/oracle/product/8.1.7/rdbms/demo -I/opt/perl64/lib/site_perl/5.8.5/PA-RISC2.0-LP64/auto/DBI  -mpa-risc-2-0 -D_HPUX_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/pa20_64/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O    -DVERSION=\"1.16\"  -DXS_VERSION=\"1.16\" -fPIC "-I/opt/perl64/lib/5.8.5/PA-RISC2.0-LP64/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"8.1.7.0\" oci8.c&lt;BR /&gt;oci8.c: In function `ora_blob_read_mb_piece':&lt;BR /&gt;oci8.c:695: warning: comparison is always false due to limited range of data type&lt;BR /&gt;oci8.c: In function `ora_describe':&lt;BR /&gt;oci8.c:1088: warning: comparison is always false due to limited range of data type&lt;BR /&gt;oci8.c: At top level:&lt;BR /&gt;oci8.c:566: warning: 'fetch_func_nty' defined but not used&lt;BR /&gt;oci8.c:1012: warning: 'fbh_setup_getrefpv' defined but not used&lt;BR /&gt;Running Mkbootstrap for DBD::Oracle ()&lt;BR /&gt;        chmod 644 Oracle.bs&lt;BR /&gt;        rm -f blib/arch/auto/DBD/Oracle/Oracle.sl&lt;BR /&gt;        /usr/bin/ld +b "/apps/oracle/product/8.1.7/lib64:/apps/oracle/product/8.1.7/rdbms/lib64"  -b -L/usr/local/pa20_64/lib -L/lib/pa20_64 Oracle.o  dbdimp.o  oci8.o +s +n   -L/apps/oracle/product/8.1.7/lib64/ -L/apps/oracle/product/8.1.7/rdbms/lib64/   /apps/oracle/product/8.1.7/rdbms/lib64/kpudfo.o /apps/oracle/product/8.1.7/lib64/nautab.o /apps/oracle/product/8.1.7/lib64/naeet.o /apps/oracle/product/8.1.7/lib64/naect.o /apps/oracle/product/8.1.7/lib64/naedhs.o -lclntsh /apps/oracle/product/8.1.7/rdbms/lib64/kpuadef.o  `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib64/ldflags`     -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib64/ldflags`     -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8  -lvsn8 -lwtc8  -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8  -lcore8 -lnls8 -lcore8  -lnls8  `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib64/ldflags`     -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib64/ldflags`     -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8  -lvsn8 -lwtc8  -lcommon8 -lgeneric8  -ltrace8 -lnls8  -lcore8 -lnls8 -lcore8  -lnls8   -lclient8  -lvsn8 -lwtc8  -lcommon8 -lgeneric8 -lnls8  -lcore8 -lnls8 -lcore8  -lnls8      -lm   -lpls8  -lsql8  -o blib/arch/auto/DBD/Oracle/Oracle.sl      &lt;BR /&gt;        chmod 755 blib/arch/auto/DBD/Oracle/Oracle.sl&lt;BR /&gt;        cp Oracle.bs blib/arch/auto/DBD/Oracle/Oracle.bs&lt;BR /&gt;        chmod 644 blib/arch/auto/DBD/Oracle/Oracle.bs&lt;BR /&gt;        /opt/perl64/bin/perl "-Iblib/arch" "-Iblib/lib" ora_explain.PL ora_explain&lt;BR /&gt;Extracted ora_explain from ora_explain.PL with variable substitutions.&lt;BR /&gt;        cp ora_explain blib/script/ora_explain&lt;BR /&gt;        /opt/perl64/bin/perl "-MExtUtils::MY" -e "MY-&amp;gt;fixin(shift)" blib/script/ora_explain&lt;BR /&gt;        PERL_DL_NONLAZY=1 /opt/perl64/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t&lt;BR /&gt;t/01base................ok                                                   &lt;BR /&gt;t/10general.............DBI connect('','scott/tiger',...) failed: ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin) at t/10general.t line 12&lt;BR /&gt;Undefined subroutine &amp;amp;main::BAILOUT called at t/10general.t line 15.&lt;BR /&gt;# Looks like your test died before it could output anything.&lt;BR /&gt;t/10general.............dubious                                              &lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;DIED. FAILED tests 1-31&lt;BR /&gt;        Failed 31/31 tests, 0.00% okay&lt;BR /&gt;t/15nls.................DBI connect('','scott/tiger',...) failed: ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin) at t/15nls.t line 15&lt;BR /&gt;t/15nls.................ok                                                   &lt;BR /&gt;        9/9 skipped: Unable to connect to Oracle (ORA-01034: ORACLE not available&lt;BR /&gt;t/20select..............Unable to connect to Oracle (ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin))&lt;BR /&gt;Tests skiped.&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;t/21nchar...............DBI connect('','scott/tiger',...) failed: ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin) at t/nchar_test_lib.pl line 148&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: Not connected to oracle&lt;BR /&gt;t/22nchar_al32utf8......skipped&lt;BR /&gt;        all skipped: Oracle charset tests unreliable for Oracle 8 client&lt;BR /&gt;t/22nchar_utf8..........skipped&lt;BR /&gt;        all skipped: Oracle charset tests unreliable for Oracle 8 client&lt;BR /&gt;t/23wide_db.............skipped&lt;BR /&gt;        all skipped: Oracle charset tests unreliable for Oracle 8 client&lt;BR /&gt;t/23wide_db_8bit........skipped&lt;BR /&gt;        all skipped: Oracle charset tests unreliable for Oracle 8 client&lt;BR /&gt;t/23wide_db_al32utf8....skipped&lt;BR /&gt;        all skipped: Oracle charset tests unreliable for Oracle 8 client&lt;BR /&gt;t/24implicit_utf8.......skipped&lt;BR /&gt;        all skipped: Oracle charset tests unreliable for Oracle 8 client&lt;BR /&gt;t/25plsql...............Unable to connect to Oracle (ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin))&lt;BR /&gt;Tests skiped.&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;t/30long................DBI connect('','scott/tiger',...) failed: ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin) at t/nchar_test_lib.pl line 148&lt;BR /&gt;Can't connect to database: ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin)&lt;BR /&gt;# Looks like your test died before it could output anything.&lt;BR /&gt;t/30long................dubious                                              &lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;DIED. FAILED tests 1-376&lt;BR /&gt;        Failed 376/376 tests, 0.00% okay&lt;BR /&gt;t/31lob.................DBI connect('','scott/tiger',...) failed: ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin) at t/nchar_test_lib.pl line 148&lt;BR /&gt;You tried to plan twice!  Second plan at t/31lob.t line 16&lt;BR /&gt;# Looks like your test died before it could output anything.&lt;BR /&gt;t/31lob.................dubious                                              &lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;DIED. FAILED tests 1-2&lt;BR /&gt;        Failed 2/2 tests, 0.00% okay&lt;BR /&gt;t/40ph_type.............DBI connect('','scott/tiger',...) failed: ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin) at t/40ph_type.t line 26&lt;BR /&gt;Unable to connect to Oracle (ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin))&lt;BR /&gt;Tests skipped.&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;t/50cursor..............Unable to connect to Oracle as scott/tiger (ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin))&lt;BR /&gt;Tests skipped.&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;t/60reauth..............ORACLE_USERID_2 not defined.  Tests skipped.&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;t/70meta................Unable to connect to Oracle as scott/tiger (ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin))&lt;BR /&gt;Tests skipped.&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;Failed Test   Stat Wstat Total Fail  Failed  List of Failed&lt;BR /&gt;---------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;t/10general.t  255 65280    31   62 200.00%  1-31&lt;BR /&gt;t/30long.t     255 65280   376  752 200.00%  1-376&lt;BR /&gt;t/31lob.t      255 65280     2    4 200.00%  1-2&lt;BR /&gt;13 tests and 9 subtests skipped.&lt;BR /&gt;Failed 3/18 test scripts, 83.33% okay. 409/423 subtests failed, 3.31% okay.&lt;BR /&gt;*** Error exit code 2&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;Any input?</description>
      <pubDate>Fri, 17 Dec 2004 13:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445629#M707719</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2004-12-17T13:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445630#M707720</link>
      <description>Ok, I was able to get the make file created.  When I ran the make test, 3 tests failed:&lt;BR /&gt;&lt;BR /&gt;/tmp/DBD-Oracle-1.16&lt;BR /&gt;# make test&lt;BR /&gt;cp Oracle.pm blib/lib/DBD/Oracle.pm&lt;BR /&gt;cp oraperl.ph blib/lib/oraperl.ph&lt;BR /&gt;cp dbdimp.h blib/arch/auto/DBD/Oracle/dbdimp.h&lt;BR /&gt;cp ocitrace.h blib/arch/auto/DBD/Oracle/ocitrace.h&lt;BR /&gt;cp Oraperl.pm blib/lib/Oraperl.pm&lt;BR /&gt;cp Oracle.h blib/arch/auto/DBD/Oracle/Oracle.h&lt;BR /&gt;cp lib/DBD/Oracle/GetInfo.pm blib/lib/DBD/Oracle/GetInfo.pm&lt;BR /&gt;cp mk.pm blib/arch/auto/DBD/Oracle/mk.pm&lt;BR /&gt;        /opt/perl64/bin/perl -p -e "s/~DRIVER~/Oracle/g" /opt/perl64/lib/site_perl/5.8.5/PA-RISC2.0-LP64/auto/DBI/Driver.xst &amp;gt; Oracle.xsi&lt;BR /&gt;        /opt/perl64/bin/perl /opt/perl64/lib/5.8.5/ExtUtils/xsubpp  -typemap /opt/perl64/lib/5.8.5/ExtUtils/typemap -typemap typemap  Oracle.xs &amp;gt; Oracle.xsc &amp;amp;&amp;amp; mv Oracle.xsc Oracle.c&lt;BR /&gt;        gcc64 -c  -I/apps/oracle/product/8.1.7/rdbms/demo -I/apps/oracle/product/8.1.7/rdbms/public -I/apps/oracle/product/8.1.7/plsql/public -I/apps/oracle/product/8.1.7/network/public -I/apps/oracle/product/8.1.7/rdbms/demo -I/apps/oracle/product/8.1.7/rdbms/public -I/apps/oracle/product/8.1.7/rdbms/demo -I/opt/perl64/lib/site_perl/5.8.5/PA-RISC2.0-LP64/auto/DBI  -mpa-risc-2-0 -D_HPUX_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/pa20_64/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O    -DVERSION=\"1.16\"  -DXS_VERSION=\"1.16\" -fPIC "-I/opt/perl64/lib/5.8.5/PA-RISC2.0-LP64/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"8.1.7.0\" Oracle.c&lt;BR /&gt;        gcc64 -c  -I/apps/oracle/product/8.1.7/rdbms/demo -I/apps/oracle/product/8.1.7/rdbms/public -I/apps/oracle/product/8.1.7/plsql/public -I/apps/oracle/product/8.1.7/network/public -I/apps/oracle/product/8.1.7/rdbms/demo -I/apps/oracle/product/8.1.7/rdbms/public -I/apps/oracle/product/8.1.7/rdbms/demo -I/opt/perl64/lib/site_perl/5.8.5/PA-RISC2.0-LP64/auto/DBI  -mpa-risc-2-0 -D_HPUX_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/pa20_64/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O    -DVERSION=\"1.16\"  -DXS_VERSION=\"1.16\" -fPIC "-I/opt/perl64/lib/5.8.5/PA-RISC2.0-LP64/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"8.1.7.0\" dbdimp.c&lt;BR /&gt;dbdimp.c: In function `ora_db_login6':&lt;BR /&gt;dbdimp.c:385: warning: unused variable `rsize'&lt;BR /&gt;        gcc64 -c  -I/apps/oracle/product/8.1.7/rdbms/demo -I/apps/oracle/product/8.1.7/rdbms/public -I/apps/oracle/product/8.1.7/plsql/public -I/apps/oracle/product/8.1.7/network/public -I/apps/oracle/product/8.1.7/rdbms/demo -I/apps/oracle/product/8.1.7/rdbms/public -I/apps/oracle/product/8.1.7/rdbms/demo -I/opt/perl64/lib/site_perl/5.8.5/PA-RISC2.0-LP64/auto/DBI  -mpa-risc-2-0 -D_HPUX_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/pa20_64/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O    -DVERSION=\"1.16\"  -DXS_VERSION=\"1.16\" -fPIC "-I/opt/perl64/lib/5.8.5/PA-RISC2.0-LP64/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"8.1.7.0\" oci8.c&lt;BR /&gt;oci8.c: In function `ora_blob_read_mb_piece':&lt;BR /&gt;oci8.c:695: warning: comparison is always false due to limited range of data type&lt;BR /&gt;oci8.c: In function `ora_describe':&lt;BR /&gt;oci8.c:1088: warning: comparison is always false due to limited range of data type&lt;BR /&gt;oci8.c: At top level:&lt;BR /&gt;oci8.c:566: warning: 'fetch_func_nty' defined but not used&lt;BR /&gt;oci8.c:1012: warning: 'fbh_setup_getrefpv' defined but not used&lt;BR /&gt;Running Mkbootstrap for DBD::Oracle ()&lt;BR /&gt;        chmod 644 Oracle.bs&lt;BR /&gt;        rm -f blib/arch/auto/DBD/Oracle/Oracle.sl&lt;BR /&gt;        /usr/bin/ld +b "/apps/oracle/product/8.1.7/lib64:/apps/oracle/product/8.1.7/rdbms/lib64"  -b -L/usr/local/pa20_64/lib -L/lib/pa20_64 Oracle.o  dbdimp.o  oci8.o +s +n   -L/apps/oracle/product/8.1.7/lib64/ -L/apps/oracle/product/8.1.7/rdbms/lib64/   /apps/oracle/product/8.1.7/rdbms/lib64/kpudfo.o /apps/oracle/product/8.1.7/lib64/nautab.o /apps/oracle/product/8.1.7/lib64/naeet.o /apps/oracle/product/8.1.7/lib64/naect.o /apps/oracle/product/8.1.7/lib64/naedhs.o -lclntsh /apps/oracle/product/8.1.7/rdbms/lib64/kpuadef.o  `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib64/ldflags`     -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib64/ldflags`     -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8  -lvsn8 -lwtc8  -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8  -lcore8 -lnls8 -lcore8  -lnls8  `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib64/ldflags`     -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /apps/oracle/product/8.1.7/lib64/ldflags`     -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8  -lvsn8 -lwtc8  -lcommon8 -lgeneric8  -ltrace8 -lnls8  -lcore8 -lnls8 -lcore8  -lnls8   -lclient8  -lvsn8 -lwtc8  -lcommon8 -lgeneric8 -lnls8  -lcore8 -lnls8 -lcore8  -lnls8      -lm   -lpls8  -lsql8  -o blib/arch/auto/DBD/Oracle/Oracle.sl      &lt;BR /&gt;        chmod 755 blib/arch/auto/DBD/Oracle/Oracle.sl&lt;BR /&gt;        cp Oracle.bs blib/arch/auto/DBD/Oracle/Oracle.bs&lt;BR /&gt;        chmod 644 blib/arch/auto/DBD/Oracle/Oracle.bs&lt;BR /&gt;        /opt/perl64/bin/perl "-Iblib/arch" "-Iblib/lib" ora_explain.PL ora_explain&lt;BR /&gt;Extracted ora_explain from ora_explain.PL with variable substitutions.&lt;BR /&gt;        cp ora_explain blib/script/ora_explain&lt;BR /&gt;        /opt/perl64/bin/perl "-MExtUtils::MY" -e "MY-&amp;gt;fixin(shift)" blib/script/ora_explain&lt;BR /&gt;        PERL_DL_NONLAZY=1 /opt/perl64/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t&lt;BR /&gt;t/01base................ok                                                   &lt;BR /&gt;t/10general.............DBI connect('','scott/tiger',...) failed: ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin) at t/10general.t line 12&lt;BR /&gt;Undefined subroutine &amp;amp;main::BAILOUT called at t/10general.t line 15.&lt;BR /&gt;# Looks like your test died before it could output anything.&lt;BR /&gt;t/10general.............dubious                                              &lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;DIED. FAILED tests 1-31&lt;BR /&gt;        Failed 31/31 tests, 0.00% okay&lt;BR /&gt;t/15nls.................DBI connect('','scott/tiger',...) failed: ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin) at t/15nls.t line 15&lt;BR /&gt;t/15nls.................ok                                                   &lt;BR /&gt;        9/9 skipped: Unable to connect to Oracle (ORA-01034: ORACLE not available&lt;BR /&gt;t/20select..............Unable to connect to Oracle (ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin))&lt;BR /&gt;Tests skiped.&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;t/21nchar...............DBI connect('','scott/tiger',...) failed: ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin) at t/nchar_test_lib.pl line 148&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: Not connected to oracle&lt;BR /&gt;t/22nchar_al32utf8......skipped&lt;BR /&gt;        all skipped: Oracle charset tests unreliable for Oracle 8 client&lt;BR /&gt;t/22nchar_utf8..........skipped&lt;BR /&gt;        all skipped: Oracle charset tests unreliable for Oracle 8 client&lt;BR /&gt;t/23wide_db.............skipped&lt;BR /&gt;        all skipped: Oracle charset tests unreliable for Oracle 8 client&lt;BR /&gt;t/23wide_db_8bit........skipped&lt;BR /&gt;        all skipped: Oracle charset tests unreliable for Oracle 8 client&lt;BR /&gt;t/23wide_db_al32utf8....skipped&lt;BR /&gt;        all skipped: Oracle charset tests unreliable for Oracle 8 client&lt;BR /&gt;t/24implicit_utf8.......skipped&lt;BR /&gt;        all skipped: Oracle charset tests unreliable for Oracle 8 client&lt;BR /&gt;t/25plsql...............Unable to connect to Oracle (ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin))&lt;BR /&gt;Tests skiped.&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;t/30long................DBI connect('','scott/tiger',...) failed: ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin) at t/nchar_test_lib.pl line 148&lt;BR /&gt;Can't connect to database: ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin)&lt;BR /&gt;# Looks like your test died before it could output anything.&lt;BR /&gt;t/30long................dubious                                              &lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;DIED. FAILED tests 1-376&lt;BR /&gt;        Failed 376/376 tests, 0.00% okay&lt;BR /&gt;t/31lob.................DBI connect('','scott/tiger',...) failed: ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin) at t/nchar_test_lib.pl line 148&lt;BR /&gt;You tried to plan twice!  Second plan at t/31lob.t line 16&lt;BR /&gt;# Looks like your test died before it could output anything.&lt;BR /&gt;t/31lob.................dubious                                              &lt;BR /&gt;        Test returned status 255 (wstat 65280, 0xff00)&lt;BR /&gt;DIED. FAILED tests 1-2&lt;BR /&gt;        Failed 2/2 tests, 0.00% okay&lt;BR /&gt;t/40ph_type.............DBI connect('','scott/tiger',...) failed: ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin) at t/40ph_type.t line 26&lt;BR /&gt;Unable to connect to Oracle (ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin))&lt;BR /&gt;Tests skipped.&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;t/50cursor..............Unable to connect to Oracle as scott/tiger (ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin))&lt;BR /&gt;Tests skipped.&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;t/60reauth..............ORACLE_USERID_2 not defined.  Tests skipped.&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;t/70meta................Unable to connect to Oracle as scott/tiger (ORA-01034: ORACLE not available&lt;BR /&gt;ORA-27101: shared memory realm does not exist&lt;BR /&gt;HP-UX Error: 2: No such file or directory (DBD ERROR: OCISessionBegin))&lt;BR /&gt;Tests skipped.&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;Failed Test   Stat Wstat Total Fail  Failed  List of Failed&lt;BR /&gt;---------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;t/10general.t  255 65280    31   62 200.00%  1-31&lt;BR /&gt;t/30long.t     255 65280   376  752 200.00%  1-376&lt;BR /&gt;t/31lob.t      255 65280     2    4 200.00%  1-2&lt;BR /&gt;13 tests and 9 subtests skipped.&lt;BR /&gt;Failed 3/18 test scripts, 83.33% okay. 409/423 subtests failed, 3.31% okay.&lt;BR /&gt;*** Error exit code 2&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;Any input?</description>
      <pubDate>Fri, 17 Dec 2004 13:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445630#M707720</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2004-12-17T13:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445631#M707721</link>
      <description>Ok, &lt;BR /&gt;I need a a moderator to delete the post before my previous one, as it is a duplicate, and has a system name in it.</description>
      <pubDate>Fri, 17 Dec 2004 13:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445631#M707721</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2004-12-17T13:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445632#M707722</link>
      <description>That message suggests that the database is down.&lt;BR /&gt;&lt;BR /&gt;Are you sure you can access it?&lt;BR /&gt;And scott/tiger is the default user/pass, so you either set the $ORACLE_USERID wrong, or the database is down&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 17 Dec 2004 14:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445632#M707722</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-12-17T14:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: gcc64 error when compiling DBI</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445633#M707724</link>
      <description>Yeah, I deduced as much.  The person I am doing this for hasn't given me the right variable for ORACLE_USERID. :(  I'll see if I can get it from him.</description>
      <pubDate>Fri, 17 Dec 2004 14:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gcc64-error-when-compiling-dbi/m-p/3445633#M707724</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2004-12-17T14:27:45Z</dc:date>
    </item>
  </channel>
</rss>

