Dec 092017
 
LINUX shared libs and new header files libc.so.4.3.3 updates.

Full Description of File


Linux shared libs 4.3.3 with header files


File LIBC433.ZIP from The Programmer’s Corner in
Category Linux Files
LINUX shared libs and new header files libc.so.4.3.3 updates.
File Name File Size Zip Size Zip Type
FILE_ID.DIZ 43 43 stored
IMAGE433.TAR 1955840 464250 deflated
INCLD433.TAR 614400 121045 deflated
MOUNT 6264 3582 deflated
README.1ST 1490 681 deflated
RELEASE.TXT 2995 1182 deflated

Download File LIBC433.ZIP Here

Contents of the README.1ST file


Linux shared libs 4.3.3 with header files
This archive contains the images for the Linux libc 4.3.3.

Instructions:

1) login as root, read "release.txt". Make SURE that you are
using the latest version of mount ( 0.99.6 ). The enclosed
mount will work and should be placed in /etc and /bin
Make sure to set correct permissions on mount:

chmod 755 mount


2) install image433.tar as follows:

mv image433.tar /tmp
cd /tmp
rm -rf ./lib ./usr
tar xvvof image433.tar
cp -av ./lib ./usr /
cd /lib
ln -sf libc.so.4.3.3 libc.so.4

WARNING: be *very* careful to type the previous line exactly correct!!!
Any typos will cause you a major headache!!! Make sure that
libc.so.4.3.3 actually exists before typing the last command!
Double check your command before you press "return"!!

3) *after* success in step 2, edit /etc/rc by *deleting* the
following line in /etc/rc :

/bin/rdev > /etc/mtab

4) install incld433.tar (the header include files) as follows:

mv incld433.tar /usr
cd /usr
tar xvvof incld433.tar

The header files in incld433.tar are not complete. You have to
install the kernel source for the rest of the header files. Please
install the latest version of the kernel source code (at least
kernel source 0.99.5), then:

cd /usr/include
ln -sf /usr/src/linux/include/asm asm
ln -sf /usr/src/linux/include/linux linux

-----------------------------------------------------------------------


 December 9, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)