You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "K. Clair" <kc...@gmail.com> on 2006/12/13 06:22:06 UTC

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

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


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

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
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
> 
> 

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

Posted by "K. Clair" <kc...@gmail.com>.
On 12/14/06, K. Clair <kc...@gmail.com> wrote:
> On 12/14/06, Joe Orton <jo...@redhat.com> wrote:
> > On Thu, Dec 14, 2006 at 10:04:01AM -0600, K. Clair wrote:
> > > I don't think it has anything to do with the installed libraries:
> > > httpd-2.0.55 with the same configure options compiles with no errors
> > > on the same machine.
> > >
> > > I also tried to compile httpd-2.0.57, and I got the same make error as
> > > with 2.0.59.  Again, all of this was done on the same system.
> > >
> > > Has anyone been able to compile 2.0.59 with the --with-dbm=gdbm
> > > configure option?
> >
> > Does it work if you pass --with-gdbm as well?  I can't reproduce a
> > failure exactly like this.
>

I realized that I mis-read your email yesterday, and I tried using
both --with-dbm=gdbm and --with-gdbm ... this worked!  We never needed
the --with-gdbm before.

Thanks,
Kristina

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

Posted by "K. Clair" <kc...@gmail.com>.
On 12/14/06, K. Clair <kc...@gmail.com> wrote:
> On 12/14/06, Joe Orton <jo...@redhat.com> wrote:
> > On Thu, Dec 14, 2006 at 10:04:01AM -0600, K. Clair wrote:
> > > I don't think it has anything to do with the installed libraries:
> > > httpd-2.0.55 with the same configure options compiles with no errors
> > > on the same machine.
> > >
> > > I also tried to compile httpd-2.0.57, and I got the same make error as
> > > with 2.0.59.  Again, all of this was done on the same system.
> > >
> > > Has anyone been able to compile 2.0.59 with the --with-dbm=gdbm
> > > configure option?
> >
> > Does it work if you pass --with-gdbm as well?  I can't reproduce a
> > failure exactly like this.
>

I realized that I mis-read your email yesterday, and I tried using
both --with-dbm=gdbm and --with-gdbm ... this worked!  We never needed
the --with-gdbm before.

Thanks,
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


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

Posted by "K. Clair" <kc...@gmail.com>.
On 12/14/06, Joe Orton <jo...@redhat.com> wrote:
> On Thu, Dec 14, 2006 at 10:04:01AM -0600, K. Clair wrote:
> > I don't think it has anything to do with the installed libraries:
> > httpd-2.0.55 with the same configure options compiles with no errors
> > on the same machine.
> >
> > I also tried to compile httpd-2.0.57, and I got the same make error as
> > with 2.0.59.  Again, all of this was done on the same system.
> >
> > Has anyone been able to compile 2.0.59 with the --with-dbm=gdbm
> > configure option?
>
> Does it work if you pass --with-gdbm as well?  I can't reproduce a
> failure exactly like this.

It compiles ok with --with-gdbm, but then apache can't read any of the
gdbm files!

I'm compiling on a Fedora Core 3 system (don't laugh!).  Let me know
if you want to see any other output.

Thanks,
-Kristina

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

Posted by "K. Clair" <kc...@gmail.com>.
On 12/14/06, Joe Orton <jo...@redhat.com> wrote:
> On Thu, Dec 14, 2006 at 10:04:01AM -0600, K. Clair wrote:
> > I don't think it has anything to do with the installed libraries:
> > httpd-2.0.55 with the same configure options compiles with no errors
> > on the same machine.
> >
> > I also tried to compile httpd-2.0.57, and I got the same make error as
> > with 2.0.59.  Again, all of this was done on the same system.
> >
> > Has anyone been able to compile 2.0.59 with the --with-dbm=gdbm
> > configure option?
>
> Does it work if you pass --with-gdbm as well?  I can't reproduce a
> failure exactly like this.

It compiles ok with --with-gdbm, but then apache can't read any of the
gdbm files!

I'm compiling on a Fedora Core 3 system (don't laugh!).  Let me know
if you want to see any other output.

Thanks,
-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


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

Posted by Joe Orton <jo...@redhat.com>.
On Thu, Dec 14, 2006 at 10:04:01AM -0600, K. Clair wrote:
> I don't think it has anything to do with the installed libraries:
> httpd-2.0.55 with the same configure options compiles with no errors
> on the same machine.
> 
> I also tried to compile httpd-2.0.57, and I got the same make error as
> with 2.0.59.  Again, all of this was done on the same system.
> 
> Has anyone been able to compile 2.0.59 with the --with-dbm=gdbm
> configure option?

Does it work if you pass --with-gdbm as well?  I can't reproduce a 
failure exactly like this.

joe

---------------------------------------------------------------------
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


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

Posted by Joe Orton <jo...@redhat.com>.
On Thu, Dec 14, 2006 at 10:04:01AM -0600, K. Clair wrote:
> I don't think it has anything to do with the installed libraries:
> httpd-2.0.55 with the same configure options compiles with no errors
> on the same machine.
> 
> I also tried to compile httpd-2.0.57, and I got the same make error as
> with 2.0.59.  Again, all of this was done on the same system.
> 
> Has anyone been able to compile 2.0.59 with the --with-dbm=gdbm
> configure option?

Does it work if you pass --with-gdbm as well?  I can't reproduce a 
failure exactly like this.

joe

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

Posted by "K. Clair" <kc...@gmail.com>.
I don't think it has anything to do with the installed libraries:
httpd-2.0.55 with the same configure options compiles with no errors
on the same machine.

I also tried to compile httpd-2.0.57, and I got the same make error as
with 2.0.59.  Again, all of this was done on the same system.

Has anyone been able to compile 2.0.59 with the --with-dbm=gdbm
configure option?

-Kristina

On 12/14/06, Yvo van Doorn <yv...@gmail.com> wrote:
> What version of gdbm is installed? Was it perhaps removed in a clean up of
> the machine? I know under Debian deborphan always wants to remove
> libgdbm-dev
>
>
> On 12/12/06, 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
> >
> >
>
>

---------------------------------------------------------------------
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


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

Posted by "K. Clair" <kc...@gmail.com>.
I don't think it has anything to do with the installed libraries:
httpd-2.0.55 with the same configure options compiles with no errors
on the same machine.

I also tried to compile httpd-2.0.57, and I got the same make error as
with 2.0.59.  Again, all of this was done on the same system.

Has anyone been able to compile 2.0.59 with the --with-dbm=gdbm
configure option?

-Kristina

On 12/14/06, Yvo van Doorn <yv...@gmail.com> wrote:
> What version of gdbm is installed? Was it perhaps removed in a clean up of
> the machine? I know under Debian deborphan always wants to remove
> libgdbm-dev
>
>
> On 12/12/06, 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
> >
> >
>
>

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

Posted by Yvo van Doorn <yv...@gmail.com>.
What version of gdbm is installed? Was it perhaps removed in a clean up of
the machine? I know under Debian deborphan always wants to remove
libgdbm-dev

On 12/12/06, 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
>
>