Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7999 - adns doesn't have the libadns.so link
Summary: adns doesn't have the libadns.so link
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-16 15:04 UTC by Andrei Ivanov
Modified: 2003-02-04 19:42 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 Andrei Ivanov 2002-09-16 15:04:44 UTC
-rw-r--r--    1 root     root        92680 Sep 16 12:01 /usr/lib/libadns.a
lrwxrwxrwx    1 root     root           14 Sep 16 12:01 /usr/lib/libadns.so.1 -
> libadns.so.1.0
-rwxr-xr-x    1 root     root        83572 Sep 16 12:01 /usr/lib/libadns.so.1.0

I had to do a manual link: ln -s /usr/lib/libadns.so.1.0 /usr/lib/libadns.so
Comment 1 Nick Hadaway 2002-12-13 00:06:03 UTC
I have updated the adns ebuild to add a symlink fix.
/usr/lib/libadns.so -> /usr/lib/libadns.so.1
/usr/lib/libadns.so.1 -> /usr/lib/libadns.so.1.0