Date: Fri, 9 Aug 1996 11:30:23 -0700 From: "Neil C. Jensen" <njensen@salsa.habaneros.com> To: "freebsd-isp@freebsd.org" <freebsd-isp@freebsd.org>, "'Richard Gresek'" <rg@plusnet.de> Subject: RE: apache compilation Message-ID: <01BB85E6.28CCBFE0@jalapeno.habaneros.com>
next in thread | raw e-mail | index | archive | help
Did you remember to uncomment the appropriate lines in the Configuration (in the src dir) file for *BSD? They are: # For NetBSD/FreeBSD/BSDI 2.x # -m486 only if you are running on Intel 486/586 AUX_CFLAGS= -m486 # BSDI doesn't need -lcrypt AUX_LIBS= -lcrypt This should work. Cheers, Neil Jensen Habanero Studios Ltd. Vancouver, Canada ---------- From: Richard Gresek[SMTP:rg@plusnet.de] Sent: Friday, August 09, 1996 12:28 PM To: freebsd-isp@freebsd.org Subject: apache compilation I am trying to compile apache_1.1.1 and get the following error msg.: mod_auth.o: Undefined symbol `_crypt' referenced from text segment When I comment out the authentication module the compilation and linking finish successfully. I don t want to use the pre-compiled binaries, as I d like to link PHP-module into the httpd. I suppose that I miss some library on my machine. Which is it? Where to get? Richard Gresek +-------------------------------------------------------------------+ : Plus.Net Internet PoP fuer : Oppenheimer Landstr. 55 Frankfurt & Westerwald : 60596 Frankfurt : Tel.: +49 69 61991275 http://www.plusnet.de : Fax : +49 69 610238 +-------------------------------------------------------------------+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01BB85E6.28CCBFE0>