Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
relocation error after applying patch

relocation error after applying patch

2003-02-14       - By Nalin Dahyabhai

 Back
Reply:     1     2  

On Wed, Feb 12, 2003 at 10:22:49AM +0800, S.T. Wong wrote:
> I installed the latest security patch for openldap [RHSA-2003 (See http://HSA-2003.ora-code.com):040-10].  One of
> the software we're using failed to start with error :
>
> relocation error: /opt/dcelocal/lib/libdce.so.1.0.1: Undefined symbol: fstat
>
> The shared library in trouble depends on /usr/lib/libldap.so.2 and
> /usr/lib/liblber.so.2.  I've to revoke to previous patch level to fix the
> problem.  
>
> I suppose the updated shared libraries in patches are backward compatible, and
> shouldn't crash current applications.  Would anyon please advise?

They should be identical from a binary interface perspective, and from
what I can tell, neither the original version included with 7.1 nor the
current erratum supply this symbol.  Both versions also link to the same
set of libraries, so I don't see how changing libldap would have caused
this to fail.

If you run "ldd /opt/dcelocal/lib/libdce.so.1.0.1" (or better still, the
application) and one of the listed libraries is libkrb5, then that would
explain it, as we had a problem with an older erratum that produced
exactly this symptom.  It was corrected in a subsequent erratum, though.

HTH,

Nalin