linux,faqs,howtos,man,forum,squid,mount,ntfs,bandwidth,gnu,opensource,directory
 
Home | Forum | MAN Pages | Tutorials | Directory | HOWTOs | About Me | Contact
You are Browsing Linux HOWTOS
 
FAQS
- Advanced Routing & Traffic Control
- General FAQ
- Squid Proxy Server
- Sendmail
- Fetchmail
- Postfix
- Connecting Mobile Phone
- Paging from Linux
- Standard Commands
- Some common terms
Linux HOWTOs
- Single List of HOWTOs
- Accessibility-Dev-HOWTO
- Cable-Modem
- Compaq-T1500-HOWTO
- Emacs Beginner HOWTO
- ISP Setup RedHat HOWTO
- Glibc Install HOWTO
- - IO-Port-Programming
- LDAP-HOWTO
- Loopback-Root-FS
- NET3-4-HOWTO
- Parallel-Processing-HOWTO
- Querying-libiptc-HOWTO
- Samba-Authenticated-Gateway-HOWTO
- SMB-HOWTO
- Sybase-PHP-Apache
- User-Authentication-HOWTO
- Visual-Bell
- Windows-Newsreaders-under-Linux-HOWTO
- XFree86-XInside

- ADSL Bandwidth Management
- Compile Apache
- Make a Bootdisk
- Linux-Windows9x-Grub
- Linux-Windows
- Linux Crash Recovery
- Optimise Squid
- Block websites in Squid
- Broadcast webcam in linux
- Compile RedHat Linux kernel
- Implement Firewall Security
- Increase Harddrive Performance
- Mount NTFS filesystem
- Patch / rebuild SRPM
- Secure Linux
- Set up a DHCP Server
- Set up an FTP server
- Set up Linux as a Router
- Use Cron
- Samba
Miscellaneous
- All Ports
- Spammers fetch email addresses
- Mounting NTFS in linux
- Linux Gazette
- Linux Directory
- Linux Man

linux,man,pages,linux man pages,squid,ntfs,mount
 

4.1. Obtaining and compiling the source

There are several versions of glibc available, but not in all cases are new versions really better than the old ones. The best thing you can do to find out which works and which ones you should not use is to check out the different forums on the Internet. If you have someone to ask, talk to him about the topic. Maybe he already has installed the new version and might be able to tell you that version x.y.z is a PITA, but version a.b.c works really well!

I decided to install glibc-2.2.4, as I was told it works well, but it is your decision which one to choose.

Ok, now let's go to work:

  1. Get the source from ftp.gnu.org/gnu/glibc/; as I said, I used version 2.2.4.

  2. Unpack the source:
    tar -xzvf glibc-2.2.4.tar.gz

  3. In addition, you will need a package called "linuxthreads," found in the linuxthreads directory on ftp.gnu.org. The file is called:
    glibc-linuxthreads-2.2.4.tar.gz
    Make sure you get the version that corresponds to your glibc source tree.

  4. Copy the linuxthreads package to your glibc source directory:
    cp glibc-linuxthreads-2.2.4.tar.gz glibc-2.2.4

  5. Change to the glibc directory:
    cd glibc-2.2.4

  6. Unpack linuxthreads:
    tar xzvf linux-threads-2.2.4.tar.gz

  7. Configure the package:
    ./configure --enable-add-ons=linuxthreads
    This will configure the package in such a way that the linuxthreads are included in the compile; this is necessary for compliance with other Linux systems. For example, programs you compile will probably not run on another machine if you forget to include this package.

  8. Afterwards, start the compilation of glibc:
    make
    This may take some time (about half an hour on my Duron XP, running with 1.5 GHz).

Now that the library is compiled, everything is ready for the installation, but things are not as easy this time.

 
Random Linux Commands
Root
In Linux root has two meanings:
When logged in as root, you are the system administrator having access to all files on the system and being responsible for creating users, installing programs and other administrative chores.
Root also stands for the root directory is ( / ), which is where the main system directories like /usr and /etc are located.

Common Linux terms
Linux-FAQs Search
linux,faqs,howto,howtos,man,manpages,directory,forum


Linux-FAQs Forum Categories
- About Forum
- Hardware Troubleshooting in Linux
- Linux Entertainment
- Resources
- Software toubleshooting and configuration
Linux-FAQs Man Pages
- About Forum
- Hardware Troubleshooting in Linux
- Linux Entertainment
- Resources
- Software toubleshooting and configuration
All Linux-FAQs Forums
- Crash Recovery
- FAQs
- Forum Talk
- Games
- General
- Linux Audio Support
- Linux Hardware / Driver
- Linux Installation Support
- Linux misc.
- Linux Networking
- Linux Newbies
- Linux Printing Support
- Linux Security
- Linux Video Support
- Mail Server
- Multimedia
- Tutorials
- Web Proxy Server
- Web Server

linux,man,man pages,faqs,howtos,forum
 
Powered by HTML
Linux-faqs.com Copyright, All rights reserved www.linux-faqs.com. Peeyush Maurya.