RE: [PHP] error compiling apache2 on cobalt libgdbm error

2002-09-24 Thread Jesse Cablek
electroteque mailto:[EMAIL PROTECTED] scribbled; libtool: link: warning: library `/usr/lib/libgdbm.la' was moved. libtool: link: warning: library `/usr/lib/libgdbm.la' was moved. make[1]: Leaving directory `/home/src/httpd-2.0.40' what could be the problem It looks like a gdb issue. It

Re: [PHP] error compiling apache2 on cobalt libgdbm error

2002-09-24 Thread Rasmus Lerdorf
Note that gdbm is not threadsafe, so you should only run Apache2 in prefork mode (or simply stick with Apache 1.3). But what does this have to do with PHP? On Tue, 24 Sep 2002, electroteque wrote: libtool: link: warning: library `/usr/lib/libgdbm.la' was moved. libtool: link: warning:

Re: [PHP] error compiling apache2 on cobalt libgdbm error

2002-09-24 Thread electroteque
excuse me sorry wrong list i have many open i havent even begun with the php install yet Rasmus Lerdorf [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Note that gdbm is not threadsafe, so you should only run Apache2 in prefork mode (or simply stick with Apache