Home > Archive > PHP Questions and Answers > August 2005 > Re: [PHP-DEV] 5.0.5RC1 rolled
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-DEV] 5.0.5RC1 rolled
|
|
| Wez Furlong 2005-08-22, 6:58 pm |
| I think I saw a configure related problem with the sqlite extension recentl=
y.
I won't be able to check on this until thursday, maybe wednesday if
things go well during the w .
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.
On 8/22/05, Zeev Suraski <zeev@zend.com> wrote:
> www.php.net/~zeev/php-5.0.5RC1.tar.gz
> www.php.net/~zeev/php-5.0.5RC1.tar.bz2
>=20
> If there are no stoppers I'd like to release it towards the end of the we=
ek.
>=20
> Zeev
>=20
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>=20
>
| |
| Mike Robinson 2005-08-26, 9:55 pm |
| 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 w .
>
> 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.
| |
| Wez Furlong 2005-08-28, 6:55 pm |
| Thanks for checking; I'm working on a fix now.
--Wez.
On 8/26/05, Mike Robinson <mike@fiddy8.com> wrote:
> On my woody box, configure finished fine but with...
>=20
> 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
>=20
>=20
> ... then during make:
>=20
>=20
> 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
>=20
> This by adding 'with-sqlite=3Dshared' to the config line.
> Without this option it builds fine.
>=20
> Mike
>=20
>=20
>=20
> Wez Furlong wrote:
>=20
>
| |
| Wez Furlong 2005-08-28, 6:55 pm |
| Fixed in CVS. (just noticed that I could have just merged the
config.m4 back from head rather than re-investigating it, oh well.)
--Wez.
On 8/28/05, Wez Furlong <kingwez@gmail.com> wrote:
> Thanks for checking; I'm working on a fix now.
>=20
> --Wez.
>=20
> On 8/26/05, Mike Robinson <mike@fiddy8.com> wrote:
ry[color=darkred]
>
|
|
|
|
|