You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/01/02 18:45:12 UTC

WWW Form Bug Report: "tries to use -ldbm on FreeBSD" on FreeBSD (fwd)

Don't any of the FreeBSD crew use mod_auth_dbm ?

----- Forwarded message from loverso@osf.org -----

Message-Id: <19...@taz.hyperreal.com>
From: loverso@osf.org
To: apache-bugs%apache.org@organic.com
Date: Thu Jan  2  5:49:04 1997
Subject: WWW Form Bug Report: "tries to use -ldbm on FreeBSD" on FreeBSD

Submitter: loverso@osf.org
Operating system: FreeBSD, version: 2.1.6
Version of Apache Used: 1.2b4
Extra Modules used: dbm_auth_module
URL exhibiting problem: 

Symptoms:
--
If you use dbm_auth_module, then 1.2b4 will fail to link
on FreeBSD becasue there is no -ldbm.  This patch fixes it.



*** 228,239 ****
--- 248,262 ----
        OS='FreeBSD/NETBSD on 486'
        LIBS="$LIBS -lcrypt"
+       DBM_LIB=""
        ;;
      *-freebsd*|*-netbsd*)
        OS='FreeBSD/NetBSD'
        LIBS="$LIBS -lcrypt"
+       DBM_LIB=""
        ;;

--

Backtrace:
--

--

----- End of forwarded message from loverso@osf.org -----

-- 
Rob Hartill.       Internet Movie Database Ltd.    http://www.imdb.com/