Date: Sat, 02 Dec 2000 16:01:00 -0500 From: Krzysztof von Mach <krismach@pair.com> To: freebsd-questions@FreeBSD.ORG Subject: Problems compiling anything on 4.2-release Message-ID: <5.0.0.25.2.20001202155929.02f1e0f0@209.68.1.241>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.0.0.25.2.20001202155929.02f1e0f0>