<?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: Problem compiling DBD-Oracle-1.16 on 11iv2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901468#M104769</link>
    <description>Tried at least a dozen different ways compile GCC myself - from sources from GNU...no go..&lt;BR /&gt;&lt;BR /&gt;But - I went back to original problem - this line here from above:&lt;BR /&gt;&lt;BR /&gt;/usr/include/sys/ipc.h:51: error: parse error before "cid_t"&lt;BR /&gt;&lt;BR /&gt;So, I:&lt;BR /&gt;&lt;BR /&gt;cp -p /usr/include/sys/ipc.h /usr/include/sys/ipc.h.11iv2&lt;BR /&gt; and copied /usr/include/sys/ipc.h from my 11iv1 system - and voila - DBD-Oracle-1.16 compiled!&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 16 May 2005 11:47:29 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2005-05-16T11:47:29Z</dc:date>
    <item>
      <title>Problem compiling DBD-Oracle-1.16 on 11iv2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901457#M104758</link>
      <description>Error:&lt;BR /&gt;&lt;BR /&gt;# make&lt;BR /&gt;Skip blib/lib/DBD/Oracle.pm (unchanged)&lt;BR /&gt;Skip blib/lib/oraperl.ph (unchanged)&lt;BR /&gt;Skip blib/arch/auto/DBD/Oracle/dbdimp.h (unchanged)&lt;BR /&gt;Skip blib/arch/auto/DBD/Oracle/ocitrace.h (unchanged)&lt;BR /&gt;Skip blib/lib/Oraperl.pm (unchanged)&lt;BR /&gt;Skip blib/arch/auto/DBD/Oracle/Oracle.h (unchanged)&lt;BR /&gt;Skip blib/lib/DBD/Oracle/GetInfo.pm (unchanged)&lt;BR /&gt;Skip blib/arch/auto/DBD/Oracle/mk.pm (unchanged)&lt;BR /&gt;        gcc64 -c  -I/app/oracle/product/9.2/rdbms/demo -I/app/oracle/product/9.2/rdbms/public -I/app/oracle/product/9.2/plsql/public -I/app/oracle/product/9.2/network/public -I/app/oracle/product/9.2/rdbms/demo -I/app/oracle/product/9.2/rdbms/public -I/app/oracle/product/9.2/rdbms/demo -I/opt/perl64/lib/site_perl/5.8.2/PA-RISC2.0-LP64/auto/DBI  -mpa-risc-2-0 -D_HPUX_SOURCE -DDEBUGGING -fno-strict-aliasing -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.2/PA-RISC2.0-LP64/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DNEW_OCI_INIT -DORA_OCI_VERSION=\"9.2.0.6\" Oracle.c&lt;BR /&gt;In file included from /opt/perl64/lib/5.8.2/PA-RISC2.0-LP64/CORE/perl.h:4108,&lt;BR /&gt;                 from /opt/perl64/lib/site_perl/5.8.2/PA-RISC2.0-LP64/auto/DBI/DBIXS.h:19,&lt;BR /&gt;                 from Oracle.h:18,&lt;BR /&gt;                 from Oracle.xs:1:&lt;BR /&gt;/usr/include/sys/ipc.h:51: error: parse error before "cid_t"&lt;BR /&gt;/usr/include/sys/ipc.h:56: error: parse error before '}' token&lt;BR /&gt;In file included from /opt/perl64/lib/5.8.2/PA-RISC2.0-LP64/CORE/perl.h:4109,&lt;BR /&gt;                 from /opt/perl64/lib/site_perl/5.8.2/PA-RISC2.0-LP64/auto/DBI/DBIXS.h:19,&lt;BR /&gt;                 from Oracle.h:18,&lt;BR /&gt;                 from Oracle.xs:1:&lt;BR /&gt;/usr/include/sys/sem.h:91: error: field `sem_perm' has incomplete type&lt;BR /&gt;Oracle.c: In function `XS_DBD__Oracle__db_ora_lob_append':&lt;BR /&gt;Oracle.xs:191: warning: unused variable `startp'&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;I installed:&lt;BR /&gt;&lt;BR /&gt;bzip2 &lt;BR /&gt;perl-5.8.2-dor-gcc-3.3.2-11.11-elf64-ora.tbz from Merijn's HP-UX software for ITRC members&lt;BR /&gt;DBD-Oracle-1.16.tar.gz from &lt;A href="http://search.cpan.org/~timb/DBD-Oracle-1.16/" target="_blank"&gt;http://search.cpan.org/~timb/DBD-Oracle-1.16/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Had DBA install Oracle Pre-Compilers (on top of the Oracle Client installation) as we need the .mk files&lt;BR /&gt;&lt;BR /&gt;GCC:&lt;BR /&gt;cd /opt&lt;BR /&gt;bzip2 -d &lt;BR /&gt;Added /opt/pa20_64/bin to PATH.&lt;BR /&gt;&lt;BR /&gt;Tried:&lt;BR /&gt;export SHLIB_PATH=/Ascential/DataStageTX_7.5/libs:/app/oracle/product/9.2/lib32:/app/oracle/product/9.2/network/lib32&lt;BR /&gt;export ORACLE_SID=oratst&lt;BR /&gt;export ORACLE_HOME=/app/oracle/product/9.2&lt;BR /&gt;perl Makefile.PL&lt;BR /&gt;make&lt;BR /&gt;&lt;BR /&gt;Strange thing is, on my 11iv1 workstation - did the same thing - and it worked...I also tarred up my DBD-Oracle-1.1 dir from my workstation and ftp'd to the 11iv2 server.&lt;BR /&gt;cd to that dir - and a make install worked - and the DBD works with a script.&lt;BR /&gt;&lt;BR /&gt;Now, that was a workaround - I want to fix the make - as I'm building an install doc - so that another admin can duplicate what I did.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 11 May 2005 13:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901457#M104758</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-05-11T13:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling DBD-Oracle-1.16 on 11iv2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901458#M104759</link>
      <description>/usr/include/sys/sem.h:91: error: field `sem_perm' has incomplete type&lt;BR /&gt;&lt;BR /&gt;Perhaps a syntax in this file?&lt;BR /&gt;&lt;BR /&gt;Perhaps you can just fix it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 11 May 2005 14:21:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901458#M104759</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-11T14:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling DBD-Oracle-1.16 on 11iv2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901459#M104760</link>
      <description>The /usr/include/sys/sem.h is different between the systems - however - that particular section is identical:&lt;BR /&gt;&lt;BR /&gt;   /*&lt;BR /&gt;   **   There is one semaphore ID data structure for each set of semaphores&lt;BR /&gt;   **   in the system.&lt;BR /&gt;   */&lt;BR /&gt;&lt;BR /&gt;   struct semid_ds {&lt;BR /&gt;     struct ipc_perm    sem_perm;       /* operation permission struct */&lt;BR /&gt;     struct __sem       *sem_base;      /* ptr to first semaphore in set */&lt;BR /&gt;     __time_t           sem_otime;      /* last semop time */&lt;BR /&gt;     __time_t           sem_ctime;      /* last change time */&lt;BR /&gt;     unsigned short int sem_nsems;      /* # of semaphores in set */&lt;BR /&gt;     unsigned int       sem_spare;&lt;BR /&gt;     char               sem_pad[16];    /* room for future expansion */&lt;BR /&gt;   };&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 11 May 2005 15:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901459#M104760</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-05-11T15:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling DBD-Oracle-1.16 on 11iv2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901460#M104761</link>
      <description>Still no luck :(</description>
      <pubDate>Thu, 12 May 2005 09:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901460#M104761</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-05-12T09:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling DBD-Oracle-1.16 on 11iv2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901461#M104762</link>
      <description>IMHO three possibilities:&lt;BR /&gt;&lt;BR /&gt;0. You got my 11.11 port which might very well be incompatible with 11.23 (11iv2) that you are running.&lt;BR /&gt;&lt;BR /&gt;(FYI I have already built gcc-4.0.0 on a 11.23 testdrive system)&lt;BR /&gt;&lt;BR /&gt;1. Your (system) include files are not up to date, or at least not in sync with the one's I used when building gcc:&lt;BR /&gt;&lt;BR /&gt;r3:/u/usr/merijn 108 &amp;gt; swlist -l product -l fileset | grep INC&lt;BR /&gt;  CDEDevKit.CDE-INC                     B.11.11.02     Header files&lt;BR /&gt;  InternetSrvcs.INETSVCS-INC            B.11.11        INETSVCS-INC&lt;BR /&gt;  PHCO_23702.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHCO_25569.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_22987.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23294.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23295.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23296.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23297.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23299.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23302.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23303.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23304.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23305.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23306.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23307.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23308.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23309.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23310.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23311.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23312.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23314.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_23315.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_25212.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_25506.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_26269.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_28025.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_28197.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_28393.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_28446.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_28512.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_29248.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_29365.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_29529.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_29539.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_29628.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_29650.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_29700.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHNE_23289.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHNE_29887.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHSS_24205.C-INC                      1.0            B.11.11&lt;BR /&gt;  PHSS_24207.C-INC                      1.0            B.11.11&lt;BR /&gt;  PHSS_30968.C-INC                      1.0            B.11.11&lt;BR /&gt;  ProgSupport.C-INC                     B.11.11        C-INC&lt;BR /&gt;  freetype.freetype-INC&lt;BR /&gt;  glib2.glib2-INC&lt;BR /&gt;  gtk+2.gtk+2-INC&lt;BR /&gt;  openssl.openssl-INC&lt;BR /&gt;r3:/u/usr/merijn 109 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;2. Something else is realy broken.&lt;BR /&gt;&lt;BR /&gt;Rebuild gcc from scratch with my gcc and install it over the previous version. Then try again&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 12 May 2005 10:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901461#M104762</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-05-12T10:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling DBD-Oracle-1.16 on 11iv2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901462#M104763</link>
      <description>Here's what I have:&lt;BR /&gt;&lt;BR /&gt;# swlist -l product -l fileset | grep INC&lt;BR /&gt;  COMPLIBS.LIBCPS-INC                   B.11.23        LIBCPS-INC&lt;BR /&gt;  COMPLIBS.LIBOMP-INC                   B.11.23        LIBOMP-INC&lt;BR /&gt;  InternetSrvcs.INETSVCS-INC            B.11.23        Common/Internet Services header files&lt;BR /&gt;  PHCO_31553.C2-INC                     1.0            ProgSupport.C2-INC&lt;BR /&gt;  PHKL_31500.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_31500.C2-INC                     1.0            ProgSupport.C2-INC&lt;BR /&gt;  PHKL_31507.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_31508.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHKL_31517.C-INC                      1.0            ProgSupport.C-INC&lt;BR /&gt;  PHSS_30719.C2-INC                     1.0            ProgSupport.C2-INC&lt;BR /&gt;  ProgSupport.C-INC                     B.11.23        C include files&lt;BR /&gt;  ProgSupport.C2-INC                    B.11.23        C architecture unique Programming Header Files (PA-RISC)&lt;BR /&gt;  freetype.freetype-INC&lt;BR /&gt;  glib2.glib2-INC&lt;BR /&gt;  gtk+.gtk+-INC&lt;BR /&gt;  openssl.OPENSSL-INC                   A.00.09.07-d.011 OpenSSL Header Files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm using:&lt;BR /&gt;&lt;BR /&gt;# gcc --version&lt;BR /&gt;gcc (GCC) 3.3.2&lt;BR /&gt;&lt;BR /&gt;# perl -v&lt;BR /&gt;&lt;BR /&gt;This is perl, v5.8.2 built for PA-RISC2.0-LP64&lt;BR /&gt;&lt;BR /&gt;I'm going to try installing gcc 3.4.3 from:&lt;BR /&gt;&lt;A href="http://hpux.ee.ualberta.ca/hppd/hpux/hpux/Gnu/gcc-3.4.3/" target="_blank"&gt;http://hpux.ee.ualberta.ca/hppd/hpux/hpux/Gnu/gcc-3.4.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If that fails - then I'll try compiling my own.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 12 May 2005 11:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901462#M104763</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-05-12T11:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling DBD-Oracle-1.16 on 11iv2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901463#M104764</link>
      <description>Geoff, even if it's no good news, but I'd bet Your gcc headers are the problem. Do Yourself a favour and try to bootstrap Your own gcc on that system.</description>
      <pubDate>Thu, 12 May 2005 11:27:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901463#M104764</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-05-12T11:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling DBD-Oracle-1.16 on 11iv2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901464#M104765</link>
      <description>The 3,4,3 depot didn't work either - same error - so I removed it...&lt;BR /&gt;&lt;BR /&gt;Now compiling on my own - version 3.4.3 of gcc - gmake install:&lt;BR /&gt;&lt;BR /&gt;echo timestamp &amp;gt; cstamp-h&lt;BR /&gt;cp ./libgnuintl.h libintl.h&lt;BR /&gt;cc -c   -DHAVE_CONFIG_H  -I. -I. bindtextdom.c&lt;BR /&gt;cpp: "libgnuintl.h", line 301: error 4065: Recursion in macro "libintl_set_relocation_prefix".&lt;BR /&gt;gmake[2]: *** [bindtextdom.o] Error 1&lt;BR /&gt;gmake[2]: Leaving directory `/usr/local/src/gcc-3.4.3/gcc/intl'&lt;BR /&gt;gmake[1]: *** [all-intl] Error 2&lt;BR /&gt;gmake[1]: Leaving directory `/usr/local/src/gcc-3.4.3/gcc'&lt;BR /&gt;gmake: [install_gcc] Error 2 (ignored)&lt;BR /&gt;/bin/rm -f /usr/local/*hp-hpux*/bin/strip /usr/local/bin/strip /usr/local/man/man1/strip.1&lt;BR /&gt;&lt;BR /&gt;Sigh...&lt;BR /&gt;&lt;BR /&gt;The following is what I installed:&lt;BR /&gt;&lt;BR /&gt;  bison                         2.0            bison&lt;BR /&gt;  bzip2                         1.0.2          bzip2&lt;BR /&gt;  db                            4.3.27         db&lt;BR /&gt;  flex                          2.5.4a         flex&lt;BR /&gt;  freetype                      2.1.9          freetype&lt;BR /&gt;  gettext                       0.14.1         gettext&lt;BR /&gt;  glib2                         2.6.0          glib2&lt;BR /&gt;  gtk+                          1.2.10         gtk+&lt;BR /&gt;  libiconv                      1.9.2          libiconv&lt;BR /&gt;  texinfo                       4.8            texinfo&lt;BR /&gt;&lt;BR /&gt;I also upgraded perl to 5.8.6...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 12:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901464#M104765</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-05-12T12:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling DBD-Oracle-1.16 on 11iv2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901465#M104766</link>
      <description>The error is coming from gettext, as far as I can tell, but I don't speak C, so I don't know what makes the CPP choke here.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 15 May 2005 12:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901465#M104766</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-05-15T12:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling DBD-Oracle-1.16 on 11iv2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901466#M104767</link>
      <description>Did you try my scripts to build gcc (as available from my site?&lt;BR /&gt;&lt;BR /&gt;&lt;PLEASE&gt; do yourself (and the one following you in your footsteps) and configure gcc with&lt;BR /&gt;&lt;BR /&gt;configure \&lt;BR /&gt;    --enable-languages=c,c++ \&lt;BR /&gt;    --prefix=/usr/local --with-local-prefix=/usr/local \&lt;BR /&gt;    --with-gnu-as --with-as=/usr/local/bin/as \&lt;BR /&gt;    --disable-shared \&lt;BR /&gt;    --disable-nls&lt;BR /&gt;&lt;BR /&gt;&lt;/PLEASE&gt;&lt;BR /&gt;&lt;BR /&gt;--disable-nls will save you not minutes but hours of frustration and loads of time&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Sun, 15 May 2005 15:40:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901466#M104767</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-05-15T15:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling DBD-Oracle-1.16 on 11iv2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901467#M104768</link>
      <description>root@svr120 [ /usr/local/src/gcc-3.4.3/gcc ]&lt;BR /&gt;# ./configure \&lt;BR /&gt;&amp;gt; --enable-languages=c,c++ \&lt;BR /&gt;&amp;gt; --prefix=/usr/local --with-local-prefix=/usr/local \&lt;BR /&gt;&amp;gt; --with-gnu-as --with-as=/usr/local/bin/as \&lt;BR /&gt;&amp;gt; --disable-shared \&lt;BR /&gt;&amp;gt; --disable-nls&lt;BR /&gt;creating cache ./config.cache&lt;BR /&gt;checking host system type... hppa64-hp-hpux11.23&lt;BR /&gt;checking target system type... hppa64-hp-hpux11.23&lt;BR /&gt;checking build system type... hppa64-hp-hpux11.23&lt;BR /&gt;checking for a BSD compatible install... ./install-sh -c&lt;BR /&gt;*** This configuration is not supported in the following subdirectories:&lt;BR /&gt;     target-libf2c&lt;BR /&gt;    (Any other directories should still work fine.)&lt;BR /&gt;*** removing intl/Makefile to force reconfigure&lt;BR /&gt;*** removing libiberty/Makefile to force reconfigure&lt;BR /&gt;*** removing gcc/Makefile to force reconfigure&lt;BR /&gt;checking for hppa64-hp-hpux11.23-ar... no&lt;BR /&gt;checking for ar... ar&lt;BR /&gt;checking for hppa64-hp-hpux11.23-as... no&lt;BR /&gt;checking for as... as&lt;BR /&gt;checking for hppa64-hp-hpux11.23-dlltool... no&lt;BR /&gt;checking for dlltool... dlltool&lt;BR /&gt;checking for hppa64-hp-hpux11.23-ld... no&lt;BR /&gt;checking for ld... ld&lt;BR /&gt;checking for hppa64-hp-hpux11.23-nm... no&lt;BR /&gt;checking for nm... nm&lt;BR /&gt;checking for hppa64-hp-hpux11.23-ranlib... /bin/true&lt;BR /&gt;checking for hppa64-hp-hpux11.23-windres... no&lt;BR /&gt;checking for windres... windres&lt;BR /&gt;checking for hppa64-hp-hpux11.23-objcopy... no&lt;BR /&gt;checking for objcopy... objcopy&lt;BR /&gt;checking for hppa64-hp-hpux11.23-objdump... no&lt;BR /&gt;checking for objdump... objdump&lt;BR /&gt;checking for hppa64-hp-hpux11.23-ar... no&lt;BR /&gt;checking for ar... ar&lt;BR /&gt;checking for hppa64-hp-hpux11.23-as... no&lt;BR /&gt;checking for as... as&lt;BR /&gt;checking for hppa64-hp-hpux11.23-dlltool... no&lt;BR /&gt;checking for dlltool... dlltool&lt;BR /&gt;checking for hppa64-hp-hpux11.23-ld... no&lt;BR /&gt;checking for ld... ld&lt;BR /&gt;checking for hppa64-hp-hpux11.23-nm... no&lt;BR /&gt;checking for nm... nm&lt;BR /&gt;checking for hppa64-hp-hpux11.23-ranlib... no&lt;BR /&gt;checking for ranlib... ranlib&lt;BR /&gt;checking for hppa64-hp-hpux11.23-windres... no&lt;BR /&gt;checking for windres... windres&lt;BR /&gt;checking whether to enable maintainer-specific portions of Makefiles... no&lt;BR /&gt;updating cache ./config.cache&lt;BR /&gt;creating ./config.status&lt;BR /&gt;creating Makefile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Links are now set up to build a native compiler for hppa64-hp-hpux11.23.&lt;BR /&gt;updating cache ./config.cache&lt;BR /&gt;configure: creating ./config.status&lt;BR /&gt;config.status: creating Makefile&lt;BR /&gt;config.status: creating fixinc/Makefile&lt;BR /&gt;config.status: creating gccbug&lt;BR /&gt;config.status: creating mklibgcc&lt;BR /&gt;config.status: creating mkheaders&lt;BR /&gt;config.status: creating auto-host.h&lt;BR /&gt;config.status: executing default commands&lt;BR /&gt;Bootstrapping the compiler&lt;BR /&gt;Make: line 64: syntax error.  Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Line 64: INSTALL = /usr/local/src/gcc-3.4.3/gcc/install-sh -c&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Must be the source I have...&lt;BR /&gt;&lt;BR /&gt;I also tried Build-64a and Build-gcc64 - those fail as well...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 16 May 2005 08:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901467#M104768</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-05-16T08:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling DBD-Oracle-1.16 on 11iv2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901468#M104769</link>
      <description>Tried at least a dozen different ways compile GCC myself - from sources from GNU...no go..&lt;BR /&gt;&lt;BR /&gt;But - I went back to original problem - this line here from above:&lt;BR /&gt;&lt;BR /&gt;/usr/include/sys/ipc.h:51: error: parse error before "cid_t"&lt;BR /&gt;&lt;BR /&gt;So, I:&lt;BR /&gt;&lt;BR /&gt;cp -p /usr/include/sys/ipc.h /usr/include/sys/ipc.h.11iv2&lt;BR /&gt; and copied /usr/include/sys/ipc.h from my 11iv1 system - and voila - DBD-Oracle-1.16 compiled!&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 May 2005 11:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901468#M104769</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-05-16T11:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling DBD-Oracle-1.16 on 11iv2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901469#M104770</link>
      <description>Well, thank you very much. I wish I could submit points to you for this workaround</description>
      <pubDate>Tue, 13 Sep 2005 14:24:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901469#M104770</guid>
      <dc:creator>José Enrique González</dc:creator>
      <dc:date>2005-09-13T14:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem compiling DBD-Oracle-1.16 on 11iv2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901470#M104771</link>
      <description>See above...</description>
      <pubDate>Tue, 13 Sep 2005 14:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-compiling-dbd-oracle-1-16-on-11iv2/m-p/4901470#M104771</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-09-13T14:44:21Z</dc:date>
    </item>
  </channel>
</rss>

