<?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: DBD doesn't work in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739854#M101362</link>
    <description>during runtime or installation? I have configured these variables for installation... I have also set them before running the perl proggram</description>
    <pubDate>Mon, 27 Feb 2006 09:50:27 GMT</pubDate>
    <dc:creator>itai weisman</dc:creator>
    <dc:date>2006-02-27T09:50:27Z</dc:date>
    <item>
      <title>DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739848#M101356</link>
      <description>hi people,&lt;BR /&gt;after succesfully installation of DBD for oracle,&lt;BR /&gt;progrmas won't work:&lt;BR /&gt;install_driver(Oracle) failed: Can't locate loadable object for module DBD::Oracle in @INC (@INC contains: /opt/perl/lib/5.8.&lt;BR /&gt;6/PA-RISC2.0 /opt/perl/lib/5.8.6 /opt/perl/lib/site_perl/5.8.6/PA-RISC2.0 /opt/perl/lib/site_perl/5.8.6 /opt/perl/lib/site_pe&lt;BR /&gt;rl .) at (eval 1) line 3&lt;BR /&gt;Compilation failed in require at (eval 1) line 3.&lt;BR /&gt;Perhaps a module that DBD::Oracle requires hasn't been fully installed&lt;BR /&gt; at ./cr_ts_esn_storage_pl line 55&lt;BR /&gt;&lt;BR /&gt;i'm using  perl 5.8.6 32bit with DBI 1.50, DBD Oracle  1.16, trying to connect to oracle 9i (Dbd has been compiled with oracle 32bit shared libraries)&lt;BR /&gt;thanks!&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 03:38:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739848#M101356</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2006-02-27T03:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739849#M101357</link>
      <description>hi itai,&lt;BR /&gt;&lt;BR /&gt;from the data you have provided it seems that DBD::Oracle has not been installed correctly, or the perl instance you are using to run you programs is not able to find it. this could be seen as install_driver() method is failing.&lt;BR /&gt;&lt;BR /&gt;my suggestion would be to test first if DBD::Oracle driver is actually available for DBI - this can be done using DBI class methods: available_drivers(), installed_drivers () and installed_versions(). more info about their exact syntax can be found at: &lt;A href="http://search.cpan.org/~timb/DBI-1.50/DBI.pm" target="_blank"&gt;http://search.cpan.org/~timb/DBI-1.50/DBI.pm&lt;/A&gt;&lt;BR /&gt;if DBI is not able to list Oracle with installed_versions, it most probably means that something got wrong with installation, although it has been reported as successful. does the test suite passed?&lt;BR /&gt;&lt;BR /&gt;check also if DBD/Oracle.pm is available in the directories listed in @INC, as this is the include path used by perl interpreter.&lt;BR /&gt;&lt;BR /&gt;a good idea when troubleshooting perl would be to post the output of perl -V command.&lt;BR /&gt;&lt;BR /&gt;because of many people has had problems with Perl + DBI on HP-UX a respected colleague of us - H.Merijn, has created a page hosting a precompiled versions of Perl + selected modules for HP-UX. you can take a look at it at: &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;hope this hels as an initial steps to further investigate the problem.&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;marin</description>
      <pubDate>Mon, 27 Feb 2006 06:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739849#M101357</guid>
      <dc:creator>Marin Marinov</dc:creator>
      <dc:date>2006-02-27T06:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739850#M101358</link>
      <description>this is perl -V output&lt;BR /&gt;root@key2: perl -V&lt;BR /&gt;Summary of my perl5 (revision 5 version 8 subversion 6) configuration:&lt;BR /&gt;  Platform:&lt;BR /&gt;    osname=hpux, osvers=11.11, archname=PA-RISC2.0&lt;BR /&gt;    uname='hp-ux r3 b.11.11 u 9000800 1909236376 unlimited-user license '&lt;BR /&gt;    config_args='-Dusedevel -Dcc=gcc -des'&lt;BR /&gt;    hint=recommended, useposix=true, d_sigaction=define&lt;BR /&gt;    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=unde&lt;BR /&gt;f&lt;BR /&gt;    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef&lt;BR /&gt;    use64bitint=undef use64bitall=undef uselongdouble=undef&lt;BR /&gt;    usemymalloc=n, bincompat5005=undef&lt;BR /&gt;  Compiler:&lt;BR /&gt;    cc='gcc', ccflags ='-mpa-risc-2-0 -D_HPUX_SOURCE -DDEBUGGING -fno-strict-ali&lt;BR /&gt;asing -pipe -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',&lt;BR /&gt;    optimize='-g -O',&lt;BR /&gt;    cppflags='-mpa-risc-2-0 -D_HPUX_SOURCE -mpa-risc-2-0 -D_HPUX_SOURCE -DDEBUGG&lt;BR /&gt;ING -fno-strict-aliasing -pipe -I/pro/local/include'&lt;BR /&gt;    ccversion='', gccversion='3.4.3', gccosandvers='hpux11.11'&lt;BR /&gt;    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321&lt;BR /&gt;    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16&lt;BR /&gt;    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize&lt;BR /&gt;=8&lt;BR /&gt;    alignbytes=8, prototype=define&lt;BR /&gt;  Linker and Libraries:&lt;BR /&gt;    ld='/usr/bin/ld', ldflags ='-L/pro/local/lib'&lt;BR /&gt;    libpth=/pro/local/lib /lib /usr/lib /usr/ccs/lib /usr/local/lib&lt;BR /&gt;    libs=-lcl -lpthread -lnsl -lnm -lndbm -lgdbm -ldb -lmalloc -ldld -lm -lcrypt&lt;BR /&gt; -lsec -lc&lt;BR /&gt;    perllibs=-lcl -lpthread -lnsl -lnm -lmalloc -ldld -lm -lcrypt -lsec -lc&lt;BR /&gt;    libc=/lib/libc.sl, so=sl, useshrplib=false, libperl=libperl.a&lt;BR /&gt;    gnulibc_version=''&lt;BR /&gt;  Dynamic Linking:&lt;BR /&gt;    dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-B,deferr&lt;BR /&gt;ed '&lt;BR /&gt;    cccdlflags='-fPIC', lddlflags='-b -L/pro/local/lib'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Characteristics of this binary (from libperl):&lt;BR /&gt;  Compile-time options: DEBUGGING USE_LARGE_FILES&lt;BR /&gt;  Locally applied patches:&lt;BR /&gt;        defined-or&lt;BR /&gt;  Built under hpux&lt;BR /&gt;  Compiled at Nov 30 2004 08:22:28&lt;BR /&gt;  @INC:&lt;BR /&gt;    /opt/perl/lib/5.8.6/PA-RISC2.0&lt;BR /&gt;    /opt/perl/lib/5.8.6&lt;BR /&gt;    /opt/perl/lib/site_perl/5.8.6/PA-RISC2.0&lt;BR /&gt;    /opt/perl/lib/site_perl/5.8.6&lt;BR /&gt;    /opt/perl/lib/site_perl&lt;BR /&gt;    .&lt;BR /&gt;&lt;BR /&gt;i could find a Oracle.pm file under includes directories</description>
      <pubDate>Mon, 27 Feb 2006 07:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739850#M101358</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2006-02-27T07:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739851#M101359</link>
      <description>could you please post the output of the following command?&lt;BR /&gt;&lt;BR /&gt;perl -MDBI -e "DBI-&amp;gt;installed_versions"</description>
      <pubDate>Mon, 27 Feb 2006 08:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739851#M101359</guid>
      <dc:creator>Marin Marinov</dc:creator>
      <dc:date>2006-02-27T08:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739852#M101360</link>
      <description>root@key2: perl -MDBI -e "DBI-&amp;gt;installed_versions"&lt;BR /&gt;  Perl            : 5.008006    (PA-RISC2.0)&lt;BR /&gt;  OS              : hpux        (11.11)&lt;BR /&gt;  DBI             : 1.46&lt;BR /&gt;  DBD::Sponge     : 11.10&lt;BR /&gt;  DBD::Proxy      : install_driver(Proxy) failed: Can't locate RPC/PlClient.pm i&lt;BR /&gt;n @INC&lt;BR /&gt;  DBD::Oracle     : 1.16&lt;BR /&gt;  DBD::File       : 0.31&lt;BR /&gt;  DBD::ExampleP   : 11.12&lt;BR /&gt;  DBD::DBM        : 0.02&lt;BR /&gt;  DBD::CSV        : 0.21</description>
      <pubDate>Mon, 27 Feb 2006 08:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739852#M101360</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2006-02-27T08:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739853#M101361</link>
      <description>Have you set up the required environment variables?&lt;BR /&gt;&lt;BR /&gt;The most essential ones are ORACLE_HOME and SHLIB_PATH, because DBD needs to use some libraries from the Oracle client installation.&lt;BR /&gt;The "Can't locace loadable object..." error message suggests that SHLIB_PATH might not be correct. The script /usr/local/bin/oraenv may help in setting these.&lt;BR /&gt;&lt;BR /&gt;The ORACLE_SID and NLS_LANG are almost as important, and their correct values depend on the choices you have made.</description>
      <pubDate>Mon, 27 Feb 2006 09:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739853#M101361</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-02-27T09:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739854#M101362</link>
      <description>during runtime or installation? I have configured these variables for installation... I have also set them before running the perl proggram</description>
      <pubDate>Mon, 27 Feb 2006 09:50:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739854#M101362</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2006-02-27T09:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739855#M101363</link>
      <description>Shalom Itai,&lt;BR /&gt;&lt;BR /&gt;You need to build DBD::Oracle on an environment that has a working Oracle installation..  you need to have the following defined:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# env|egrep "LD_|ORA|TNS|TWO"&lt;BR /&gt;ORACLE_BASE=/oracle/app/oracle&lt;BR /&gt;ORA_DUMP=/oracle/app/oracle/admin/dummy/bdump&lt;BR /&gt;ORACLE_SID=dummy&lt;BR /&gt;ORACLE_OWNER=oracle&lt;BR /&gt;TNS_ADMIN=/oracle/app/oracle/product/9.2.0.6/network/admin&lt;BR /&gt;ORACLE_TERM=xterm&lt;BR /&gt;LD_LIBRARY_PATH=/opt/cobol/lib:/oracle/app/oracle/product/9.2.0.6/lib:/usr/lib:/opt/hpws/apache/lib&lt;BR /&gt;ORACLE_HOME=/oracle/app/oracle/product/9.2.0.6&lt;BR /&gt;ORAENV_ASK=NO&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 10:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739855#M101363</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-02-27T10:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739856#M101364</link>
      <description>And of course :&lt;BR /&gt;&lt;BR /&gt;LD_PRELOAD=/oracle/app/oracle/product/9.2.0.6/JRE/lib/PA_RISC/native_threads/libjava.sl&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 10:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739856#M101364</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-02-27T10:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739857#M101365</link>
      <description>LD_PRELOAD should NOT be needed for DBD::Oracle&lt;BR /&gt;&lt;BR /&gt;What's the output of this command?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; perl -MDynaLoader -MDBD::Oracle -wle'system qq{chatr $_} for grep/Oracle/,@DynaLoader::dl_shared_objects'&lt;BR /&gt;/pro/asql/o82AC/lib/perl/5.8.5/PA-RISC2.0/auto/DBD/Oracle/Oracle.sl:&lt;BR /&gt;         shared library&lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             SHLIB_PATH     disabled  second&lt;BR /&gt;             embedded path  enabled   first  /pro/oracle/v817/lib&lt;BR /&gt;         shared library list:&lt;BR /&gt;             dynamic   /pro/oracle/v817/lib//libclntsh.sl.8.0&lt;BR /&gt;             dynamic   /pro/oracle/v817/lib//libwtc8.sl&lt;BR /&gt;             dynamic   /usr/lib/librt.2&lt;BR /&gt;             dynamic   /usr/lib/libpthread.1&lt;BR /&gt;             dynamic   /usr/lib/libdld.2&lt;BR /&gt;             dynamic   /usr/lib/libm.2&lt;BR /&gt;             dynamic   /pro/oracle/v817/lib//libqsmashr.sl&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         explicit unloading enabled&lt;BR /&gt;         static branch prediction disabled&lt;BR /&gt;         executable from stack: D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation disabled&lt;BR /&gt;         text segment locking disabled&lt;BR /&gt;         data segment locking disabled&lt;BR /&gt;         third quadrant private data space disabled&lt;BR /&gt;         fourth quadrant private data space disabled&lt;BR /&gt;         third quadrant global data space disabled&lt;BR /&gt;         data page size: D (default)&lt;BR /&gt;         instruction page size: D (default)&lt;BR /&gt;         nulptr references disabled&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 27 Feb 2006 11:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739857#M101365</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-02-27T11:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739858#M101366</link>
      <description>Strange Procura, without LD_PRELOAD defined, I am unable to build DBD::Oracle on my custom built Perl 5.8.7 installation.&lt;BR /&gt;&lt;BR /&gt;I got the tip from the accompanying README/INSTALL document that came with the Perl 5.8.7 source tree...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 11:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739858#M101366</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-02-27T11:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739859#M101367</link>
      <description>If I look in README and README.hpux in the current development perl source tree, neither does refer to LD_PRELOAD.&lt;BR /&gt;&lt;BR /&gt;INSTALL *does* mention LD_PRELOAD, but only for Linux.&lt;BR /&gt;&lt;BR /&gt;The README.hpux.txt on DBD/Oracle-1.17 (which I' have just recently updated completely) *does* mention this variable in the context you say, but IMHO it should not be the preferred solution to these kind of problems.&lt;BR /&gt;&lt;BR /&gt;use $HLIB_PATH and/or $LD_LIBRARY_PATH, as these are both supported on all HP-UX versions as of 11.00. (HP-UX 10.20 does not support LD_LIBRARY_PATH, but only supports SHLIB_PATH).&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 27 Feb 2006 11:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739859#M101367</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-02-27T11:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739860#M101368</link>
      <description>thanks people, &lt;BR /&gt;I Didn't understand what command should i issue...&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 17:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739860#M101368</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2006-02-27T17:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739861#M101369</link>
      <description>perl -MDynaLoader -MDBD::Oracle -wle'system qq{chatr $_} for grep/Oracle/,@DynaLoader::dl_shared_objects'&lt;BR /&gt;&lt;BR /&gt;Show us the output please.&lt;BR /&gt;&lt;BR /&gt;[ don't forget to think about the points once you have your solution ]&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 27 Feb 2006 18:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739861#M101369</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-02-27T18:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739862#M101370</link>
      <description>don't worry everyone will get what he earn :)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; grep/Oracle/,@DynaLoader::dl_shared_objects'&lt;BR /&gt;/opt/perl/lib/site_perl/5.8.6/PA-RISC2.0/auto/DBD/Oracle/Oracle.sl:&lt;BR /&gt;         shared library&lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             SHLIB_PATH     enabled   second&lt;BR /&gt;             embedded path  enabled   first  /OracleTools/9.2.0/lib32:/OracleToo&lt;BR /&gt;ls/9.2.0/rdbms/lib32&lt;BR /&gt;         shared library list:&lt;BR /&gt;             dynamic   /OracleTools/9.2.0/lib32//libclntsh.sl.9.0&lt;BR /&gt;             dynamic   /usr/lib/libm.2&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         explicit unloading enabled&lt;BR /&gt;         static branch prediction disabled&lt;BR /&gt;         executable from stack: D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation disabled&lt;BR /&gt;         text segment locking disabled&lt;BR /&gt;         data segment locking disabled&lt;BR /&gt;         third quadrant private data space disabled&lt;BR /&gt;         fourth quadrant private data space disabled&lt;BR /&gt;         third quadrant global data space disabled&lt;BR /&gt;         data page size: D (default)&lt;BR /&gt;         instruction page size: D (default)&lt;BR /&gt;         nulptr references disabled&lt;BR /&gt;         shared library private mapping disabled&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Feb 2006 00:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739862#M101370</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2006-02-28T00:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739863#M101371</link>
      <description>For Oracle9 I miss libqsmashr.sl in that list. Weird.&lt;BR /&gt;What does&lt;BR /&gt;&lt;BR /&gt;ldd /opt/perl/lib/site_perl/5.8.6/PA-RISC2.0/auto/DBD/Oracle/Oracle.sl&lt;BR /&gt;&lt;BR /&gt;show you?&lt;BR /&gt;&lt;BR /&gt;Anyway, the shared object *IS* found, but cannot be loaded for some less obvious reason.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 28 Feb 2006 02:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739863#M101371</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-02-28T02:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739864#M101372</link>
      <description>did you mean ld ? (and not ldd)&lt;BR /&gt;ld shows no output...</description>
      <pubDate>Tue, 28 Feb 2006 02:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739864#M101372</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2006-02-28T02:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739865#M101373</link>
      <description>No, I mean ldd.&lt;BR /&gt;&lt;BR /&gt;ldd - print shared library dependencies&lt;BR /&gt;&lt;BR /&gt;maybe the ldd you have also supports -v&lt;BR /&gt;&lt;BR /&gt;ldd -v shared_object.sl&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 28 Feb 2006 02:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739865#M101373</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-02-28T02:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739866#M101374</link>
      <description>root@key2: te_perl/5.8.6/PA-RISC2.0/auto/DBD/Oracle/Oracle.sl                &amp;lt;&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /OracleTools/9.2.0/lib32//libclntsh.sl.9.0 =&amp;gt;   /OracleTools/9.2.0/lib32&lt;BR /&gt;/libclntsh.sl.9.0&lt;BR /&gt;        /usr/lib/libcl.2 =&amp;gt;     /usr/lib/libcl.2&lt;BR /&gt;        /usr/lib/libisamstub.1 =&amp;gt;       /usr/lib/libisamstub.1&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libnss_dns.1 =&amp;gt;        /usr/lib/libnss_dns.1&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/lib/librt.2 =&amp;gt;     /usr/lib/librt.2&lt;BR /&gt;        /OracleTools/9.2.0/lib32/libwtc9.sl =&amp;gt;  /OracleTools/9.2.0/lib32/libwtc9&lt;BR /&gt;.sl&lt;BR /&gt;root@key2:&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Feb 2006 03:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739866#M101374</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2006-02-28T03:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: DBD doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739867#M101375</link>
      <description>Itai,&lt;BR /&gt;&lt;BR /&gt;Peace and Clean Air.&lt;BR /&gt;&lt;BR /&gt;If you want, I can share with you our custom build of Perl 5.8.7 with the latest DBI and DBD::Oracle (comiples against Oracle 9.X..).&lt;BR /&gt;&lt;BR /&gt;It installs in /usr/local/perl5.8.7 so it maintains your existing perl installed trees. It just completed intensive testing. It was compiled using HP aCC C.37 under HP-UX 11.11.&lt;BR /&gt;&lt;BR /&gt;Let me know if want and provide me with a temp. FTP site. (the binaries are around 40MB).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Mar 2006 21:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dbd-doesn-t-work/m-p/3739867#M101375</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-03-05T21:34:32Z</dc:date>
    </item>
  </channel>
</rss>

