Author: scheels
Email: [EMAIL PROTECTED]
Message:
I have an error in indexer I do: 
./indexer

It returns:
./indexer: error in loading shared libraries: libmysqlclient.so.6: cannot open shared 
object file: No such file or directory

This is solved by:
export LD_LIBRARY_PATH=/usr/local/mysql/lib/mysql/
#ldconfig

After this indexing went ok. But If I log off telnet and back in again the samme error 
occours. How do I tell the linux to remember this path info permanently? (i have not 
got root access). 

The missing path may also be the reason I get an internal server error 500 when 
running search.cgi from the browser since it also ask for this path when run from the 
command line in telnet. If I add the path like above search.cgi produces some html in 
the telnet window and no error messages. Any ideas how to add this path info 
permanently?


Regards 

Scheels

Reply: <http://search.mnogo.ru/board/message.php?id=1721>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to