Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 1996 10:03:51 -0400 (EDT)
From:      Rashid  Karimov <rashid@rk.ios.com>
To:        chrisl@bbs.justcompute.com (Chris Lavin)
Cc:        questions@FreeBSD.org
Subject:   Re: HELP With apache and Mod_auth_dbm
Message-ID:  <199607081403.KAA08273@rk.ios.com>
In-Reply-To: <199607081307.JAA04215@only.justcompute.com> from "Chris Lavin" at Jul 8, 96 09:05:26 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> Help!
>    	I am trying to compile apache with Mod_auth_dbm and whenever I do I
> get the error message "ld: -lndbm; no Match". So if I xcomment that I out
> I get an error from cc that says "mod_auth_dbm.o: undefinded symbol
> '_crypt' referenced from text segment"

	crypt() needs -lcrypt flag to the compiler/linker
	NDBM could be missing from your system - check for
	I'm not sure if regular DBM could be used as the
	substitute , but db* family of functions lives in 
	regular libc and therefore doesn't require  -lndbm.



	Rashid.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607081403.KAA08273>