[2444] in SIPB_Linux_Development
Re: Releasing Linux-Athena 5.2
daemon@ATHENA.MIT.EDU (Salvatore Valente)
Tue Feb 2 01:18:07 1999
Date: Tue, 2 Feb 1999 01:17:50 -0500
To: amu@MIT.EDU
Cc: linux-dev@MIT.EDU
In-Reply-To: "[2375] in SIPB_Linux_Development"
From: Salvatore Valente <svalente@MIT.EDU>
Aaron wrote:
Because Red Hat didn't explicitly link all appropriate libraries
against libc6, we'll also want to replace /sbin/ldconfig with version
1.9.9 and edit /etc/ld.so.conf to indicate directory types...
Is this type of stuff documented somewhere? What do we gain by
changing the version of ldconfig? Should some of this stuff be
reported to RedHat?
If you hadn't mentioned the ldconfig/ld.so.conf stuff, I'd just build
the athena-libc5 package as follows:
%files
/usr/lib/terminfo
/usr/lib/zoneinfo
/usr/i486-linux-libc5/lib/libdb.so.2.0.0
/usr/i486-linux-libc5/lib/libgdbm.so.2.0.0
/usr/i486-linux-libc5/lib/libjpeg.so.6.0.1
/usr/i486-linux-libc5/lib/libtiff.so.3.4.28
/usr/i486-linux-libc5/lib/libz.so.1.0.4
%post
/sbin/ldconfig
What would go wrong with that approach?
Sal.