<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: perl problem (5.8.5) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346018#M713316</link>
    <description>just have the shebang perl (sym)linked to the right one :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#!/buz/bar/foo/bin/perl -w&lt;BR /&gt;&lt;BR /&gt;# cd /buz/bar/foo/bin&lt;BR /&gt;# ln -s /opt/perl/bin/perl perl&lt;BR /&gt;&lt;BR /&gt;Done!&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
    <pubDate>Mon, 09 Aug 2004 14:45:44 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2004-08-09T14:45:44Z</dc:date>
    <item>
      <title>perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346007#M713305</link>
      <description># ./perl/bin/perl -v&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unable to find library 'libnm.sl'.&lt;BR /&gt;Killed&lt;BR /&gt;&lt;BR /&gt;[root@bdhp4224:/var/opt/9IAS/iamslms]&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;How can I get past this?</description>
      <pubDate>Fri, 30 Jul 2004 13:50:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346007#M713305</guid>
      <dc:creator>Tonya Underwood</dc:creator>
      <dc:date>2004-07-30T13:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346008#M713306</link>
      <description>do you see a link as follows?&lt;BR /&gt;&lt;BR /&gt;# ll /usr/lib/libnm.sl  &lt;BR /&gt;lrwxr-xr-x   1 root       sys             16 Aug 28  2000 /usr/lib/libnm.sl -&amp;gt; /usr/lib/libnm.1</description>
      <pubDate>Fri, 30 Jul 2004 14:08:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346008#M713306</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-07-30T14:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346009#M713307</link>
      <description>Todd, you're refering to the 32bit version, whereas the perl used is obviously the 64bit version&lt;BR /&gt;&lt;BR /&gt;check in /usr/lib/pa20_64&lt;BR /&gt;&lt;BR /&gt;# chatr ./perl&lt;BR /&gt;&lt;BR /&gt;will give you the list of libs it wants&lt;BR /&gt;check $SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 30 Jul 2004 14:19:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346009#M713307</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-07-30T14:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346010#M713308</link>
      <description>[root@bdhp4224:/var/opt/9IAS/iamslms/perl64/bin]&lt;BR /&gt;# chatr ./perl&lt;BR /&gt;./perl:&lt;BR /&gt;         64-bit ELF executable&lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             LD_LIBRARY_PATH    enabled  first&lt;BR /&gt;             SHLIB_PATH         enabled  second&lt;BR /&gt;             embedded path      enabled  third  Not Defined&lt;BR /&gt;         shared library list:&lt;BR /&gt;             libcl.2&lt;BR /&gt;             libpthread.1&lt;BR /&gt;             libnsl.1&lt;BR /&gt;             libnm.sl&lt;BR /&gt;             libdl.1&lt;BR /&gt;             libm.2&lt;BR /&gt;             libsec.2&lt;BR /&gt;             libc.2&lt;BR /&gt;         shared library binding:&lt;BR /&gt;             deferred&lt;BR /&gt;         global hash table disabled&lt;BR /&gt;         shared library mapped private disabled&lt;BR /&gt;         shared library segment merging disabled&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         explicit unloading disabled&lt;BR /&gt;         segments:&lt;BR /&gt;             index type     address      flags size&lt;BR /&gt;                 3 text 4000000000001000 ----c-    D (default)&lt;BR /&gt;                 4 data 8000000000001000 ------    D (default)&lt;BR /&gt;         static branch prediction disabled&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation for dynamic segments disabled&lt;BR /&gt;         nulptr references enabled&lt;BR /&gt;&lt;BR /&gt;[root@bdhp4224:/var/opt/9IAS/iamslms/perl64/bin]&lt;BR /&gt;# ll /usr/lib/pa20_64/libnm.sl&lt;BR /&gt;/usr/lib/pa20_64/libnm.sl not found&lt;BR /&gt;&lt;BR /&gt;[root@bdhp4224:/var/opt/9IAS/iamslms/perl64/bin]&lt;BR /&gt;# echo $SHLIB_PATH&lt;BR /&gt;/opt/jco:/opt/harv/Harvest/lib:/opt/javatools/sapjco:/opt/harv/Harvest/lib&lt;BR /&gt;&lt;BR /&gt;[root@bdhp4224:/var/opt/9IAS/iamslms/perl64/bin]&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;OK missing libnm.sl in the lib dir for 64 bit... can I simply link to 32 bit?  Or how can I get this lib?</description>
      <pubDate>Fri, 30 Jul 2004 14:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346010#M713308</guid>
      <dc:creator>Tonya Underwood</dc:creator>
      <dc:date>2004-07-30T14:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346011#M713309</link>
      <description>No. 32bit and 64bit do not mix on HP-UX. No workarounds. No solutions.&lt;BR /&gt;You willhave to find yourself a 64bit libnm&lt;BR /&gt;&lt;BR /&gt;a5:/usr/lib/pa20_64 102 &amp;gt; ll libn*&lt;BR /&gt;  16258 -r-xr-xr-x    1 bin      bin         39152 Jun 22  2000 libnm.1&lt;BR /&gt;  15079 lrwxr-xr-x    1 root     sys             7 Feb 17  2003 libnm.sl -&amp;gt; libnm.1&lt;BR /&gt;    975 -r-xr-xr-x    1 bin      bin        653424 Jul 17  2003 libnsl.1&lt;BR /&gt;   1304 -r--r--r--    1 bin      bin       1459508 Jul 17  2003 libnsl.a&lt;BR /&gt;   1815 lrwxrwxrwx    1 root     sys             8 Feb 17  2003 libnsl.sl -&amp;gt; libnsl.1&lt;BR /&gt;   1305 -r-xr-xr-x    1 bin      bin         24336 Jul 17  2003 libnss_compat.1&lt;BR /&gt;  19369 lrwxrwxrwx    1 root     sys            15 Feb 17  2003 libnss_compat.sl -&amp;gt; libnss_compat.1&lt;BR /&gt;   1821 -r-xr-xr-x    1 bin      bin         18672 Aug  4  2003 libnss_dns.1&lt;BR /&gt;  19370 lrwxrwxrwx    1 root     sys            12 Feb 17  2003 libnss_dns.sl -&amp;gt; libnss_dns.1&lt;BR /&gt;   1797 -r-xr-xr-x    1 bin      bin         45408 Apr  8  2003 libnss_files.1&lt;BR /&gt;  19371 lrwxrwxrwx    1 root     sys            14 Feb 17  2003 libnss_files.sl -&amp;gt; libnss_files.1&lt;BR /&gt;   1306 -r-xr-xr-x    1 bin      bin         39656 Jul 17  2003 libnss_nis.1&lt;BR /&gt;  19372 lrwxrwxrwx    1 root     sys            12 Feb 17  2003 libnss_nis.sl -&amp;gt; libnss_nis.1&lt;BR /&gt;   1307 -r-xr-xr-x    1 bin      bin         60008 Jul 17  2003 libnss_nisplus.1&lt;BR /&gt;  19373 lrwxrwxrwx    1 root     sys            16 Feb 17  2003 libnss_nisplus.sl -&amp;gt; libnss_nisplus.1&lt;BR /&gt;    119 -r-xr-xr-x    1 bin      bin         28496 Jul 14  2003 libntl.2&lt;BR /&gt;   1768 lrwxrwxrwx    1 root     sys             8 Feb 17  2003 libntl.sl -&amp;gt; libntl.2&lt;BR /&gt;a5:/usr/lib/pa20_64 103 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 30 Jul 2004 15:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346011#M713309</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-07-30T15:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346012#M713310</link>
      <description>Do all 5.8.x require this lib?  Or should I try another... I have no idea how to install libs.</description>
      <pubDate>Fri, 30 Jul 2004 15:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346012#M713310</guid>
      <dc:creator>Tonya Underwood</dc:creator>
      <dc:date>2004-07-30T15:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346013#M713311</link>
      <description>If I recall correctly, every program that uses dynamic loading is in need of this library. This includes Perl and Oracle.&lt;BR /&gt;&lt;BR /&gt;In your case I suggest that you revert to 32bit environment, as your original problem stated. I've posted the links in the other thread.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Sat, 31 Jul 2004 03:33:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346013#M713311</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-07-31T03:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346014#M713312</link>
      <description>libnm is not related to dynamic loading etc (perhaps procura got misled by 'nm' ?), that would be libdld/libdl. &lt;BR /&gt;&lt;BR /&gt;libnm.sl seems to be something to do with OV or networking api. google found libnm.sl in PHSS_30609.</description>
      <pubDate>Mon, 02 Aug 2004 01:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346014#M713312</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2004-08-02T01:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346015#M713313</link>
      <description>Merijn... been so busy for awhile... I've reverted to 32bit and it is working well... except...&lt;BR /&gt;&lt;BR /&gt;Going into directory where perl is located... issue command perl -V... @INC not set correctly... how can I change the directories in this?  You can see I do have Config.pm below... when I cd to directory where it is located it will obviously check that directory.... &lt;BR /&gt;&lt;BR /&gt;I need to be able to change as I have two instances of perl installed... different versions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@bdhp4224:/var/adm/crash/perl/bin]&lt;BR /&gt;# ./perl -V&lt;BR /&gt;Can't locate Config.pm in @INC (@INC contains: /opt/perl/lib/5.8.5/PA-RISC2.0 /opt/perl/lib/5.8.5 /opt/perl/lib/site_perl/5.8.5/PA-RISC2.0 /opt/perl/lib/site_perl/5.8.5 /opt/perl/lib/site_perl .).&lt;BR /&gt;BEGIN failed--compilation aborted.&lt;BR /&gt;&lt;BR /&gt;[root@bdhp4224:/var/adm/crash/perl/bin]&lt;BR /&gt;# cd /var/adm/crash/perl/lib/5.8.5/PA-RISC2.0&lt;BR /&gt;&lt;BR /&gt;[root@bdhp4224:/var/adm/crash/perl/lib/5.8.5/PA-RISC2.0]&lt;BR /&gt;# ll Config.pm&lt;BR /&gt;-r--r--r--   1 203        sapsys       32954 Jul 24 07:45 Config.pm&lt;BR /&gt;&lt;BR /&gt;[root@bdhp4224:/var/adm/crash/perl/lib/5.8.5/PA-RISC2.0]&lt;BR /&gt;# /var/adm/crash/perl/bin/perl -V&lt;BR /&gt;Summary of my perl5 (revision 5 version 8 subversion 5) configuration:&lt;BR /&gt;  Platform:&lt;BR /&gt;    osname=hpux, osvers=11.00, archname=PA-RISC2.0&lt;BR /&gt;    uname='hp-ux a5 b.11.00 u 9000800 871940681 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=undef&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-aliasing -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 -DDEBUGGING -fno-strict-aliasing -pipe -I/pro/local/include'&lt;BR /&gt;    ccversion='', gccversion='3.4.1', gccosandvers='hpux11.00'&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=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 -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,deferred '&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;  Built under hpux&lt;BR /&gt;  Compiled at Jul 24 2004 13:22:18&lt;BR /&gt;  @INC:&lt;BR /&gt;    /opt/perl/lib/5.8.5/PA-RISC2.0&lt;BR /&gt;    /opt/perl/lib/5.8.5&lt;BR /&gt;    /opt/perl/lib/site_perl/5.8.5/PA-RISC2.0&lt;BR /&gt;    /opt/perl/lib/site_perl/5.8.5&lt;BR /&gt;    /opt/perl/lib/site_perl&lt;BR /&gt;    .&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Aug 2004 09:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346015#M713313</guid>
      <dc:creator>Tonya Underwood</dc:creator>
      <dc:date>2004-08-09T09:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346016#M713314</link>
      <description>/opt/perl/bin # ./perl -I../lib -V&lt;BR /&gt;&lt;BR /&gt;1. perl knows where to _expect_ it's modules, and since I built it to reside in /opt/perl, having /opt/perl/bin in your $PATH should suffice&lt;BR /&gt;&lt;BR /&gt;2. In all cases where modules are not installed in the default path (see the end of your -V output), perl is able to locate those through $PERL5LIB&lt;BR /&gt;&lt;BR /&gt;The fact that perl cannot find Config.pm is weird. Lemme check ...&lt;BR /&gt;&lt;BR /&gt;a5:/opt/perl 102 &amp;gt; find . -name Config.pm&lt;BR /&gt;./lib/5.8.5/PA-RISC2.0/Config.pm&lt;BR /&gt;./lib/5.8.5/PA-RISC2.0/Encode/Config.pm&lt;BR /&gt;./lib/5.8.5/Net/Config.pm&lt;BR /&gt;./lib/site_perl/5.8.5/PA-RISC2.0/Tk/Config.pm&lt;BR /&gt;a5:/opt/perl 103 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Yep, it's there. The first one.&lt;BR /&gt;&lt;BR /&gt;a5:/opt/perl 104 &amp;gt; bin/perl -le'print"@INC"'&lt;BR /&gt;/opt/perl/lib/5.8.5/PA-RISC2.0 /opt/perl/lib/5.8.5 /opt/perl/lib/site_perl/5.8.5/PA-RISC2.0 /opt/perl/lib/site_perl/5.8.5 /opt/perl/lib/site_perl .&lt;BR /&gt;a5:/opt/perl 105 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Soooo, it obviously cannot find /opt/perl, because you installed it in /var/adm/crash/perl&lt;BR /&gt;&lt;BR /&gt;# cd /opt&lt;BR /&gt;# ln -s /var/adm/crash/perl perl&lt;BR /&gt;&lt;BR /&gt;would `solve' everything for you. Otherwise you will have to set $PERL5LIB to something long like&lt;BR /&gt;&lt;BR /&gt;/var/adm/crash/perl/lib/5.8.5/PA-RISC2.0:/var/adm/crash/perl/lib/5.8.5:/var/adm/crash/perl/lib/site_perl/5.8.5/PA-RISC2.0:/var/adm/crash/perl/lib/site_perl/5.8.5:/var/adm/crash/perl/lib/site_perl .&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 09 Aug 2004 12:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346016#M713314</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-08-09T12:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346017#M713315</link>
      <description>OK.. got through that... now I'm seeing that all of my shebang paths are wrong... should I go in and change them all?  Or do you have a quick and dirty script to do this?  &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 09 Aug 2004 14:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346017#M713315</guid>
      <dc:creator>Tonya Underwood</dc:creator>
      <dc:date>2004-08-09T14:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346018#M713316</link>
      <description>just have the shebang perl (sym)linked to the right one :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#!/buz/bar/foo/bin/perl -w&lt;BR /&gt;&lt;BR /&gt;# cd /buz/bar/foo/bin&lt;BR /&gt;# ln -s /opt/perl/bin/perl perl&lt;BR /&gt;&lt;BR /&gt;Done!&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 09 Aug 2004 14:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346018#M713316</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-08-09T14:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346019#M713317</link>
      <description>Perfect... got through a few more problems as well... but now stuck on my make test... any ideas?&lt;BR /&gt;&lt;BR /&gt;[root@bdhp4292:/opt/perl/DBD-Oracle-1.15]&lt;BR /&gt;# make test&lt;BR /&gt;        PERL_DL_NONLAZY=1 /opt/perl/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t&lt;BR /&gt;t/base.......ok&lt;BR /&gt;t/cursor.....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/general....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/general.t line 21&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 skiped.&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;t/long.......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/long.t line 22&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 skiped.&lt;BR /&gt;skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;t/meta.......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/ph_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/ph_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/plsql......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/reauth.....skipped&lt;BR /&gt;        all skipped: no reason given&lt;BR /&gt;t/select.....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;All tests successful, 8 tests skipped.&lt;BR /&gt;Files=9, Tests=5, 25 wallclock secs ( 6.93 cusr +  2.56 csys =  9.49 CPU)&lt;BR /&gt;        PERL_DL_NONLAZY=1 /opt/perl/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl&lt;BR /&gt;Oraperl test application $Revision: 1.8 $&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Extra tests. These are less formal and you need to read the output&lt;BR /&gt;to see if it looks reasonable and matches what the tests says is expected.&lt;BR /&gt;&lt;BR /&gt;Oraperl emulation interface version 1.44&lt;BR /&gt;DBD::Oracle 1.15 using OCI8 by Tim Bunce&lt;BR /&gt;DBI 1.43 by Tim Bunce&lt;BR /&gt;&lt;BR /&gt;Data sources:&lt;BR /&gt;        dbi:Oracle:dummy101&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Connecting&lt;BR /&gt; to '' (from command line, else uses ORACLE_SID or TWO_TASK - recommended)&lt;BR /&gt; as 'scott/tiger' (via ORACLE_USERID env var or default - recommend name/passwd@dbname)&lt;BR /&gt;(ORACLE_SID='dummy101', TWO_TASK='')&lt;BR /&gt;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 /opt/perl/DBD-Oracle-1.15/blib/lib/Oraperl.pm line 97&lt;BR /&gt;ora_login: 1034: 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;&lt;BR /&gt;ORACLE_SID or TWO_TASK possibly not right, or server not running.&lt;BR /&gt;&lt;BR /&gt;Generally set TWO_TASK or ORACLE_SID but not both at the same time.&lt;BR /&gt;Try to connect to the database using an oracle tool like sqlplus&lt;BR /&gt;only if that works should you suspect problems with DBD::Oracle.&lt;BR /&gt;Try leaving dbname value empty and set dbuser to name/passwd@dbname.&lt;BR /&gt;&lt;BR /&gt;Test aborted.&lt;BR /&gt;*** Error exit code 255&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Aug 2004 11:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346019#M713317</guid>
      <dc:creator>Tonya Underwood</dc:creator>
      <dc:date>2004-08-17T11:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346020#M713318</link>
      <description>Either your oracle database/instance hasn't been started at all, or your credentials are wrong&lt;BR /&gt;&lt;BR /&gt;# echo $ORACLE_SID&lt;BR /&gt;# echo $ORACLE_USER&lt;BR /&gt;&lt;BR /&gt;Read about the prerequisites in the README of DBD-Oracle, and check connection with&lt;BR /&gt;&lt;BR /&gt;# sqlplus $ORACLE_USER&lt;BR /&gt;&lt;BR /&gt;or whatever the README prerequisites to have been set&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 17 Aug 2004 14:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346020#M713318</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-08-17T14:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: perl problem (5.8.5)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346021#M713319</link>
      <description>All set!!! Thanks for all your help!</description>
      <pubDate>Fri, 27 Aug 2004 08:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-problem-5-8-5/m-p/3346021#M713319</guid>
      <dc:creator>Tonya Underwood</dc:creator>
      <dc:date>2004-08-27T08:37:34Z</dc:date>
    </item>
  </channel>
</rss>

