<?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 with Oracle Connection through Apache in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532463#M38868</link>
    <description>Hello Romania&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for the appropriate solution.&lt;BR /&gt;&lt;BR /&gt;Oracle with perl problem solved.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Krishna</description>
    <pubDate>Mon, 16 Nov 2009 03:54:35 GMT</pubDate>
    <dc:creator>krishna1981</dc:creator>
    <dc:date>2009-11-16T03:54:35Z</dc:date>
    <item>
      <title>Perl with Oracle Connection through Apache</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532457#M38862</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The script is executing from command prompt.&lt;BR /&gt;&lt;BR /&gt;I have set export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ROACLE_HOME/lib32:$ORACLE_HOME/lib64 also.&lt;BR /&gt;&lt;BR /&gt;But not executing through browser.&lt;BR /&gt;&lt;BR /&gt;it says the following error.&lt;BR /&gt;&lt;BR /&gt;Can't load '/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libclntsh.so.10.1: cannot open shared object file: No such file or directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.&lt;BR /&gt;&lt;BR /&gt;Could any one answer for this question. it is very urgent and critical.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Krishna</description>
      <pubDate>Thu, 12 Nov 2009 08:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532457#M38862</guid>
      <dc:creator>Raghu Chikkamenahalli</dc:creator>
      <dc:date>2009-11-12T08:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Perl with Oracle Connection through Apache</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532458#M38863</link>
      <description>Hello from Romania,&lt;BR /&gt;&lt;BR /&gt;ldd oracle.so should give you a list of all libraries linked to it. All of those libraries must be available or else you would end with a "cannot open shared object file" error.&lt;BR /&gt;&lt;BR /&gt;So you would also need to add those paths to the library path.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Horia.</description>
      <pubDate>Thu, 12 Nov 2009 08:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532458#M38863</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2009-11-12T08:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Perl with Oracle Connection through Apache</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532459#M38864</link>
      <description>Hello Romania,&lt;BR /&gt;&lt;BR /&gt;Could you please provide me the examples for the LIBRAYR PATH and shared library path.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Krishna</description>
      <pubDate>Thu, 12 Nov 2009 08:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532459#M38864</guid>
      <dc:creator>Raghu Chikkamenahalli</dc:creator>
      <dc:date>2009-11-12T08:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Perl with Oracle Connection through Apache</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532460#M38865</link>
      <description>&lt;!--!*#--&gt;Let's consider the following library:&lt;BR /&gt;&lt;BR /&gt;/opt/hpws/apache/stunnel/lib/stunnel.so&lt;BR /&gt;&lt;BR /&gt;[hpux]:/root # ldd /opt/hpws/apache/stunnel/lib/stunnel.so&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/libnsl.1 =&amp;gt;    /usr/lib/libnsl.1&lt;BR /&gt;        /usr/lib/libxti.2 =&amp;gt;    /usr/lib/libxti.2&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;[hpux]:/root #&lt;BR /&gt;&lt;BR /&gt;This is a simple case, showing that you should consider adding also to the LD_LIBRARY_PATH the /usr/lib path.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Horia.</description>
      <pubDate>Thu, 12 Nov 2009 09:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532460#M38865</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2009-11-12T09:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Perl with Oracle Connection through Apache</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532461#M38866</link>
      <description>Hello Romania,&lt;BR /&gt;&lt;BR /&gt;Iam using Linxu RHEL5.4 x86_64 bit machine.&lt;BR /&gt;&lt;BR /&gt;if i ran the ldd command. it gives the follwoing.&lt;BR /&gt;&lt;BR /&gt;ldd /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBD/Oracle/Oracle.so&lt;BR /&gt; libclntsh.so.10.1 =&amp;gt; /opt/oracle/db/10gR2/lib/libclntsh.so.10.1 (0x00002b337f1c4000)&lt;BR /&gt; libdl.so.2 =&amp;gt; /lib64/libdl.so.2 (0x00002b3380663000)&lt;BR /&gt; libm.so.6 =&amp;gt; /lib64/libm.so.6 (0x00002b3380867000)&lt;BR /&gt; libpthread.so.0 =&amp;gt; /lib64/libpthread.so.0 (0x00002b3380aeb000)&lt;BR /&gt; libnsl.so.1 =&amp;gt; /lib64/libnsl.so.1 (0x00002b3380d06000)&lt;BR /&gt; libc.so.6 =&amp;gt; /lib64/libc.so.6 (0x00002b3380f1e000)&lt;BR /&gt; libnnz10.so =&amp;gt; /opt/oracle/db/10gR2/lib/libnnz10.so (0x00002b3381276000)&lt;BR /&gt; /lib64/ld-linux-x86-64.so.2 (0x0000003204400000)&lt;BR /&gt;&lt;BR /&gt;Please my .bash_profile paths.&lt;BR /&gt;&lt;BR /&gt;export ORACLE_BASE=/opt/oracle&lt;BR /&gt;export ORACLE_HOME=$ORACLE_BASE&lt;BR /&gt;export ORACLE_SID=tftdb&lt;BR /&gt;export LD_LIBRARY_PATH=/usr/lib:$ORACLE_HOME/lib:$ORACLE_HOME/lib32:/usr/lib64:/usr/lib/oracle/10.2.0.3/client64/lib:/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBD/Oracle&lt;BR /&gt;export PATH=$PATH:$LD_LIBRARY_PATH:$ORACLE_HOME/bin&lt;BR /&gt;export TNS_ADMIN=$ORACLE_HOME/network/admin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Could you please tel me if did any mistakes here..&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Nov 2009 10:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532461#M38866</guid>
      <dc:creator>Raghu Chikkamenahalli</dc:creator>
      <dc:date>2009-11-12T10:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Perl with Oracle Connection through Apache</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532462#M38867</link>
      <description>&lt;!--!*#--&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;It seems to me that you should add to LD_LIBRARY_PATH:&lt;BR /&gt;&lt;BR /&gt;/lib64&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;/opt/oracle/db/10gR2/lib/&lt;BR /&gt;&lt;BR /&gt;You should add those at the end of the LD_LIBRARY_PATH.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Horia</description>
      <pubDate>Thu, 12 Nov 2009 10:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532462#M38867</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2009-11-12T10:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Perl with Oracle Connection through Apache</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532463#M38868</link>
      <description>Hello Romania&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for the appropriate solution.&lt;BR /&gt;&lt;BR /&gt;Oracle with perl problem solved.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Krishna</description>
      <pubDate>Mon, 16 Nov 2009 03:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-with-oracle-connection-through-apache/m-p/4532463#M38868</guid>
      <dc:creator>krishna1981</dc:creator>
      <dc:date>2009-11-16T03:54:35Z</dc:date>
    </item>
  </channel>
</rss>

