Webboard: search.cgi can't find libmysqlclient.so.10

2001-12-18 Thread Konstantin

Author: Konstantin
Email: [EMAIL PROTECTED]
Message:
But indexer work good. And if i run ./search.cgi it also work good. But when I call 
http://host/cgi-bin/search.cgi I get Internal Server Error and in apache logs found 
/usr/libexec/ld-elf.so.1: Shared object libmysqlclient.so.10 not found
[Tue Dec 18 16:44:30 2001] [error] [client 10.25.0.56] Premature end of script 
headers: /usr/local/apache/cgi-bi
n/search.cgi
But in comand line echo $LD_LIBRARY_PATH return path to mysql libraries.

Reply: http://www.mnogosearch.org/board/message.php?id=3724

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]




Re: Webboard: search.cgi can't find libmysqlclient.so.10

2001-12-18 Thread Sergey Kartashoff

On 18 Dec 2001, Konstantin wrote:

 Author: Konstantin
 Email: [EMAIL PROTECTED]
 Message:
 But indexer work good. And if i run ./search.cgi it also work good. But when I call 
http://host/cgi-bin/search.cgi I get Internal Server Error and in apache logs found 
 /usr/libexec/ld-elf.so.1: Shared object libmysqlclient.so.10 not found

Try to include path to mysql library in /etc/ld.so.conf,
for example: /usr/lib/mysql/.
and then run ldconfig.

-- 
Regards. Sergey aka gluke.

___
If you want to unsubscribe send unsubscribe general
to [EMAIL PROTECTED]