Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-23-2006, 04:00 AM
|
#1
|
|
LQ Newbie
Registered: Mar 2006
Posts: 5
Rep:
|
ld-linux.so.2
dear users,
i have done a grave mistake..i had renamed ld-linux.so.2 in the /lib directory in order to check a compiler on my system. i forgot that su requires this file for its own execution. now, i'm unable to rename it back to ld-linux.so.2. does entering single user mode help me with this? am scared to reboot the comp.
any suggestions?
thanks in advance.
kota.
|
|
|
|
06-23-2006, 04:10 AM
|
#2
|
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
entering single user mode would still require the library loader to link the libraries, you did not specify what distro, but if it had a cli installer or a rescue mode you could boot into that, chroot your / partition, and rename it back, or if you have a live cd laying around boot into that mount your partition and rename it
|
|
|
|
06-23-2006, 04:11 AM
|
#3
|
|
LQ Newbie
Registered: Mar 2006
Posts: 5
Original Poster
Rep:
|
ld-linux.so.2 info
dear users..
i would like to know the use of the file ld-linux.so.2
can somebody be patient enough to direct me to some info on this file? as in, how the file works and what it is used for !!
thanks in advance
kota.
|
|
|
|
06-23-2006, 05:24 AM
|
#4
|
|
LQ Newbie
Registered: Oct 2005
Posts: 13
Rep:
|
the file ld-linux.so.2 is normally the dynamic linker, often referred to as dynamic loader. This is usually provided by glibc to find and load shared libraries required by a program to run and then loads it.
This file might also be called ld.so.1 on older systems.
this is a different program than the standard linker ld.
A .so file stands for "shared object" which helps to remember.
if you type ldd program_name, the libraries required by that program will be listed, ld-linux.so.2 will probably be one of them
|
|
|
|
06-26-2006, 07:22 AM
|
#5
|
|
Senior Member
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Rep:
|
I merged your two similar threads together.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:15 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|