[svlug] libc questions

Dave Zarzycki dave at zarzycki.ml.org
Sun Nov 22 00:16:15 PST 1998


On Sat, 21 Nov 1998, Dave Zarzycki wrote:

Whoops, I messed up the directions after reading my message come back from
the list. It's basically simple errors, but errors none the least.

Let me try again:

# If I remember correctly, linuxthreads and crypt aren't released with
# newer version numbers if no changes have been made, so there might not
# be a 2.0.103 of either, or there may be. In any case, just un-tar the
# latest version of each respectively.

cd /some/dir
tar xzvf /some/other/dir/glibc-2.0.103.tar.gz
cd glibc-2.0.103
tar xzvf /some/other/dir/glibc-linuxthreads-2.0.103.tar.gz
tar xzvf /some/other/dir/glibc-crypt-2.0.103.tar.gz
mkdir mybuilddir
cd mybuilddir
../configure --prefix=/usr --enable-add-ons=yes
make
make install

# end instructions, YMMV.

davez


--
echo "unsubscribe svlug" | mail majordomo at svlug.org
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ to unsubscribe
see http://www.svlug.org/mdstuff/lists.shtml for posting guidelines.



More information about the svlug mailing list