php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59508 Installation issue
Submitted: 2010-11-13 18:24 UTC Modified: 2010-11-17 00:21 UTC
From: k7+php at trk7 dot com Assigned:
Status: Closed Package: sphinx (PECL)
PHP Version: 5.3.2 OS: Kubuntu 10.04
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: k7+php at trk7 dot com
New email:
PHP Version: OS:

 

 [2010-11-13 18:24 UTC] k7+php at trk7 dot com
Description:
------------
I am trying install the sphinx pecl extension and I am getting the following error:

checking for libsphinxclient headers in /usr/local/sphinx/lib... not found
configure: error: Cannot find libsphinxclient headers
ERROR: `/tmp/pear/temp/sphinx/configure --with-sphinx=/usr/local/sphinx/lib' failed

while clearly they exist:
ls -lhA /usr/local/sphinx/lib/
total 80K
-rwxr-xr-x 1 root root 35K 2010-11-14 09:55 libsphinxclient-0.0.1.so
-rw-r--r-- 1 root root 37K 2010-11-14 09:55 libsphinxclient.a
-rwxr-xr-x 1 root root 861 2010-11-14 09:55 libsphinxclient.la
lrwxrwxrwx 1 root root  24 2010-11-14 09:55 libsphinxclient.so -> libsphinxclient-0.0.1.so







Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-14 06:05 UTC] tony at daylessday dot org
If your libs are in /usr/local/sphinx/lib, then the installation prefix is "/usr/local/sphinx", without the "lib" part.
 [2010-11-17 00:21 UTC] k7+php at trk7 dot com
Tony's suggestion worked!
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 09:01:28 2025 UTC