Bug 28992 - xemacs: error while loading shared libraries
Summary: xemacs: error while loading shared libraries
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: xemacs
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-02-23 10:45 UTC by Adrian Reber
Modified: 2007-04-18 16:31 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-02-23 21:08:48 UTC
Embargoed:


Attachments (Terms of Use)

Description Adrian Reber 2001-02-23 10:45:01 UTC
links to libkrb4.so.2 (etc.) are missing 

ldd /usr/bin/xemacs

libkrb4.so.2 => not found
libdes425.so.3 => not found
libkrb5.so.3 => not found
libk5crypto.so.3 => not found
libcom_err.so.3 => not found


rpm -qa | grep krb
krb5-libs-1.2.1-21
krb5-devel-1.2.1-21

/usr/kerberos/lib> ls -la libkrb*
-rw-r--r--    1 root     root       128578 Feb  9 01:16 libkrb4.a
lrwxrwxrwx    1 root     root           14 Feb 22 15:14 libkrb4.so ->
libkrb4.so.2.0
-rwxr-xr-x    1 root     root        74694 Feb  9 01:16 libkrb4.so.2.0
-rw-r--r--    1 root     root        13970 Feb  9 01:16 libkrb524.a
-rw-r--r--    1 root     root       650140 Feb  9 01:16 libkrb5.a
lrwxrwxrwx    1 root     root           14 Feb 22 15:14 libkrb5.so ->
libkrb5.so.3.0
-rwxr-xr-x    1 root     root       397969 Feb  9 01:16 libkrb5.so.3.0

Comment 1 Trond Eivind Glomsrxd 2001-02-23 21:08:44 UTC
Fresh install? Upgrade? What does your /etc/ld.so.conf look like?

Comment 2 Adrian Reber 2001-02-23 21:25:16 UTC
works now

"#/usr/kerberos/lib" was in ld.so.conf. after removal of "#" it works. I don't 
know where the "#" came from, but probably my fault.




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