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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
14 - 13 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 06:01:35 2024 UTC