ID: 28002 Updated by: [EMAIL PROTECTED] Reported By: schick at robotbattle dot com -Status: Closed +Status: Bogus Bug Type: Compile Failure Operating System: Debian GNU/Linux (sarge) PHP Version: 5.0.0RC1 Assigned To: dmitry
Previous Comments: ------------------------------------------------------------------------ [2004-04-15 22:14:40] schick at robotbattle dot com Argg, sorry. make clean did indeed fix the problem. ------------------------------------------------------------------------ [2004-04-15 06:29:04] [EMAIL PROTECTED] It works fine. Did you make full rebuild? make clean make ------------------------------------------------------------------------ [2004-04-15 03:28:11] [EMAIL PROTECTED] Assigning to the maintainer. ------------------------------------------------------------------------ [2004-04-15 02:10:12] schick at robotbattle dot com Description: ------------ Soap extensions seems to depend on session support. Running configure with --disable-session and --enable-soap causes the build to fail with the following: ext/soap/soap.lo(.text+0x3a22): In function `zif_soapserver_handle': /var/src/php-5.0.0RC1/ext/soap/soap.c:1391: undefined reference to `ps_globals' ext/soap/soap.lo(.text+0x3b6a):/var/src/php-5.0.0RC1/ext/soap/soap.c:1342: undefined reference to `ps_globals' ext/soap/soap.lo(.text+0x3bc0):/var/src/php-5.0.0RC1/ext/soap/soap.c:1344: undefined reference to `php_session_start' Reproduce code: --------------- This is my config: './configure' \ '--with-apxs2=/usr/bin/apxs2' \ '--with-pgsql=/usr/lib/postgresql' \ '--without-sqlite' \ '--disable-session' \ '--enable-soap' \ '--enable-mbstring' \ '--enable-magic-quotes' \ '--enable-memory-limit' \ '--with-zlib-dir=/usr/lib' \ '--enable-force-cgi-redirect' \ '--disable-ipv6' \ '--with-openssl=/usr' \ '--with-mcrypt' \ '--with-imap=/usr' \ '--with-kerberos' \ '--disable-debug' \ '--with-curl=/usr' \ '--with-gd' \ '--with-png-dir=/usr/lib' \ "$@" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28002&edit=1
