You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2006/12/13 06:39:48 UTC

Re: [users@httpd] make error --with-dbm=gdbm, version 2.0.59

dev@apr.apache.org is the list you want.  Forwarding this there.

K. Clair <kc...@gmail.com> wrote:
> Hi,
> 
> I'm trying to upgrade apache from 2.0.55 to 2.0.59.  We have a
> standard configure line that we have been using for the entire 2.0.x
> release of apache:
> 
> ./configure --enable-maintainer-mode --enable-proxy
> --disable-proxy-connect --disable-proxy-ftp --enable-mods-shared=all
> --with-dbm=gdbm --without-berkeley-db --enable-module-so --enable-ssl
> --enable-suexec --with-suexec-docroot=/home/XXXhidden
> --with-suexec-userdir=. --with-suexec-uidmin=100
> --with-suexec-gidmin=100 --with-suexec-safepath="/bin:/usr/bin"
> --with-suexec-caller=www
> 
> This has compiled with no problem for every apache version up until
> 2.0.59.  The make error I am now seeing is (I included the line just
> before the error in case it is relevant):
> /home/sys/src/httpd-2.0.59/srclib/apr/libtool --silent --mode=link gcc
> -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes
> -Wmissing-declarations -pthread    -DLINUX=2 -D_REENTRANT
> -D_GNU_SOURCE -DAP_DEBUG -DAP_HAVE_DESIGNATED_INITIALIZER
> -I/home/sys/src/httpd-2.0.59/srclib/apr/include
> -I/home/sys/src/httpd-2.0.59/srclib/apr-util/include -I.
> -I/home/sys/src/httpd-2.0.59/os/unix
> -I/home/sys/src/httpd-2.0.59/server/mpm/prefork
> -I/home/sys/src/httpd-2.0.59/modules/http
> -I/home/sys/src/httpd-2.0.59/modules/filters
> -I/home/sys/src/httpd-2.0.59/modules/proxy
> -I/home/sys/src/httpd-2.0.59/include
> -I/home/sys/src/httpd-2.0.59/modules/generators
> -I/home/sys/src/httpd-2.0.59/server -I/usr/include/openssl
> -I/usr/kerberos/include -I/home/sys/src/httpd-2.0.59/modules/dav/main
> -export-dynamic    -o htpasswd  htpasswd.lo   -lssl -lcrypto
> -L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv
> -ldl -lz /home/sys/src/httpd-2.0.59/srclib/pcre/libpcre.la
> /home/sys/src/httpd-2.0.59/srclib/apr-util/libaprutil-0.la -lexpat
> /home/sys/src/httpd-2.0.59/srclib/apr/libapr-0.la -lrt -lm -lcrypt
> -lnsl -lpthread -ldl
> 
> /home/sys/src/httpd-2.0.59/srclib/apr-util/.libs/libaprutil-0.so:
> undefined reference to `apr_dbm_type_gdbm'
> 
> I am compiling apache on the same system that it was previously
> compiled on, and I don't think anything significant has changed about
> the setup otherwise.
> 
> I read the changelog for all the releases between 2.0.55 and 2.0.59
> but could find nothing related to dbm/gdbm.  Help? :)
> 
> -Kristina
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
>