home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!uwm.edu!ogicse!news.u.washington.edu!serval!hlu
- From: hlu@eecs.wsu.edu (H.J. Lu)
- Newsgroups: comp.os.linux
- Subject: Re: Gcc 2.3.3 help
- Keywords: Eek
- Message-ID: <1993Jan3.231223.3450@serval.net.wsu.edu>
- Date: 3 Jan 93 23:12:23 GMT
- Article-I.D.: serval.1993Jan3.231223.3450
- References: <daum.726098715@ee.ualberta.ca>
- Sender: news@serval.net.wsu.edu (USENET News System)
- Organization: School of EECS, Washington State University
- Lines: 43
-
- In article <daum.726098715@ee.ualberta.ca>, daum@ee.ualberta.ca (Tanya Louise Daum) writes:
- |> Okay, I downloaded all the gcc 2.3.3 upgrade stuff out of tsx-11
- |> /pub/linux/GCC and untarred and put it all in the right directories.
- |>
- |> But when I go to type "gcc" it says "gcc: can't load library
- |> '/lib/libc.so.4' Incompatible version
- |>
- |> My libc.so.4 is linked to libc.so.4.2 ( -rwxr-xr-x 1 427 242
- ^^^
- Only one link
-
- |> 607236 Dec 30 04:22 libc.so.4.2) and ( -r-xr-xr-x 2 root system
- ^^^
- It has two links,
- But not 4.2.
-
- |> 607236 Dec 30 20:00 libc.so.4)
- |>
- |> can anybody help me?
- |>
- |>
- |> --
- |> "And men are men who till the land, and women are women who weave, fifty men
- |> own the lemon grove, and no man is a slave." -- Herbert Read
- |>
- |> Comrade @ LambdaMOO (telnet lambda.parc.xerox.com 8888) daum@bode.ualberta.ca
-
-
- Boot from bootable root disk and then mount your root partition. After
- that, do
-
- cd /mnt/lib
- rm libc.so.4
- ln -sf libc.so.4.2 libc.so.4
-
- Or try
-
- cd /lib
- ln -sf libc.so.4.2 libc.so.4
-
- I prefer symbolic link for shared images.
-
- H.J.
-