[3252] in Release_Engineering
Patch for ld.so on Solaris 2.3
daemon@ATHENA.MIT.EDU (Bill Cattey)
Tue Jun 21 18:01:14 1994
Date: Tue, 21 Jun 1994 18:00:57 -0400 (EDT)
From: Bill Cattey <wdc@MIT.EDU>
To: miki@MIT.EDU, vrt@MIT.EDU, rel-eng@MIT.EDU
In /mit/solarisdev/ld.2.3 is ld.so.1-new.
ld.so.1-new is a file from Patch 101733 which corrects in Solaris 2.3
the re-introduction of the problems we had in Solaris 2.1 with dlopen.
To use it Do following:
copy it to your local machine.
chown bin ld.so.1-new
chgrp other ld.so.1-new
/usr/sbin/static/mv /usr/lib/ld.so.1 /usr/lib/ld.so.1-orig
/usr/sbin/static/mv /usr/lib/ld.so.1-new /usr/lib/ld.so.1
/usr/sbin/static/mv /etc/lib/ld.so.1 /etc/lib/ld.so.1-orig
cp -p /usr/lib/ld.so.1 /etc/lib/ld.so.1
I have copied the README file from patch 101733 into
/mit/solarisdev/2.3patches/101733.readme.
The patch, in its entirety, is , for the time being, also in
/mit/solarisdev/ld.2.3.
Share and enjoy,
-wdc