<?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: python error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389132#M101233</link>
    <description>You got libdb.sl in the /usr/local/lib directory ?&lt;BR /&gt;&lt;BR /&gt;# chatr /path/to/the/binary&lt;BR /&gt;&lt;BR /&gt;Look at the shared library list it is referring to.&lt;BR /&gt;&lt;BR /&gt;Also try enabling the SHLIB_PATH search&lt;BR /&gt;&lt;BR /&gt;# chatr +s enable /path/to/the/binary&lt;BR /&gt;# export SHLIB_PATH=$SHLIB_PATH:/path/to_libdb.sl&lt;BR /&gt;# /path/to/the/binary</description>
    <pubDate>Tue, 28 Sep 2004 17:32:54 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-09-28T17:32:54Z</dc:date>
    <item>
      <title>python error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389129#M101230</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;i've just installed python from a binary distribution, and im getting this error&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libdb.sl&lt;BR /&gt;&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;&lt;BR /&gt;does anyone knows where can i get that library ?</description>
      <pubDate>Tue, 28 Sep 2004 16:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389129#M101230</guid>
      <dc:creator>Cristian_4</dc:creator>
      <dc:date>2004-09-28T16:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: python error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389130#M101231</link>
      <description>If this library is used by Python, it should have been installed as part of the installation.&lt;BR /&gt;&lt;BR /&gt;Search the system for the library&lt;BR /&gt;&lt;BR /&gt;# find / -name "libdb.sl" -exec ls -lrt {} \;&lt;BR /&gt;&lt;BR /&gt;If the file is found in some other directory, then set the SHLIB_PATH to include that directory as well and try to execute the binary.&lt;BR /&gt;&lt;BR /&gt;Also make sure the binary is set to use the SHLIB_PATH using the chatr command.</description>
      <pubDate>Tue, 28 Sep 2004 17:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389130#M101231</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-28T17:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: python error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389131#M101232</link>
      <description>thanks for the answer&lt;BR /&gt;&lt;BR /&gt;i got both files (libdb.sl, dld.sl) , and i get the same result with the SHLIB_PATH env&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Sep 2004 17:26:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389131#M101232</guid>
      <dc:creator>Cristian_4</dc:creator>
      <dc:date>2004-09-28T17:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: python error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389132#M101233</link>
      <description>You got libdb.sl in the /usr/local/lib directory ?&lt;BR /&gt;&lt;BR /&gt;# chatr /path/to/the/binary&lt;BR /&gt;&lt;BR /&gt;Look at the shared library list it is referring to.&lt;BR /&gt;&lt;BR /&gt;Also try enabling the SHLIB_PATH search&lt;BR /&gt;&lt;BR /&gt;# chatr +s enable /path/to/the/binary&lt;BR /&gt;# export SHLIB_PATH=$SHLIB_PATH:/path/to_libdb.sl&lt;BR /&gt;# /path/to/the/binary</description>
      <pubDate>Tue, 28 Sep 2004 17:32:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389132#M101233</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-28T17:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: python error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389133#M101234</link>
      <description>no, i got it in /usr/sam/lib/libdb.sl&lt;BR /&gt;&lt;BR /&gt;#echo $SHLIB_PATH&lt;BR /&gt;/usr/sam/lib/libdb.sl&lt;BR /&gt;&lt;BR /&gt;the search of the shared library path it's already enabled&lt;BR /&gt;&lt;BR /&gt;im getting a different result now&lt;BR /&gt;&lt;BR /&gt;#/usr/local/bin/python -V&lt;BR /&gt;/usr/lib/dld.sl: Can't find path for shared library: libdb.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Sep 2004 17:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389133#M101234</guid>
      <dc:creator>Cristian_4</dc:creator>
      <dc:date>2004-09-28T17:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: python error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389134#M101235</link>
      <description>SHLIB_PATH should only include the directory name&lt;BR /&gt;&lt;BR /&gt;# export SHLIB_PATH=/usr/sam/lib&lt;BR /&gt;&lt;BR /&gt;Now give it a try</description>
      <pubDate>Tue, 28 Sep 2004 17:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389134#M101235</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-28T17:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: python error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389135#M101236</link>
      <description>!!&lt;BR /&gt;&lt;BR /&gt;you're right&lt;BR /&gt;&lt;BR /&gt;thanks =)</description>
      <pubDate>Tue, 28 Sep 2004 18:10:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389135#M101236</guid>
      <dc:creator>Cristian_4</dc:creator>
      <dc:date>2004-09-28T18:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: python error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389136#M101237</link>
      <description>I am having the same problem.  Couldn't I just do a soft link to the libdb.sl by doing the following:&lt;BR /&gt;&lt;BR /&gt;ln -s /usr/local/cfengine/db-4.1.25/lib/libdb.sl /usr/local/lib/libdb.sl ?</description>
      <pubDate>Fri, 24 Feb 2006 13:04:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/python-error/m-p/3389136#M101237</guid>
      <dc:creator>Patrick Ware_1</dc:creator>
      <dc:date>2006-02-24T13:04:01Z</dc:date>
    </item>
  </channel>
</rss>

