• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Multiple versions php: can't add php sphinx module

yehudigt

Basic Pleskian
I was trying to add sphinx module to php 5.5 as fastcgi using the multiple version feature of plesk 12 on a centos 6.6 server but wasn't able to do it.
These are the steps I followed:
1) configured and installed libsphinxclient from source.
2) /opt/plesk/php/5.5/bin/pecl install sphinx
3) added extension to file /opt/plesk/php/5.5/etc/php.d/sphinx.ini (extension=/usr/lib64/php/modules/sphinx.so)

Although from a phpinfo() I can see that the ini file is parsed, the sphinx module is not active.

What have I missed?

Following is the install log for pecl install sphinx:

downloading sphinx-1.3.3.tgz ...
Starting to download sphinx-1.3.3.tgz (15,555 bytes)
......done: 15,555 bytes
4 source files, building
WARNING: php_bin /opt/plesk/php/5.5/bin/php appears to have a suffix /5.5/bin/php, but config variable php_suffix does not match
running: phpize
Configuring for:
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525
Please provide the installation prefix of libsphinxclient [autodetect] : building in /tmp/pear-build-rootkHjONK/sphinx-1.3.3
running: /tmp/sphinx/configure --with-sphinx
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
checking for PHP extension directory... /usr/lib64/php/modules
checking for PHP installed headers prefix... /usr/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for sphinx support... yes, shared
checking for libsphinxclient headers in default path... found in /usr/local
checking for sphinx_create in -lsphinxclient... yes
checking for sphinx_get_string in -lsphinxclient... yes
checking for sphinx_add_filter_string in -lsphinxclient... yes
checking for new sphinx_set_ranking_mode() signature... yes
checking for SPH_RANK_PROXIMITY in sphinxclient.h... found
checking for SPH_RANK_MATCHANY in sphinxclient.h... found
checking for SPH_RANK_FIELDMASK in sphinxclient.h... found
checking for SPH_RANK_SPH04 in sphinxclient.h... found
checking for SPH_RANK_EXPR in sphinxclient.h... found
checking for SPH_RANK_TOTAL in sphinxclient.h... found
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
running: make
/bin/sh /tmp/pear-build-rootkHjONK/sphinx-1.3.3/libtool --mode=compile cc -I. -I/tmp/sphinx -DPHP_ATOM_INC -I/tmp/pear-build-rootkHjONK/sphinx-1.3.3/include -I/tmp/pear-build-rootkHjONK/sphinx-1.3.3/main -I/tmp/sphinx -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /tmp/sphinx/sphinx.c -o sphinx.lo
libtool: compile: cc -I. -I/tmp/sphinx -DPHP_ATOM_INC -I/tmp/pear-build-rootkHjONK/sphinx-1.3.3/include -I/tmp/pear-build-rootkHjONK/sphinx-1.3.3/main -I/tmp/sphinx -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /tmp/sphinx/sphinx.c -fPIC -DPIC -o .libs/sphinx.o
/bin/sh /tmp/pear-build-rootkHjONK/sphinx-1.3.3/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear-build-rootkHjONK/sphinx-1.3.3/include -I/tmp/pear-build-rootkHjONK/sphinx-1.3.3/main -I/tmp/sphinx -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -o sphinx.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear-build-rootkHjONK/sphinx-1.3.3/modules sphinx.lo -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lsphinxclient -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lsphinxclient
libtool: link: cc -shared .libs/sphinx.o -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libsphinxclient.so -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -Wl,-soname -Wl,sphinx.so -o .libs/sphinx.so
libtool: link: ( cd ".libs" && rm -f "sphinx.la" && ln -s "../sphinx.la" "sphinx.la" )
/bin/sh /tmp/pear-build-rootkHjONK/sphinx-1.3.3/libtool --mode=install cp ./sphinx.la /tmp/pear-build-rootkHjONK/sphinx-1.3.3/modules
libtool: install: cp ./.libs/sphinx.so /tmp/pear-build-rootkHjONK/sphinx-1.3.3/modules/sphinx.so
libtool: install: cp ./.libs/sphinx.lai /tmp/pear-build-rootkHjONK/sphinx-1.3.3/modules/sphinx.la
libtool: finish: PATH="/opt/plesk/php/5.5/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /tmp/pear-build-rootkHjONK/sphinx-1.3.3/modules
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/pear-build-rootkHjONK/sphinx-1.3.3/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

running: make INSTALL_ROOT="/tmp/pear-build-rootkHjONK/install-sphinx-1.3.3" install
Installing shared extensions: /tmp/pear-build-rootkHjONK/install-sphinx-1.3.3/usr/lib64/php/modules/
running: find "/tmp/pear-build-rootkHjONK/install-sphinx-1.3.3" | xargs ls -dils
350973 4 drwxr-xr-x 3 root root 4096 28 set 11:02 /tmp/pear-build-rootkHjONK/install-sphinx-1.3.3
350995 4 drwxr-xr-x 3 root root 4096 28 set 11:02 /tmp/pear-build-rootkHjONK/install-sphinx-1.3.3/usr
350996 4 drwxr-xr-x 3 root root 4096 28 set 11:02 /tmp/pear-build-rootkHjONK/install-sphinx-1.3.3/usr/lib64
350997 4 drwxr-xr-x 3 root root 4096 28 set 11:02 /tmp/pear-build-rootkHjONK/install-sphinx-1.3.3/usr/lib64/php
350998 4 drwxr-xr-x 2 root root 4096 28 set 11:02 /tmp/pear-build-rootkHjONK/install-sphinx-1.3.3/usr/lib64/php/modules
350994 172 -rwxr-xr-x 1 root root 171826 28 set 11:02 /tmp/pear-build-rootkHjONK/install-sphinx-1.3.3/usr/lib64/php/modules/sphinx.so

Build process completed successfully
Installing '/usr/lib64/php/modules/sphinx.so'
install ok: channel://pecl.php.net/sphinx-1.3.3
configuration option "php_ini" is not set to php.ini location
You should add "extension=sphinx.so" to php.ini
 
Hi,

please try this (untested):

/opt/plesk/php/5.5/bin/pecl config-set php_ini /opt/plesk/php/5.5/etc/php.ini
/opt/plesk/php/5.5/bin/pecl config-set php_bin /opt/plesk/php/5.5/bin/
/opt/plesk/php/5.5/bin/pear config-set php_suffix ""
/opt/plesk/php/5.5/bin/pecl install --force sphinx
echo "extension=sphinx.so" > /opt/plesk/php/5.5/etc/php.d/sphinx.ini

Best regards,

Oliver Meyer
 
didn't work.
here's the results. Maybe something needs to be configured when installing libsphinxclient...


[root@webserver ~]# /opt/plesk/php/5.5/bin/pecl config-set php_ini /opt/plesk/php/5.5/etc/php.ini
PHP Warning: PHP Startup: sphinx: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20121212
These options need to match
in Unknown on line 0
config-set succeeded
[root@webserver ~]# /opt/plesk/php/5.5/bin/pecl config-set php_bin /opt/plesk/php/5.5/bin/
PHP Warning: PHP Startup: sphinx: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20121212
These options need to match
in Unknown on line 0
config-set succeeded
[root@webserver ~]# /opt/plesk/php/5.5/bin/pear config-set php_suffix ""
PHP Warning: PHP Startup: sphinx: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20121212
These options need to match
in Unknown on line 0
config-set succeeded
[root@webserver ~]# /opt/plesk/php/5.5/bin/pecl install --force sphinx
PHP Warning: PHP Startup: sphinx: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20121212
These options need to match
 
I think the issue is related to the php-config when I configure libsphinxclient:
running these commands form the libsphinxclient source:
./configure
make
make install

What I don't know is how to configure libsphinxclient to install for the alternate php version instead of system's. Something of the kind:
./configure --with-php-config= /path to alternate php-config

I was unable to find the alternate php-config

Is this correct?
 
Thank you Oliver!
This is the help, do you notice something I could use?

`configure' configures libsphinxclient 0.0.1 to adapt to many kinds of systems.

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
-h, --help display this help and exit
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
-q, --quiet, --silent do not print `checking...' messages
--cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for `--cache-file=config.cache'
-n, --no-create do not create output files
--srcdir=DIR find the sources in DIR [configure dir or `..']

Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr/local]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc. You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--datadir=DIR read-only architecture-independent data [PREFIX/share]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--infodir=DIR info documentation [PREFIX/info]
--mandir=DIR man documentation [PREFIX/man]

Program names:
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names

System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST cross-compile to build programs to run on HOST [BUILD]

Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer
--disable-dependency-tracking speeds up one-time build
--enable-dependency-tracking do not reject slow dependency extractors
--enable-shared[=PKGS]
build shared libraries [default=yes]
--enable-static[=PKGS]
build static libraries [default=yes]
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-debug enable debugging symbols and compile flags


Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-tags[=TAGS]
include additional configurations [automatic]

Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
headers in a nonstandard directory <include dir>
CPP C preprocessor
CXXCPP C++ preprocessor

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
 
Back
Top