解决unbuntu安装sphinx报错 not in gzip format的问题

在ubuntu服务器上安装sphinx, 首先从网上下载安装包 

wget http://www.sphinxsearch.com/downloads/sphinx-0.9.8-rc2.tar.gz 

解压:

tar -xvzf sphinx-0.9.8-rc2.tar.gz 

居然报错:... 

root@localhost:~# tar -xvzf sphinx-0.9.8-rc2.tar.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

改成先从网上下载一个3.0.3的版本下来,然后通过sftp上传到服务器,再解压,就没问题了

你可能感兴趣的:(ubuntu,sphinx)