<?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: rpm install compat-db in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908975#M45761</link>
    <description>There in no tcl-devel included in the RH EL cds. Try exporting a variable LD_LIBRARY_PATH contaoing the /usr/lib and /lib path . If this doesnt work try installing the rpm with the --nodeps option&lt;BR /&gt;'rpm -ivh compat-db-xxx --nodpes'</description>
    <pubDate>Sat, 25 Jun 2005 05:27:17 GMT</pubDate>
    <dc:creator>Bejoy C Alias</dc:creator>
    <dc:date>2005-06-25T05:27:17Z</dc:date>
    <item>
      <title>rpm install compat-db</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908970#M45756</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;our IC application need libdb.so.3 but not there, I found I need to install compat-db package. &lt;BR /&gt;&lt;BR /&gt;However, I got the follow problem.&lt;BR /&gt;rpm -ivh compat-db-3.3.11-2.i386.rpm&lt;BR /&gt;warning: compat-db-3.3.11-2.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e&lt;BR /&gt;error: Failed dependencies:&lt;BR /&gt;        libtcl.so.0 is needed by compat-db-3.3.11-2&lt;BR /&gt;&lt;BR /&gt;# rpm -qf libtcl.so.0&lt;BR /&gt;error: file libtcl.so.0: No such file or directory&lt;BR /&gt;&lt;BR /&gt;# rpm -q tcl&lt;BR /&gt;tcl-8.3.5-92&lt;BR /&gt;&lt;BR /&gt;tcl-8.3.5-92 should provide libtcl.so.0 but not. &lt;BR /&gt;&lt;BR /&gt;Thanks for the help on resolving this conflict. &lt;BR /&gt;&lt;BR /&gt;Jane &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2005 19:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908970#M45756</guid>
      <dc:creator>jane zhang</dc:creator>
      <dc:date>2005-06-23T19:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: rpm install compat-db</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908971#M45757</link>
      <description>'libtcl.so' is provided by the 'tcl-deevl' package.</description>
      <pubDate>Thu, 23 Jun 2005 19:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908971#M45757</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-23T19:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: rpm install compat-db</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908972#M45758</link>
      <description>I think u r using RH Ent.Linux&lt;BR /&gt;The libtcl.so.0 is supplied from tcl-8.3.5-92. But the name will be with libtcl8.3.so , so u need to make a soft link to libtcl8.3.so as libtcl.so.0</description>
      <pubDate>Thu, 23 Jun 2005 22:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908972#M45758</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-06-23T22:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: rpm install compat-db</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908973#M45759</link>
      <description>Dear ,&lt;BR /&gt;You may run this command&lt;BR /&gt;#rpm -ivh --aid compat-db-3.3.11-2&lt;BR /&gt;&lt;BR /&gt;will help to check and install dependencies as well&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;LeongKO</description>
      <pubDate>Fri, 24 Jun 2005 05:47:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908973#M45759</guid>
      <dc:creator>kevin leong</dc:creator>
      <dc:date>2005-06-24T05:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: rpm install compat-db</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908974#M45760</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Thanks for the reply. &lt;BR /&gt;&lt;BR /&gt;Yes, we are using redhat Enterprise WS 3. &lt;BR /&gt;&lt;BR /&gt;I have made a soft link in /usr/lib &lt;BR /&gt;&lt;BR /&gt;ln -s libtcl8.3.so libtcl.so.0 &lt;BR /&gt;and still have the same problem. &lt;BR /&gt;&lt;BR /&gt;I tried to download tcl-devel rpm and can not find it. I have CD on hand, could you tell me how to find it.  I usually install the package from GUI ( install or remove application not individual rpm). &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Jane</description>
      <pubDate>Fri, 24 Jun 2005 14:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908974#M45760</guid>
      <dc:creator>jane zhang</dc:creator>
      <dc:date>2005-06-24T14:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: rpm install compat-db</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908975#M45761</link>
      <description>There in no tcl-devel included in the RH EL cds. Try exporting a variable LD_LIBRARY_PATH contaoing the /usr/lib and /lib path . If this doesnt work try installing the rpm with the --nodeps option&lt;BR /&gt;'rpm -ivh compat-db-xxx --nodpes'</description>
      <pubDate>Sat, 25 Jun 2005 05:27:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908975#M45761</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-06-25T05:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: rpm install compat-db</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908976#M45762</link>
      <description>Thanks, I was able to install it without dependency. &lt;BR /&gt;&lt;BR /&gt;Jane</description>
      <pubDate>Tue, 12 Jul 2005 21:28:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-install-compat-db/m-p/4908976#M45762</guid>
      <dc:creator>jane zhang</dc:creator>
      <dc:date>2005-07-12T21:28:39Z</dc:date>
    </item>
  </channel>
</rss>

