Missing libmysqlclient.so.6

2001-09-05 Thread Webmaster

Hi:

How I can install or copy mysqlclient.so.6 without reinstall??

I'm trying to execute PHP script (Phorummail) from shell, but I receive that
this lib is
missing.

[root@corotu docs]# ./phorummail
  php: error in loading shared libraries: libmysqlclient.so.6: cannot open
shared
  object file: No such file or directory


I have MySQL 3.27.23, PHP 4.0.6 and Red Hat Linux 6.0

Thanks for your help.

Peter Brumvig



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Missing libmysqlclient.so.6

2001-09-05 Thread Jeff Adams

Try updating your /etc/ld.so.conf file to include the path to the 
libmysqlclient.so.6 library, and re-run ldconfig.

- Jeff

Webmaster wrote:
 Hi:
 
 How I can install or copy mysqlclient.so.6 without reinstall??
 
 I'm trying to execute PHP script (Phorummail) from shell, but I receive that
 this lib is
 missing.
 
 [root@corotu docs]# ./phorummail
 
php: error in loading shared libraries: libmysqlclient.so.6: cannot open

 shared
 
object file: No such file or directory

 
 
 I have MySQL 3.27.23, PHP 4.0.6 and Red Hat Linux 6.0
 
 Thanks for your help.
 
 Peter Brumvig
 
 
 
 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
 



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php