Sphinx: libmysqlclient.so.15 (libmysqlclient_15) (64 bits) é necessário

1

Não é possível encontrar uma maneira de instalar a esfinge. Ele está pedindo libmysqlclient.so.15, que eu tenho ... O que mais posso fazer?

Isso é o que eu já tentei

[root@server1 ~]# rpm -ivh sphinx-2.0.3-1.el5.x86_64.rpm
error: Failed dependencies:
        libmysqlclient.so.15()(64bit) is needed by sphinx-2.0.3-1.rhel5.x86_64
        libmysqlclient.so.15(libmysqlclient_15)(64bit) is needed by sphinx-2.0.3-1.rhel5.x86_64

[root@server3 hooks]# ls -l /usr/lib64/libmysqlclient.so*
lrwxrwxrwx 1 root root      20 Jun 29 09:57 /usr/lib64/libmysqlclient.so -> libmysqlclient.so.18
-rwxr-xr-x 1 root root 1474856 Dec 24 01:37 /usr/lib64/libmysqlclient.so.15
lrwxrwxrwx 1 root root      24 Jun 29 09:57 /usr/lib64/libmysqlclient.so.18 -> libmysqlclient.so.18.0.0
-rwxr-xr-x 1 root root 6853576 May 11  2011 /usr/lib64/libmysqlclient.so.18.0.0
[root@server3 hooks]# ls -l /usr/lib/libmysqlclient.so*
lrwxrwxrwx 1 root root 28 Jan 12  2010 /usr/lib/libmysqlclient.so -> /usr/lib64/libmysqlclient.so
lrwxrwxrwx 1 root root 26 Dec 24 12:18 /usr/lib/libmysqlclient.so.15 -> /usr/lib/libmysqlclient.so
lrwxrwxrwx 1 root root 20 Dec 24 12:22 /usr/lib/libmysqlclient.so.18 -> libmysqlclient.so.15
    
por Crazy_Bash 26.12.2011 / 12:27

2 respostas

2

de acordo com uma postagem no fórum da esfinge , tente o seguinte:

Try installing the Mysql-shared-compat if there is one

install the old centos 5 mysqlclient15 rpm from remi to make this work.

    
por 26.12.2011 / 15:23
0

Pesquisei muito, mas não obtive nenhuma solução para o problema libmysqlclient.so.15. De acordo com esta página , a única solução é instalar da fonte.

    
por 19.06.2012 / 08:45