Код: Выделить всё
[root@6805 webmaster]# rpm -ivh http://sphinxsearch.com/files/sphinx-2.3.1-1.rhel5.x86_64.rpm
Retrieving http://sphinxsearch.com/files/sphinx-2.3.1-1.rhel5.x86_64.rpm
error: Failed dependencies:
libc.so.6()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libc.so.6(GLIBC_2.3.2)(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libc.so.6(GLIBC_2.4)(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libcrypt.so.1()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libcrypto.so.6()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libdl.so.2()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libdl.so.2(GLIBC_2.2.5)(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libexpat.so.0()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libgcc_s.so.1()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libgcc_s.so.1(GCC_3.0)(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libm.so.6()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libm.so.6(GLIBC_2.2.5)(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libmysqlclient.so.15()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libmysqlclient.so.15(libmysqlclient_15)(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libnsl.so.1()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libodbc.so.1()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libpq.so.4()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libpthread.so.0()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libpthread.so.0(GLIBC_2.2.5)(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libpthread.so.0(GLIBC_2.3.2)(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
librt.so.1()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
librt.so.1(GLIBC_2.2.5)(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libssl.so.6()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libstdc++.so.6()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libstdc++.so.6(CXXABI_1.3)(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libstdc++.so.6(GLIBCXX_3.4)(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
libz.so.1()(64bit) is needed by sphinx-2.3.1-1.rhel5.x86_64
[root@6805 webmaster]#Пробовал еще так ставить
Код: Выделить всё
[root@6805 webmaster]# yum install sphinx
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.h1host.ru
* base: mirror.h1host.ru
* extras: mirror.h1host.ru
* updates: mirror.h1host.ru
Setting up Install Process
No package sphinx available.
Nothing to do
[root@6805 webmaster]#Как видно чего-то явно не хватает.
Вот команды для помощи знатокам:
Код: Выделить всё
[root@6805 webmaster]# cat /etc/yum.conf
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
# Note: yum-RHN-plugin doesn't honor this.
metadata_expire=1h
# Default.
# installonly_limit = 3
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.dКод: Выделить всё
[root@6805 webmaster]# cat /etc/issue
CentOS release 5.5 (Final)
Kernel \r on an \mКод: Выделить всё
[root@6805 webmaster]# cat /etc/*-release
CentOS release 5.5 (Final)
[root@6805 webmaster]# lsb_release -a
bash: lsb_release: command not found
[root@6805 webmaster]# uname -a
Linux 6805.ovz-n12.hc.ru 2.6.32-042stab090.5 #1 SMP Sat Jun 21 00:15:09 MSK 2014 i686 i686 i386 GNU/Linux
[root@6805 webmaster]# cat /proc/version
Linux version 2.6.32-042stab090.5 (root@kbuild-rh6-x64) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Sat Jun 21 00:15:09 MSK 2014
[root@6805 webmaster]#Сервер вируальный VPS c рут правами. Знания линукса у меня ниже плинтуса, но я готов копать.