From owner-freebsd-ports Tue Dec 14 19: 5:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from Genesis.Denninger.Net (209-176-244-82.inil.com [209.176.244.82]) by hub.freebsd.org (Postfix) with ESMTP id 638F314C01 for ; Tue, 14 Dec 1999 19:05:52 -0800 (PST) (envelope-from karl@Genesis.Denninger.Net) Received: (from karl@localhost) by Genesis.Denninger.Net (8.9.3/8.8.2) id VAA22095 for ports@freebsd.org; Tue, 14 Dec 1999 21:05:49 -0600 (CST) Message-ID: <19991214210549.A22088@Denninger.Net> Date: Tue, 14 Dec 1999 21:05:49 -0600 From: Karl Denninger To: ports@freebsd.org Subject: Reply to Kevin Day Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Organization: Karl's Sushi and Packet Smashers X-Die-Spammers: Spammers cheerfully broiled for supper and served with ketchup! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kevin, The Apache+SSL problem you are having devolves down into: Genesis:${PWD##}> cd ..; gcc -funsigned-char -DTARGET=\"httpsd\" -DUSE_EXPAT -I./lib/expat-lite -DAPACHE_SSL helpers/dummy.c -o helpers/dummy -lcrypt -L/usr/local/lib -lcrypto -lssl /usr/local/lib/libcrypto.so: undefined reference to `ERR_load_RSAREF_strings' /usr/local/lib/libcrypto.so: undefined reference to `RSA_PKCS1_RSAref' The Configure program is running a "test compile" which attempts to link using the crypto and ssl libraries. THESE LIBRARIES ARE MISSING TWO EXTERNAL REFERENCES, which is why its blowing up. This is one of the *DEPENDANCIES* for the Apache program - it sound like something has gotten out of sync between Openssl and the Apache version involved. -- -- Karl Denninger (karl@denninger.net) Web: http://childrens-justice.org Isn't it time we started putting KIDS first? See the above URL for a plan to do exactly that! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message