Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197536 - expat does not create libexpat.so.0 symlink
Summary: expat does not create libexpat.so.0 symlink
Status: RESOLVED DUPLICATE of bug 128069
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-30 16:32 UTC by Nathan
Modified: 2007-10-30 20:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan 2007-10-30 16:32:17 UTC
While emerging net-tools it complained that it could not find libexpat.so.0.  I double checked to ensure that I had installed expat and noticed that it did not create a libexpat.so.0 symlink.
Once this symlink was created net-tools compiled fine.  So the bug is either a symlink not being created or net-tools not calling on the right shared lib.

Reproducible: Didn't try

Steps to Reproduce:
1. Install new system
2. run emerge --update world
3. watch it complain on net-tools build

Actual Results:  
This was a new box I was setting up and it didn't complain on the other machine I have running.  However I haven't swapped the hard drives to determine if it's having issues with net-tools


making a symlink from /usr/lib/libexpat.<version> to libexpat.so.0 fixed the problem and net-tools compiled fine.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-10-30 20:56:16 UTC
Run revdep-rebuild.

*** This bug has been marked as a duplicate of bug 128069 ***