<?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 error! in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583305#M79188</link>
    <description>[root@classi-a /lib]# pwd&lt;BR /&gt;/lib&lt;BR /&gt;[root@classi-a /lib]# ls -al libdb*&lt;BR /&gt;-rwxr-xr-x   1 root     root       234176 Jun 17  2000 libdb-2.1.3.so&lt;BR /&gt;lrwxrwxrwx   1 root     root           15 Sep 14  2000 libdb.so.2 -&amp;gt; libdb1-2.1.3.so&lt;BR /&gt;lrwxrwxrwx   1 root     root           14 Sep 14  2000 libdb.so.3 -&amp;gt; libdb-2.1.3.so&lt;BR /&gt;-rwxr-xr-x   1 root     root        51248 Jun 17  2000 libdb1-2.1.3.so&lt;BR /&gt;lrwxrwxrwx   1 root     root           15 Sep 14  2000 libdb1.so.2 -&amp;gt; libdb1-2.1.3.so&lt;BR /&gt;[root@classi-a /lib]# &lt;BR /&gt;&lt;BR /&gt;[root@classi-a /]# rpm2cpio db3-3.1.17-7cl.i386.rpm | cpio -ivd&lt;BR /&gt;rpm2cpio: error in loading shared libraries: libdb-3.1.so: cannot open shared object file: No such file or directory&lt;BR /&gt;cpio: premature end of archive&lt;BR /&gt;&lt;BR /&gt;And now? :( I tried, from another linux box do:&lt;BR /&gt;&lt;BR /&gt;rpm2cpio db3-3.1.17-7cl.i386.rpm &amp;gt; db.cpio&lt;BR /&gt; and send (via ftp) the db.cpio file to my box. There I use:&lt;BR /&gt;&lt;BR /&gt;cpio -ivd db.cpio&lt;BR /&gt; but nothing occured. The prompt didn't 'come up' again. I use ctrl+c to cancel the operation.&lt;BR /&gt;&lt;BR /&gt;PS.: I remember that this problem begins when I installed ldconfig-2.2.3-18cl.i386.rpm, any problem?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Leandro.</description>
    <pubDate>Sat, 22 Sep 2001 16:59:41 GMT</pubDate>
    <dc:creator>Leandro Sales</dc:creator>
    <dc:date>2001-09-22T16:59:41Z</dc:date>
    <item>
      <title>RPM error!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583300#M79183</link>
      <description>Hi...&lt;BR /&gt;  I was using RPM 3.0.4 and I updated to 4.0.2 and install some programs... After, always I run rpm -qa, rpm -ivh and so one, I got the following message:&lt;BR /&gt;&lt;BR /&gt; /usr/lib/rpm/rpmdb: error in loading shared libraries: libdb-3.1.so: cannot open shared object file: No such file or directory&lt;BR /&gt;&lt;BR /&gt;Any clue?&lt;BR /&gt;&lt;BR /&gt;Leandro.</description>
      <pubDate>Sat, 22 Sep 2001 03:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583300#M79183</guid>
      <dc:creator>Leandro Sales</dc:creator>
      <dc:date>2001-09-22T03:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: RPM error!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583301#M79184</link>
      <description>&lt;BR /&gt;file libdb-3.1.so is belong to db-3.1.17 rpm, check on your installed rpm.&lt;BR /&gt;&lt;BR /&gt;maybe it helps,&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Sep 2001 03:56:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583301#M79184</guid>
      <dc:creator>Martono</dc:creator>
      <dc:date>2001-09-22T03:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: RPM error!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583302#M79185</link>
      <description>Ok. I know this, but how can I check the db rpm installation if I can't run rpm?&lt;BR /&gt;&lt;BR /&gt;Leandro.</description>
      <pubDate>Sat, 22 Sep 2001 04:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583302#M79185</guid>
      <dc:creator>Leandro Sales</dc:creator>
      <dc:date>2001-09-22T04:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: RPM error!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583303#M79186</link>
      <description>libdb-3.1.so should be in /lib.  Check if its there and check the permissions...should have execute permissions.  Also if the file exists do a ldconfig -v so that the dynamic linker knows about this library.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Sat, 22 Sep 2001 07:08:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583303#M79186</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-22T07:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: RPM error!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583304#M79187</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;- make sure you are login as root and you have file db-3.1.[version].rpm on / directory&lt;BR /&gt;&lt;BR /&gt;- do this, change file rpm format to cpio format and extract the file &lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;rpm2cpio db-3.1.[version].rpm |cpio -ivd&lt;BR /&gt;ldconfig -v&lt;BR /&gt;&lt;BR /&gt;- then try to execute rpm command again.&lt;BR /&gt;&lt;BR /&gt;hope it helps,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Sep 2001 08:27:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583304#M79187</guid>
      <dc:creator>Martono</dc:creator>
      <dc:date>2001-09-22T08:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: RPM error!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583305#M79188</link>
      <description>[root@classi-a /lib]# pwd&lt;BR /&gt;/lib&lt;BR /&gt;[root@classi-a /lib]# ls -al libdb*&lt;BR /&gt;-rwxr-xr-x   1 root     root       234176 Jun 17  2000 libdb-2.1.3.so&lt;BR /&gt;lrwxrwxrwx   1 root     root           15 Sep 14  2000 libdb.so.2 -&amp;gt; libdb1-2.1.3.so&lt;BR /&gt;lrwxrwxrwx   1 root     root           14 Sep 14  2000 libdb.so.3 -&amp;gt; libdb-2.1.3.so&lt;BR /&gt;-rwxr-xr-x   1 root     root        51248 Jun 17  2000 libdb1-2.1.3.so&lt;BR /&gt;lrwxrwxrwx   1 root     root           15 Sep 14  2000 libdb1.so.2 -&amp;gt; libdb1-2.1.3.so&lt;BR /&gt;[root@classi-a /lib]# &lt;BR /&gt;&lt;BR /&gt;[root@classi-a /]# rpm2cpio db3-3.1.17-7cl.i386.rpm | cpio -ivd&lt;BR /&gt;rpm2cpio: error in loading shared libraries: libdb-3.1.so: cannot open shared object file: No such file or directory&lt;BR /&gt;cpio: premature end of archive&lt;BR /&gt;&lt;BR /&gt;And now? :( I tried, from another linux box do:&lt;BR /&gt;&lt;BR /&gt;rpm2cpio db3-3.1.17-7cl.i386.rpm &amp;gt; db.cpio&lt;BR /&gt; and send (via ftp) the db.cpio file to my box. There I use:&lt;BR /&gt;&lt;BR /&gt;cpio -ivd db.cpio&lt;BR /&gt; but nothing occured. The prompt didn't 'come up' again. I use ctrl+c to cancel the operation.&lt;BR /&gt;&lt;BR /&gt;PS.: I remember that this problem begins when I installed ldconfig-2.2.3-18cl.i386.rpm, any problem?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Leandro.</description>
      <pubDate>Sat, 22 Sep 2001 16:59:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583305#M79188</guid>
      <dc:creator>Leandro Sales</dc:creator>
      <dc:date>2001-09-22T16:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: RPM error!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583306#M79189</link>
      <description>Leandro&lt;BR /&gt;&lt;BR /&gt;I'm afraid I don't have easy acess to my linux box right now, but could you try copying over the library from another linux box and run ldconfig to see that will fix the problem?&lt;BR /&gt;&lt;BR /&gt;I'll check up again once I get to my linux box.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Sat, 22 Sep 2001 23:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583306#M79189</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-22T23:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: RPM error!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583307#M79190</link>
      <description>Leandro,&lt;BR /&gt;&lt;BR /&gt;Your syntax for the cpio command is incorrect, it should be:&lt;BR /&gt;&lt;BR /&gt;cpio -ivd &amp;lt; db.cpio  &lt;BR /&gt;&lt;BR /&gt;Notice the redirect (&amp;lt;) character.  This should extract the necessary file from the cpio archive.  Just move libdb-3.1.so to /lib and make sure it has the following permissions:&lt;BR /&gt;&lt;BR /&gt;-rwxr-xr-x    1 root     root      1564413 Dec 12  2000 /lib/libdb-3.1.so&lt;BR /&gt;&lt;BR /&gt;Then run ldconfig -v.  Finally, just for good measures, I'd try to re-install db-3.1.17 rpm so that any other file that was not copied over originaly is now installed properly.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Sun, 23 Sep 2001 16:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583307#M79190</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-23T16:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: RPM error!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583308#M79191</link>
      <description>:( Ok. But...&lt;BR /&gt;&lt;BR /&gt;# cpio -ivd &amp;lt; db.cpio&lt;BR /&gt;all files was extract propertly.&lt;BR /&gt;&lt;BR /&gt;# rpm -qa&lt;BR /&gt;/usr/lib/rpm/rpmq: error in loading shared libraries: libbz2.so.1: cannot open shared object file: No such file or directory &lt;BR /&gt;&lt;BR /&gt;And now?!&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;Leandro.</description>
      <pubDate>Mon, 24 Sep 2001 13:06:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583308#M79191</guid>
      <dc:creator>Leandro Sales</dc:creator>
      <dc:date>2001-09-24T13:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: RPM error!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583309#M79192</link>
      <description>Okay, that library should be in something like libbzip2_1.  You should be able to extract the lib from this archive similar to above.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Mon, 24 Sep 2001 16:59:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583309#M79192</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-24T16:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: RPM error!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583310#M79193</link>
      <description>Ok. Thanks. All check as soon as I can, because I'm not at work.&lt;BR /&gt;&lt;BR /&gt;Leandro.</description>
      <pubDate>Mon, 24 Sep 2001 19:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-error/m-p/2583310#M79193</guid>
      <dc:creator>Leandro Sales</dc:creator>
      <dc:date>2001-09-24T19:03:59Z</dc:date>
    </item>
  </channel>
</rss>

