Re: UdmSearch: Make failing 3.0.20

2000-08-04 Thread Alexander Barkov
Hello! No, this is not because of gcc. It is a bug in configure. This is already fixed in 3.0.21 pre-release. To compile 3.0.20 just remove all instances of -lz from src/Makefile after running configure. Alain TESIO wrote: > > What version of gcc are you using (gcc --version) ? > > It looks

Re: UdmSearch: Make failing 3.0.20

2000-08-04 Thread Alexander Barkov
Hi! There was a mistake in configure script in 3.0.20 Could you try please to remove all -lz instances from Makefile in /src directory and try to recompile. Please give feedback. Lindsey Simon wrote: > > Anybody know what this means? > > gcc -g -O2 -DUDM_CONF_DIR=\"/usr/local/encap/udmsear

Re: UdmSearch: Make failing 3.0.20

2000-08-03 Thread Lindsey Simon
Turns out that I needed zlib-devel (or for Debian zlib1g-dev) thanks for the help Alain TESIO in message Re: UdmSearch: Make failing 3.0.20 (Fri, 08/04 00:45): > What version of gcc are you using (gcc --version) ? > > It looks like he doesn't support the option lz, maybe > yo

Re: UdmSearch: Make failing 3.0.20

2000-08-03 Thread Alain TESIO
What version of gcc are you using (gcc --version) ? It looks like he doesn't support the option lz, maybe you should consider an upgrade Alain > Anybody know what this means? > > gcc -g -O2 -DUDM_CONF_DIR=\"/usr/local/encap/udmsearch-3.0.20/etc\" > -DUDM_VAR_DIR=\"/usr/local/encap/udmsearch-3.

Re: UdmSearch: Make failing 3.0.20

2000-08-03 Thread Daniel Hanks
Looks like you don't have the zlib-devel files installed, or not available. Dan Hanks On Thu, 3 Aug 2000, Lindsey Simon wrote: > > Anybody know what this means? > > gcc -g -O2 -DUDM_CONF_DIR=\"/usr/local/encap/udmsearch-3.0.20/etc\" > -DUDM_VAR_DIR=\"/usr/local/encap/udmsearch-3.0.20/var\

UdmSearch: Make failing 3.0.20

2000-08-03 Thread Lindsey Simon
Anybody know what this means? gcc -g -O2 -DUDM_CONF_DIR=\"/usr/local/encap/udmsearch-3.0.20/etc\" -DUDM_VAR_DIR=\"/usr/local/encap/udmsearch-3.0.20/var\" -o search.cgi search.o libudmsearch.a -lm -L/usr/local/encap/mysql-3.22.32/lib/mysql -lmysqlclient -lz /usr/bin/ld: cannot find