Bug 203560

Summary: removing slang-devel breaks slang
Product: [Fedora] Fedora Reporter: Curtis Doty <curtis>
Component: slangAssignee: Miroslav Lichvar <mlichvar>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-30 07:14:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.