Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-09-2002, 06:59 PM
|
#1
|
LQ Newbie
Registered: Jun 2002
Posts: 10
Rep:
|
Huge problem: Slackware 8.1, the file 'crt1.o' is totally missing
The file "crt1.o" is not installed by Slackware 8.1.
I downloaded the latest 8.1 ISO, performed a full install, and this file is missing.
I re-downloaded another 8.1 ISO image from a different mirror, performed a full install, and this file is missing.
Without crt1.o, it is impossible to compile and build any executables.
I am completely flabergasted as to how it is possible that nobody else on the planet Earth has noticed this humongous problem.
|
|
|
07-09-2002, 07:16 PM
|
#3
|
LQ Newbie
Registered: Jun 2002
Posts: 10
Original Poster
Rep:
|
Code:
root@slack81:~# find / -name 'crt1.o' -print
Nada.
|
|
|
07-09-2002, 07:28 PM
|
#4
|
Member
Registered: Jun 2002
Location: Bailey, CO
Distribution: Slackware
Posts: 483
Rep:
|
Next guestion, in which disk set would you expect to find it?
|
|
|
07-09-2002, 07:30 PM
|
#5
|
LQ Newbie
Registered: Jun 2002
Posts: 10
Original Poster
Rep:
|
I'm not sure, but my best guess would be D--the Development disk set.
/edit: But, I would definately expect, in a default "full" install, that this would be included.
Last edited by fern; 07-09-2002 at 07:38 PM.
|
|
|
07-09-2002, 07:45 PM
|
#6
|
Member
Registered: Jun 2002
Location: Bailey, CO
Distribution: Slackware
Posts: 483
Rep:
|
Close but no cigar (wait are you old enought to smoke).
As Aussie stated in this posting of your it is part of glibc :
http://www.linuxquestions.org/questi...ghlight=crt1.o
Now the guestion how do you find which disk set glibc and "crt1.o" is part
On you ISO CD located the file : FILE_LIST
grep glibc FILE_LIST
Then download the disk set listed. Or if that still to tough for you, post the output from grep and I'll tell you which disk set.
|
|
|
07-09-2002, 07:51 PM
|
#7
|
LQ Newbie
Registered: Jun 2002
Posts: 10
Original Poster
Rep:
|
I do have glibc installed. Like I said, I chose a "full" install.
|
|
|
07-09-2002, 07:57 PM
|
#8
|
Member
Registered: Jun 2002
Location: Bailey, CO
Distribution: Slackware
Posts: 483
Rep:
|
Dude ---
Work with me OK, Do the command exactly as given OK.
The file belongs in glibc, OK. If it isn't there is isn't there OK.
If it isn't there then you need to downlaod the "disk set"
that glbic is part of OK.
Trust me I wouldn't give you these instruction if I didn't already know the answer.
But I am expecting you to put a little effort in to it, I not
going to "spoon feed" the answers
Now get to it
|
|
|
07-10-2002, 05:48 PM
|
#9
|
LQ Newbie
Registered: Jun 2002
Posts: 10
Original Poster
Rep:
|
Hi pickledbeans,
I appreciate your help, but not your condescension.
Code:
[root@space cdrom]$ grep glibc /mnt/cdrom/slackware/FILE_LIST
-rw-r--r-- 1 root root 1304561 May 17 21:15 ./a/glibc-solibs-2.2.5-i386-2.tgz
-rw-r--r-- 1 root root 323 May 17 21:15 ./a/glibc-solibs-2.2.5-i386-2.txt
-rw-r--r-- 1 root root 236088 May 17 21:15 ./a/glibc-zoneinfo-2.2.5-i386-2.tgz
-rw-r--r-- 1 root root 503 May 17 21:15 ./a/glibc-zoneinfo-2.2.5-i386-2.txt
-rw-r--r-- 1 root root 24251901 May 17 21:15 ./l/glibc-2.2.5-i386-2.tgz
-rw-r--r-- 1 root root 489 May 17 21:15 ./l/glibc-2.2.5-i386-2.txt
-rw-r--r-- 1 root root 6146385 Apr 30 17:01 ./l/glibc-i18n-2.2.5-i386-1.tgz
-rw-r--r-- 1 root root 333 Apr 30 17:01 ./l/glibc-i18n-2.2.5-i386-1.txt
|
|
|
07-10-2002, 10:13 PM
|
#10
|
Member
Registered: Jun 2002
Location: Bailey, CO
Distribution: Slackware
Posts: 483
Rep:
|
Quote:
Originally posted by fern
Hi pickledbeans,
I appreciate your help, but not your condescension.
[/code]
|
Fern --
I've got a guestion for YOU to ask YOURSELF.
What does the fact that I had to ask you to three (3) times
to perform the same set of instructions, before you did it, say about you as a person and a perspective employee?
So that being said, where are you, what have you done?
|
|
|
07-10-2002, 10:35 PM
|
#11
|
Member
Registered: Jun 2002
Location: Bailey, CO
Distribution: Slackware
Posts: 483
Rep:
|
|
|
|
07-11-2002, 12:15 PM
|
#12
|
LQ Newbie
Registered: Jun 2002
Posts: 10
Original Poster
Rep:
|
Quote:
Fern --
I've got a guestion for YOU to ask YOURSELF.
What does the fact that I had to ask you to three (3) times
to perform the same set of instructions, before you did it, say about you as a person and a perspective employee?
|
pickledbeans, you really are a first rate jerk. Thanks a lot for your help, I figured out the rest of it on my own.
Although, it's amazing to me that a default "full" install would not include glibc...
Oh, and by the way, that would be "prospective employee", not "perspective". Cheers.
|
|
|
All times are GMT -5. The time now is 01:36 AM.
|
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
|
|