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

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: Problems making

2000-08-04 Thread Alexander Barkov
Hello! Sorry, I forgot to fix this in 3.1.3 Carlton, could you try please to compile 3.1.4-pre2? It is almost the same with 3.1.3. The only different thing is fixed configure. At least I hope this. Please give feedback! Take it here: http://www.izhcom.ru/~bar/udmsearch-3.1.4-pre2.tar.gz

Re: UdmSearch: indexer freezes when removing 404 not found URLfrom SQL database

2000-08-04 Thread Peter Hanecak
Hello again, Indexer[5553]: [1] Deleting URL I tried to slightly trace the problem of indexer freezing in "Deleting URL" and I come to this: Indexer[22445]: [1] Deleting URL calls ... UdmLoadRobots() which calls ... UdmFreeRobots() which stops at trying to obtain lock

Re: UdmSearch: indexer freezes when removing 404 not found URLfrom SQL database (updated)

2000-08-04 Thread Peter Hanecak
Hello again, Indexer[5553]: [1] Deleting URL I tried to slightly trace the problem of indexer freezing in "Deleting URL" and I come to this: Indexer[22445]: [1] Deleting URL calls ... UdmLoadRobots() obtains lock and then calls ... UdmFreeRobots() which stops at trying

Re: UdmSearch: indexer freezes when removing 404 not found URLfrom SQL database (updated 2)

2000-08-04 Thread Peter Hanecak
Hello again, Indexer[5553]: [1] Deleting URL I tried to slightly trace the problem of indexer freezing in "Deleting URL" and I come to this: Indexer[22445]: [1] Deleting URL calls ... UdmLoadRobots() obtains lock and then calls ... UdmFreeRobots() which stops at trying

UdmSearch: compile error

2000-08-04 Thread Vlad B. Pinzhenin
I got the following error during compilethe latest version of Udmsearch Making all in srcmake[1]: Entering directory `/usr/local/src/udmsearch-3.1.2/src'gcc -g -O2 -DUDM_CONF_DIR=\"/usr/local/udmsearch/etc\" -DUDM_VAR_DIR=\"/usr/local/udmsearch/var\" -o search.cgi search.o search_tl.o

Re: UdmSearch: indexer using a lot of mem

2000-08-04 Thread Tomaz Borstnar
At 15:23 4.8.00, David J. M. Karlsen wrote: indexer process had grown to 97M memusage since 2AM until now... is this normal? Should I put on any tracing info for you guys? Do you have many Server entries? With over 5000 Server entries indexer used over 50MB RAM on my machine. Tomaz