- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: rpm install compat-db
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 12:22 PM
06-23-2005 12:22 PM
our IC application need libdb.so.3 but not there, I found I need to install compat-db package.
However, I got the follow problem.
rpm -ivh compat-db-3.3.11-2.i386.rpm
warning: compat-db-3.3.11-2.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
error: Failed dependencies:
libtcl.so.0 is needed by compat-db-3.3.11-2
# rpm -qf libtcl.so.0
error: file libtcl.so.0: No such file or directory
# rpm -q tcl
tcl-8.3.5-92
tcl-8.3.5-92 should provide libtcl.so.0 but not.
Thanks for the help on resolving this conflict.
Jane
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 12:25 PM
06-23-2005 12:25 PM
Re: rpm install compat-db
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 03:44 PM
06-23-2005 03:44 PM
Re: rpm install compat-db
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 10:47 PM
06-23-2005 10:47 PM
Re: rpm install compat-db
You may run this command
#rpm -ivh --aid compat-db-3.3.11-2
will help to check and install dependencies as well
Thanks
LeongKO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 07:01 AM
06-24-2005 07:01 AM
Re: rpm install compat-db
Thanks for the reply.
Yes, we are using redhat Enterprise WS 3.
I have made a soft link in /usr/lib
ln -s libtcl8.3.so libtcl.so.0
and still have the same problem.
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).
Thanks,
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 10:27 PM
06-24-2005 10:27 PM
Solution'rpm -ivh compat-db-xxx --nodpes'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 02:28 PM
07-12-2005 02:28 PM
Re: rpm install compat-db
Jane