php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58551 ?
Submitted: 2009-02-14 14:00 UTC Modified: 2009-02-14 14:09 UTC
From: daniel dot niedergesaess at googlemail dot com Assigned:
Status: Closed Package: sphinx (PECL)
PHP Version: 5.2.0 OS: debian etch 4.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: daniel dot niedergesaess at googlemail dot com
New email:
PHP Version: OS:

 

 [2009-02-14 14:00 UTC] daniel dot niedergesaess at googlemail dot com
Description:
------------
sphinx 1.0.0(stable)
/usr/sbin/apache2: symbol lookup error: /usr/lib/php5/20060613+lfs/sphinx.so: undefined symbol: slprintf
/usr/sbin/apache2: symbol lookup error: /usr/lib/php5/20060613+lfs/sphinx.so: undefined symbol: slprintf
/usr/sbin/apache2: symbol lookup error: /usr/lib/php5/20060613+lfs/sphinx.so: undefined symbol: slprintf
/usr/sbin/apache2: symbol lookup error: /usr/lib/php5/20060613+lfs/sphinx.so: undefined symbol: slprintf
/usr/sbin/apache2: symbol lookup error: /usr/lib/php5/20060613+lfs/sphinx.so: undefined symbol: slprintf
/usr/sbin/apache2: symbol lookup error: /usr/lib/php5/20060613+lfs/sphinx.so: undefined symbol: slprintf
/usr/sbin/apache2: symbol lookup error: /usr/lib/php5/20060613+lfs/sphinx.so: undefined symbol: slprintf
/usr/sbin/apache2: symbol lookup error: /usr/lib/php5/20060613+lfs/sphinx.so: undefined symbol: slprintf
/usr/sbin/apache2: symbol lookup error: /usr/lib/php5/20060613+lfs/sphinx.so: undefined symbol: slprintf
/usr/sbin/apache2: symbol lookup error: /usr/lib/php5/20060613+lfs/sphinx.so: undefined symbol: slprintf

Reproduce code:
---------------
$sphinx = Registry::get_adapter ( 'sphinx' );
$sphinx->SetServer ( '127.0.0.1', '3314' );
$sphinx->SetMatchMode ( SPH_MATCH_EXTENDED2 );
$sphinx->SetLimits ( 0, 1, 1 );
$userdata = $sphinx->query ( '"' . $username . '"', 'sys_search_blog_01_main' );
var_dump ( $userdata );

Expected result:
----------------
dump of response

Actual result:
--------------
apache not deliver page

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-02-14 14:06 UTC] daniel dot niedergesaess at googlemail dot com
i reverted php extension to sphinx-0.2.0 everithing is working fine
 [2009-02-14 14:09 UTC] tony at daylessday dot org
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

Minimun PHP 5.2.2 is required, I've updated the sources.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 14:01:28 2024 UTC