Re: Unable to install 'Msql-Mysql-modules'
- From: "Francesco Moi" <franscescomoi@xxxxxxx>
- Date: 28 Jul 2005 00:31:20 -0700
>
> Did you check that libmysqlclient.so.10 is installed on
> your system?
>
> -Chris
Thank you very much, Chris. You pointed me the mistake. As usual, I
forgot
to check my dynamic linker:
-------------------------------
[root@server]# /sbin/ldconfig -v | grep libmysqlclient
(null)
------------------------------
Ok. I'm to find out where my libraries are:
--------------------------
[root@server]# /usr/local/mysql/bin/mysql_config
Usage: /usr/local/mysql/bin/mysql_config [OPTIONS]
Options:
--cflags [-I'/usr/local/mysql/include/mysql']
--libs [-L'/usr/local/mysql/lib/mysql' -lmysqlclient
-lz -lcrypt -lnsl -lm]
--socket [/tmp/mysql.sock]
--port [3306]
--version [3.23.58]
------------------------------
1) I added '/usr/local/mysql/lib/mysql' to '/etc/ld.so.conf'
2) Just in case:
----------------
[root@server]# export
LD_LIBRARY_PATH=/usr/local/mysql/lib/mysql:$LD_LIBRARY_PATH
---------------
Ok. It works.
.
- References:
- Unable to install 'Msql-Mysql-modules'
- From: Francesco Moi
- Re: Unable to install 'Msql-Mysql-modules'
- From: Christian Winter
- Unable to install 'Msql-Mysql-modules'
- Prev by Date: Re: Unable to install 'Msql-Mysql-modules'
- Next by Date: Re: Calling External DLL functions in Perl using Inline
- Previous by thread: Re: Unable to install 'Msql-Mysql-modules'
- Index(es):
Relevant Pages
|
|