Edit report at https://bugs.php.net/bug.php?id=59603&edit=1
ID: 59603 Updated by: [email protected] Reported by: dritchie at gmail dot com Summary: Compilation errors when installing -Status: Open +Status: Bogus Type: Bug Package: amqp Operating System: Ubuntu 10.10 PHP Version: 5.3.3 Block user comment: N Private report: N New Comment: Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2011-03-17 16:59:46] joseph dot moniz at gmail dot com Installing the latest version of librabbitmq-c solves this. Perhaps a stricter configure check is required and possibly with better messaging. ------------------------------------------------------------------------ [2011-02-02 17:44:46] dritchie at gmail dot com Description: ------------ Installing from pecl results in and which suggests a disconnect between librabbitmq-c 0.9.1 and PECL 2.2. $ pecl install "channel://pecl.php.net/amqp-0.2.2" Reproduce code: --------------- pecl install "channel://pecl.php.net/amqp-0.2.2" Expected result: ---------------- Install should complete correctly. Actual result: -------------- [...] config.status: creating config.h config.status: executing libtool commands running: make /bin/bash /var/tmp/pear-build-root/amqp-0.2.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/amqp -DPHP_ATOM_INC -I/var/tmp/pear-build-root/amqp-0.2.2/include -I/var/tmp/pear-build-root/amqp-0.2.2/main -I/tmp/pear/temp/amqp -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/amqp/amqp.c -o amqp.lo libtool: compile: cc -I. -I/tmp/pear/temp/amqp -DPHP_ATOM_INC -I/var/tmp/pear-build-root/amqp-0.2.2/include -I/var/tmp/pear-build-root/amqp-0.2.2/main -I/tmp/pear/temp/amqp -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/amqp/amqp.c -fPIC -DPIC -o .libs/amqp.o /tmp/pear/temp/amqp/amqp.c: In function âamqp_errorâ: /tmp/pear/temp/amqp/amqp.c:255: error: âamqp_rpc_reply_tâ has no member named âlibrary_errorâ ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=59603&edit=1
