Date: Tue, 13 Jul 1999 14:07:06 -0400 (EDT) From: Patrick Gardella <patrick@cre8tivegroup.com> To: freebsd-stable@freebsd.org Subject: ld.so failed: bad magic number in "/usr/lib/libc.so.3" Message-ID: <XFMail.990713140706.patrick@cre8tivegroup.com>
next in thread | raw e-mail | index | archive | help
I cvsupped and made world this morning (7/13/99). Everything went fine. But when I went to run Netscape 4.5.1 after rebooting I got: /usr/libexec/ld.so: warning: /usr/X11R6/lib/libXt.so.6: minor version -1 older than expected 0, using it anyway ld.so failed: bad magic number in "/usr/X11R6/lib/libXt.so.6" So I decided to try to install Netscape 4.6.1 instead. Now I get: gateway# make install ===> Installing for netscape-navigator-4.61 ===> netscape-navigator-4.61 depends on shared library: X11.6 - found /usr/libexec/ld.so: warning: /usr/lib/libc.so.3: minor version -1 older than expected 0, using it anyway ld.so failed: bad magic number in "/usr/lib/libc.so.3" *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I do have libc.so.3 installed: gateway# ldconfig -aout -r | grep libc.so 16:-lc.3.1 => /usr/lib/compat/aout/libc.so.3.1 gateway# ldconfig -elf -r | grep libc.so 13:-lc.3 => /usr/lib/libc.so.3 Has something been broken that I'm not aware of? I've been tracking -STABLE for months now, and the last 3.2 build I did was two weeks ago. Everything worked fine after that one. And as far as I can tell, Netscape is the only thing giving me trouble. To be on the safe side, I'm recompiling XFree86 with the new system and including the aout libraries. --- Patrick S. Gardella Director of Web Development The Creative Group 1-800-804-0783 ext 29 606-858-8029 (fax) http://www.cre8tivegroup.com PGP Key ID 0xEE2D47A9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.990713140706.patrick>