If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 RPMs miss info on the libraries provided

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-02-03, 11:53
akaraivanov akaraivanov is offline
Registered User
 
Join Date: Nov 2003
Posts: 42
DB2 RPMs miss info on the libraries provided

Hi All,

I have DB2 8.1.4 running on RedHat AS 2.1 on x86.

My problem is that I have a program packaged as rpm
that is linked to libdb2.so1. So my rpm depends (requires)
libdb2.so.1. This dependency is generated automatically
by rpmbuild. When I try to install my rpm i get a message
saying that libdb2.so.1 is needed by my package (which true).

I checked that libdb2.so.1 is included in IBM_db2cliv81-8.1.0-32
by running rpm -qf /opt/IBM/db2/V8.1/lib/libdb2.so.1

When I check what that package provides

# rpm -q --provides IBM_db2cliv81-8.1.0-32

I get only

IBM_db2cliv81 = 8.1.0-32

Aparently there is no information what libraries are provided by IBM_db2cliv81. Such information is normally generated automatically by default.

I consider that a problem in the way the DB2 rpms are build.
Hopefully IBM can fix that shortly.

-- Alexander

Last edited by akaraivanov; 12-02-03 at 11:59.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On