Re: Unable to install 'Msql-Mysql-modules'




>
> 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.

.



Relevant Pages

  • Re: Act! Contact Manager for Mac?
    ... I guess I just assumed that Mac users have the superior intelligence ... My mistake! ... Chris ... Prev by Date: ...
    (comp.sys.mac.system)
  • FT - Schindlers list 2disc SE
    ... i have a brand new copy of schindlers list 2disc SE ordered 2 copies by ... Chris ... Prev by Date: ...
    (uk.media.dvd)
  • Re: Is this possible?
    ... Newmind....I see my mistake! ... Chris Cred wrote: ... > Exit Sub ... Prev by Date: ...
    (microsoft.public.excel.programming)
  • Re: Application cant find dll even when its in the same directory
    ... The ClientAPI.dll does depend on other libraries which are built as part of ... "Chris Dunaway" wrote: ... Prev by Date: ...
    (microsoft.public.dotnet.general)
  • Re: [Lit.] Buffer overruns
    ... none of us has that perfect knowledge, ... such a stupid mistake (I believe "damn fool" is the applicable ... many of us have higher-level libraries to do this kind of thing ... because that way I don't have to keep writing bounds-checking ...
    (sci.crypt)