|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2008-04-15 07:27 UTC] myname at gourad dot biz
Description: ------------ Version tdb 1.0.6 running: phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 1. Please provide the path to Trivial DB installation : autodetect 1-1, 'all', 'abort', or Enter to continue: building in /var/tmp/pear-build-root/tdb-0.1.0 running: /tmp/tdb/configure --with-tdb checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /usr/bin/sed checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc and cc understand -c and -o together... yes checking for system library directory... lib checking if compiler supports -R... yes checking build system type... i386-unknown-freebsd6.3 checking host system type... i386-unknown-freebsd6.3 checking target system type... i386-unknown-freebsd6.3 checking for PHP prefix... /usr/local checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib checking for PHP extension directory... /usr/local/lib/php/20060613 checking for PHP installed headers prefix... /usr/local/include/php checking for re2c... re2c checking for re2c version... 0.12.1 (ok) checking for gawk... no checking for nawk... nawk checking if nawk is broken... no checking for Trivial DB support... yes, shared checking for Trivial DB files in default path... found in /usr/local/ checking for tdb_open in -ltdb... no configure: error: wrong Trivial DB lib version or lib not found ERROR: `/tmp/tdb/configure --with-tdb' failed Reproduce code: --------------- cd /usr/ports/databases/tdb/ && make install pecl install channel://pecl.php.net/tdb-0.1.0 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 08:00:02 2025 UTC |
configure:3867: checking for Trivial DB files in default path configure:3872: result: found in /usr/local/ configure:4023: checking for tdb_open in -ltdb configure:4058: gcc -o conftest -g -O2 -R/usr/local//lib -L/usr/local//lib -lm -ldl conftest.c -ltdb >&5 /usr/bin/ld: cannot find -ldl configure:4064: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char tdb_open (); | int | main () | { | return tdb_open (); | ; | return 0; | } configure:4083: result: no configure:4200: error: wrong Trivial DB lib version or lib not found