From owner-freebsd-questions Wed Dec 8 12:10:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pluto.ee.cua.edu (pluto.ee.cua.edu [136.242.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 3A24416267 for ; Wed, 8 Dec 1999 12:00:01 -0800 (PST) (envelope-from zottl@pluto.ee.cua.edu) Received: from localhost (zottl@localhost) by pluto.ee.cua.edu (8.8.7/8.8.7) with SMTP id PAA21469 for ; Wed, 8 Dec 1999 15:00:03 -0500 Date: Wed, 8 Dec 1999 15:00:03 -0500 (EST) From: "Julian A. Zottl" To: freebsd-questions@FreeBSD.ORG Subject: Trouble comiling Apache w/ PHP3... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey all, I'm trying to recompile Apache from the prots collection (www/apache13-php3) and get the following error: making all in crypto/comp... cc -I.. -I../../include -fPIC -DRSAref -DTERMIOS -DL_ENDIAN -O -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c comp_lib.c cc -I.. -I../../include -fPIC -DRSAref -DTERMIOS -DL_ENDIAN -O -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c c_rle.c cc -I.. -I../../include -fPIC -DRSAref -DTERMIOS -DL_ENDIAN -O -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c c_zlib.c ar r ../../libcrypto.a comp_lib.o c_rle.o c_zlib.o /usr/bin/ranlib ../../libcrypto.a + cc -shared -o libcrypto.so.1 -Wl,-S,-soname=libcrypto.so.1 -Wl,--whole-archive libcrypto.a ld: invalid command option `--whole-archive' *** Error code 1 Any ideas? I checked and the previous admin apprently did the RSA install (if I go to ports and tell it to make rsaref, it does nothing :/) Julian Sysadmin & Electrical Engineer, Vitreous State Laboratory zottl@pluto.ee.cua.edu (202)319-5522 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message