Re: [EMAIL PROTECTED] make error --with-dbm=gdbm, version 2.0.59

2006-12-15 Thread K. Clair

On 12/14/06, K. Clair [EMAIL PROTECTED] wrote:

On 12/14/06, Joe Orton [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error --with-dbm=gdbm, version 2.0.59

2006-12-14 Thread K. Clair

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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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:
[EMAIL PROTECTED]
   from the digest:
[EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]






-
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: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error --with-dbm=gdbm, version 2.0.59

2006-12-14 Thread Joe Orton
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: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error --with-dbm=gdbm, version 2.0.59

2006-12-14 Thread K. Clair

On 12/14/06, Joe Orton [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] make error --with-dbm=gdbm, version 2.0.59

2006-12-13 Thread Yvo van Doorn

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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




[EMAIL PROTECTED] make error --with-dbm=gdbm, version 2.0.59

2006-12-12 Thread K. Clair

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: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]