Bug 203560 - removing slang-devel breaks slang
Summary: removing slang-devel breaks slang
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: slang
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Miroslav Lichvar
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-22 14:07 UTC by Curtis Doty
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-30 07:14:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Curtis Doty 2006-08-22 14:07:05 UTC
Does the slang-devel package need ldconfig in %post? Removing it breaks anything
that depends on non-devel slang until I ldconfig manually.

How reproducible:

/usr/lib# ls -oh libslang* 
-rw-r--r-- 1 root 929K Feb 12  2006 libslang.a
lrwxrwxrwx 1 root   17 Aug 22 07:07 libslang.so -> libslang.so.2.0.5
lrwxrwxrwx 1 root   17 Aug 22 07:07 libslang.so.2 -> libslang.so.2.0.5
-rwxr-xr-x 1 root 704K Feb 12  2006 libslang.so.2.0.5
lrwxrwxrwx 1 root   10 Aug 22 07:07 libslang-utf8.a -> libslang.a
lrwxrwxrwx 1 root   17 Aug 22 07:07 libslang-utf8.so -> libslang.so.2.0.5
/usr/lib# rpm -e slang-devel
/usr/lib# ls -oh libslang*   
-rwxr-xr-x 1 root 704K Feb 12  2006 libslang.so.2.0.5
/usr/lib# mc  
/usr/bin/mc: error while loading shared libraries: libslang.so.2: cannot open
shared object file: No such file or directory
/usr/lib# ldconfig 
/usr/lib# mc

Finally, it works again.

Comment 1 Miroslav Lichvar 2006-08-22 14:58:43 UTC
Problem is that the devel package owns the /usr/lib/libslang.so.2 link. I will
put a fixed package in updates, probably based on slang-2.0.6.

Comment 2 Fedora Update System 2006-08-23 14:53:25 UTC
slang-2.0.6-1.fc5 has been pushed for fc5, which should resolve this issue.  If these problems are still present in this version, then please make note of it in this bug report.

Comment 3 Fedora Update System 2006-08-29 20:45:34 UTC
slang-2.0.6-1.fc5 has been pushed for fc5, which should resolve this issue.  If these problems are still present in this version, then please make note of it in this bug report.

Comment 4 Curtis Doty 2006-08-29 22:45:29 UTC
Verified resolved.


Note You need to log in before you can comment on or make changes to this bug.