|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2010-03-17 09:27 UTC] pfcits at mail dot ru
Description: ------------ creating libtool appending configuration tag "CXX" to libtool configure: creating ./config.status config.status: creating config.h running: make /bin/sh /var/tmp/pear-build-root/swish-0.4.0/libtool --mode=compile cc -I. -I/tmp/pear/download/swish-0.4.0 -DPHP_ATOM_INC -I/var/tmp/pear-build-root/swish-0.4.0/include -I/var/tmp/pear-build-root/swish-0.4.0/main -I/tmp/pear/download/swish-0.4.0 -I/usr/lib64/php5/include/php -I/usr/lib64/php5/include/php/main -I/usr/lib64/php5/include/php/TSRM -I/usr/lib64/php5/include/php/Zend -I/usr/lib64/php5/include/php/ext -I/usr/lib64/php5/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/download/swish-0.4.0/swish.c -o swish.lo /var/tmp/pear-build-root/swish-0.4.0/libtool: line 467: CDPATH: command not found /var/tmp/pear-build-root/swish-0.4.0/libtool: line 1152: func_opt_split: command not found libtool: Version mismatch error. This is libtool 2.2.6b, but the libtool: definition of this LT_INIT comes from an older release. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b libtool: and run autoconf again. make: *** [swish.lo] Error 63 ERROR: `make' failed PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 19:00:02 2025 UTC |
I install and use autoconf-2.13, but it don't print any massage to the standard output. it's print: .... cat >> $CONFIG_STATUS <<\EOF rm -f conftest.frag conftest.h echo "/* $ac_file. Generated automatically by configure. */" > conftest.h cat conftest.in >> conftest.h rm -f conftest.in if cmp -s $ac_file conftest.h 2>/dev/null; then echo "$ac_file is unchanged" rm -f conftest.h else # Remove last slash and all that follows it. Not all systems have dirname. ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then # The file is in a subdirectory. test ! -d "$ac_dir" && mkdir "$ac_dir" fi rm -f $ac_file mv conftest.h $ac_file fi fi; done EOF cat >> $CONFIG_STATUS <<EOF EOF cat >> $CONFIG_STATUS <<\EOF exit 0 EOF chmod +x $CONFIG_STATUS rm -fr confdefs* $ac_clean_files test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 # I think, php is right :), but I have NEW and stable libtool-2.2.6b, this is not right for php-pear-swish-e! Thank you for help me!, but try again.So... I'm install this package with stable gentoo php-5.2.12. phpize aclocal libtoolize --force autoheader autoconf automake aclocal ./configure aclocal automake make [code] /bin/sh /home/ivan/swish-0.4.0/libtool --mode=compile cc -I. -I/home/ivan/swish-0.4.0 -DPHP_ATOM_INC -I/home/ivan/swish-0.4.0/include -I/home/ivan/swish-0.4.0/main -I/home/ivan/swish-0.4.0 -I/usr/lib64/php5/include/php -I/usr/lib64/php5/include/php/main -I/usr/lib64/php5/include/php/TSRM -I/usr/lib64/php5/include/php/Zend -I/usr/lib64/php5/include/php/ext -I/usr/lib64/php5/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/ivan/swish-0.4.0/swish.c -o swish.lo libtool: compile: cc -I. -I/home/ivan/swish-0.4.0 -DPHP_ATOM_INC -I/home/ivan/swish-0.4.0/include -I/home/ivan/swish-0.4.0/main -I/home/ivan/swish-0.4.0 -I/usr/lib64/php5/include/php -I/usr/lib64/php5/include/php/main -I/usr/lib64/php5/include/php/TSRM -I/usr/lib64/php5/include/php/Zend -I/usr/lib64/php5/include/php/ext -I/usr/lib64/php5/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /home/ivan/swish-0.4.0/swish.c -fPIC -DPIC -o .libs/swish.o /bin/sh /home/ivan/swish-0.4.0/libtool --mode=link cc -DPHP_ATOM_INC -I/home/ivan/swish-0.4.0/include -I/home/ivan/swish-0.4.0/main -I/home/ivan/swish-0.4.0 -I/usr/lib64/php5/include/php -I/usr/lib64/php5/include/php/main -I/usr/lib64/php5/include/php/TSRM -I/usr/lib64/php5/include/php/Zend -I/usr/lib64/php5/include/php/ext -I/usr/lib64/php5/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -o swish.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/ivan/swish-0.4.0/modules swish.lo -lswish-e -lz -lm libtool: link: cc -shared .libs/swish.o /usr/lib64/libswish-e.so -lz -lm -Wl,-soname -Wl,swish.so -o .libs/swish.so libtool: link: ( cd ".libs" && rm -f "swish.la" && ln -s "../swish.la" "swish.la" ) /bin/sh /home/ivan/swish-0.4.0/libtool --mode=install cp ./swish.la /home/ivan/swish-0.4.0/modules libtool: install: cp ./.libs/swish.so /home/ivan/swish-0.4.0/modules/swish.so libtool: install: cp ./.libs/swish.lai /home/ivan/swish-0.4.0/modules/swish.la libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /home/ivan/swish-0.4.0/modules ---------------------------------------------------------------------- Libraries have been installed in: /home/ivan/swish-0.4.0/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'. [/code] make install Installing shared extensions: /usr/lib64/php5/lib/php/extensions/no-debug-zts-20060613/ I check this extension? it's WORK, and I'm happy!!!