From owner-freebsd-questions Mon May 24 9:38: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from texorami.ghostwheel.com (texorami.ghostwheel.com [207.201.56.160]) by hub.freebsd.org (Postfix) with ESMTP id 5A88314E41 for ; Mon, 24 May 1999 09:38:03 -0700 (PDT) (envelope-from fbsd-que@ghostwheel.com) Received: from avalon (avalon.ghostwheel.com [207.201.56.88]) by texorami.ghostwheel.com (8.9.3/8.9.3) with SMTP id JAA23438 for ; Mon, 24 May 1999 09:37:59 -0700 (PDT) (envelope-from fbsd-que@ghostwheel.com) Message-Id: <4.1.19990524093707.009a0220@pop.ghostwheel.com> X-Sender: fbsd-que@pop.ghostwheel.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 24 May 1999 09:38:00 -0700 To: freebsd-questions@freebsd.org From: Chris Knight Subject: The apache13-ssl port appears to be broken. Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I attempted to make the apache13-ssl port today and encountered some problems. I would appreciate any assistance in making this work. My system was build against the 99/05/23 STABLE tree, and all requirements for this port were built off the 99/05/23 PORTS tree as well. There were not problems making and installing rsaref-2.0 and openssl-0.9.2b, but here is where the compile of apache13-ssl broke: <=== src/modules/ssl <=== src/modules cc -c -I./os/unix -I./include -I/usr/local/include -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `./apaci` modules.c cc -c -I./os/unix -I./include -I/usr/local/include -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `./apaci` buildmark.c cc -funsigned-char -DTARGET=\"httpsd\" -DAPACHE_SSL -O -pipe `./apaci` -L/usr/local/lib -lRSAglue -lrsaref -Wl,-E -o httpsd buildmark.o modules.o modules/standard/libstandard.a modules/ssl/libssl.a main/libmain.a ./os/unix/libos.a ap/libap.a -lcrypt -L/usr/local/lib -lssl -lcrypto /usr/local/lib/libcrypto.a(rsa_lib.o): In function `RSA_new_method': rsa_lib.o(.text+0x2e): undefined reference to `RSA_PKCS1_RSAref' /usr/local/lib/libcrypto.a(err_all.o): In function `ERR_load_crypto_strings': err_all.o(.text+0x30): undefined reference to `ERR_load_RSAREF_strings' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Any help appreciated! -ck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message