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
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