Comment 1 for bug 742823

Revision history for this message
pscott (pscott) wrote :

Same issue experienced on Natty too. libdrizzle installs to /usr/include/libdrizzle-1.0/libdrizzle/drizzle.h but when running the configure script the --with-drizzle= option does not allow you to properly specify the drizzle path and still fails.

This is confirmed by the fact that the configure script will complete when modifying line 1407 (after phpize) to:

if test -r $i/include/libdrizzle-1.0/libdrizzle/drizzle.h; then

on the drizzle-php-ext-0.5 download (.tar.gz)

the configure script will complete but make will fail with

drizzle-php-ext-0.5/php_drizzle.c:26:39: fatal error: libdrizzle/drizzle_client.h: No such file or directory
compilation terminated.
make: *** [php_drizzle.lo] Error 1