"Fernando Barajas D.L.." wrote:
> 
> I keep receiving the message "libmysqlclient.so.6: cannot open shared object
> file: No such file or directory" any time I run the indexer or the
> search.cgi programs.
> 
> My libmysqlclient.so.6 is in /usr/local/mysql/lib/mysql/
> 
> Where does those programs expect to find this library in a default
> instalation?


Hello!

The problem is that ld can't find dinamic library. It is generfal issue,
not
only UdmSearch related.


You should either configure ld (/etc/ld.so.conf on Linux) 
or set environment variable LD_LIBRARY_PATH 
with value /usr/local/mysql/lib/mysql/



-- 
Alexander Barkov
IZHCOM, Izhevsk
email:    [EMAIL PROTECTED]      | http://www.izhcom.ru
Phone:    +7 (3412) 51-55-45 | Fax: +7 (3412) 78-70-10
ICQ:      7748759
______________
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]

Reply via email to