From owner-freebsd-questions Sat Dec 2 13: 1: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from darius.concentric.net (darius.concentric.net [207.155.198.79]) by hub.freebsd.org (Postfix) with ESMTP id C6B5537B400 for ; Sat, 2 Dec 2000 13:01:04 -0800 (PST) Received: from newman.concentric.net (newman.concentric.net [207.155.198.71]) by darius.concentric.net (8.9.1a/(98/12/15 5.12)) id QAA24555; Sat, 2 Dec 2000 16:01:04 -0500 (EST) [1-800-745-2747 The Concentric Network] Received: from chaotica.pair.com (is.evil.bitchinside.com [208.37.244.48]) by newman.concentric.net (8.9.1a) id QAA23592; Sat, 2 Dec 2000 16:01:03 -0500 (EST) Message-Id: <5.0.0.25.2.20001202155929.02f1e0f0@209.68.1.241> X-Sender: krismach@209.68.1.241 X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Sat, 02 Dec 2000 16:01:00 -0500 To: freebsd-questions@FreeBSD.ORG From: Krzysztof von Mach Subject: Problems compiling anything on 4.2-release Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have upgraded from 4.2-rc1 to 4.2-release using a 4.2-release cd, everything worked fine until I added compatibility for 2.2.x, 3.0, and 3.x binaries. Now when I try to compile anything I get these errors: compiling mysql: ranlib .libs/libmysqlclient.a Bus error - core dumped *** Error code 138 compiling apache: ar cr libos.a os.o os-inline.o ranlib libos.a *** Signal 10 if I execute ranlib I get this: # ranlib Usage: /usr/libexec/elf/ranlib [-vV] archive /usr/libexec/elf/ranlib: supported targets: elf32-i386 srec symbolsrec tekhex binary ihex so what I gather is that it's trying to make an aout binary on my elf system? How would I go about fixing this with out fresh reinstall? I also have this: # cat /etc/objformat OBJFORMAT=elf and everything that was compiled before is working just fine, as well as any ports packages I install. But I have to do custom config on php and apache, can't use the port package. Any help would be greatly appreciated. Thanks! __ Kris. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message