On my woody box, configure finished fine but with...

Generating files
updating cache ./config.cache
creating ./config.status
creating php5.spec
creating main/build-defs.h
creating scripts/phpize
creating scripts/man1/phpize.1
sed: can't read ./scripts/man1/phpize.1.in: No such file or directory
creating scripts/php-config
creating scripts/man1/php-config.1
sed: can't read ./scripts/man1/php-config.1.in: No such file or directory
creating sapi/cli/php.1
creating main/php_config.h
creating main/internal_functions.c
creating main/internal_functions_cli.c


... then during make:


In file included from
/usr/local/src/php-5.0.5RC1/ext/sqlite/libsqlite/src/sqliteInt.h:16,
                 from parse.y:34:
/usr/local/src/php-5.0.5RC1/ext/sqlite/libsqlite/src/config.h:1:
/usr/local/src/php-5.0.5RC1/config.h: No such file or directory
make: *** [ext/sqlite/libsqlite/src/parse.lo] Error 1

This by adding 'with-sqlite=shared' to the config line.
Without this option it builds fine.

Mike



Wez Furlong wrote:
> I think I saw a configure related problem with the sqlite 
> extension recently.
> I won't be able to check on this until thursday, maybe 
> wednesday if things go well during the week.
> 
> If someone else has time before I do, can they try building 
> sqlite as a shared extension to verify if there was a problem?
> 
> --Wez.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to