在Mac OS X上安装Sphinx时出现的问题-甚至无法执行./configure命令。

| 我试图在Mac(OSX 10.6.7)上安装sphinx,但是在第一步安装中,我遇到了问题。 根据安装doku http://sphinxsearch.com/docs/current.html#installation的说明,应执行以下步骤
$ ./configure
$ make
$ install
在终端中输入./configure时,出现以下错误消息:
$ ./configure 
> -bash: ./configure: No such file or directory
因此,我查看了文件夹'sphinx-2.0.1-beta-osx10.6-i386 \',发现没有诸如configure这样的文件。也
$ ls -a
> .         api         doc         sphinx-min.conf.in
  ..        bin         example.sql     sphinx.conf.in
  COPYING       contrib         log
  INSTALL       data            sphinx-min.conf
当我尝试其他文件(例如sphinx-min.conf)时,我得到了
$ ./sphinx-min.conf 
$ -bash: ./sphinx-min.conf: Permission denied
另外sudo ./sphinx-min.conf不起作用
$ sudo ./sphinx-min.conf 
$ sudo: ./sphinx-min.conf: command not found
有任何想法吗?     
已邀请:
        您似乎已经下载了二进制版本而不是源代码。您应该在子目录“ 5”中检查二进制文件。 您还应该阅读文件“ 6”,该文件可能包含与您下载的发行版配套的安装说明。     
        您应该从http://sphinxsearch.com/downloads/release/下载Source tarball(tar.gz),即使它具有欺骗性的linux-penguin图标。解压缩压缩包后,您可以按照http://pat.github.com/ts/en/installing_sphinx.html所述执行安装步骤。     

要回复问题请先登录注册