Re: UdmSearch: Grrrr!

2000-12-02 Thread Alexander Barkov
Hello! There was a bug in search.c. Error string where not displayed in search results. Thanks for reporting. We've fixed it in 3.1.9 sources. Quick fix: Find this line in search.c: case 'E': sprintf(UDM_STREND(Target),"%s",UdmDBErrorMsg(Agent));break; and replace by this one:

Re: UdmSearch: Grrrr!

2000-11-12 Thread Zenon Panoussis
Problem solved. There was a pointer to mysql in /etc/ld.so.conf that pointed to the wrong place. Correcting the pointer and recompiling mnogosearch didn't help. I ended up removing the pointer, uninstalling mysql completely, reinstalling it again, and then recompiling and reinstalling

UdmSearch: Grrrr!

2000-11-11 Thread Zenon Panoussis
mnogosearch 3.1.8, mysql 3.23.22 This happened: The search worked fine. Then I re-installed MySQL (3.23 instead of 3.22) and Apache, and the directory structure of both changed. I moved the old search.cgi to the new cgi-bin. I exported the old database with mysqldump and re-imported it in