From owner-freebsd-questions Sat Jul 17 14:19:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hoopy.condo.chico.ca.us (condo-isdn.dip.CSUChico.EDU [132.241.65.13]) by hub.freebsd.org (Postfix) with ESMTP id EAE1614BD2 for ; Sat, 17 Jul 1999 14:19:00 -0700 (PDT) (envelope-from fred@hoopy.condo.chico.ca.us) Received: from hoopy.condo.chico.ca.us (localhost [127.0.0.1]) by hoopy.condo.chico.ca.us (8.9.3/8.9.3) with ESMTP id OAA32057 for ; Sat, 17 Jul 1999 14:18:39 -0700 (PDT) (envelope-from fred@hoopy.condo.chico.ca.us) Message-Id: <199907172118.OAA32057@hoopy.condo.chico.ca.us> Date: Sat, 17 Jul 1999 14:18:37 -0700 (PDT) From: Fred Condo Reply-To: fred@condo.chico.ca.us Subject: [Ports] stunnel compilation failure To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When compiling stunnel from the ports (or even when compiling it from its native distribution), I get the following undefined reference in the crypto library: cc -o stunnel stunnel.o ssl.o protocol.o sthreads.o log.o -lRSAglue -lrsaref -lwrap -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 I would like to hear from anyone who has gotten this to work. I have seen the problem under 3.2-STABLE and 3.1-RELEASE (both with the update package installed). I've already tried reinstalling the ports on which this port depends. Thanks. -- Fred Condo + fcondo@csuchico.edu + http://webclass.csuchico.edu/ fredcondo@acm.org + fred@condo.chico.ca.us To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message