php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29052 sqlite blocks make process
Submitted: 2004-07-07 19:40 UTC Modified: 2004-07-10 14:51 UTC
From: lhesp at tiscali dot nl Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.0.0RC3 OS: Red Hat 9
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lhesp at tiscali dot nl
New email:
PHP Version: OS:

 

 [2004-07-07 19:40 UTC] lhesp at tiscali dot nl
Description:
------------
Configuring goes fine. But Make process stops when working on sqlite with the following remarks:

/home/download/php-5.0.0RC3/libtool --silent --preserve-dup-deps --mode=compile gcc -I/home/download/php-5.0.0RC3/ext/sqlite/libsqlite/src -Iext/sqlite/ -I/home/download/php-5.0.0RC3/ext/sqlite/ -DPHP_ATOM_INC -I/home/download/php-5.0.0RC3/include -I/home/download/php-5.0.0RC3/main -I/home/download/php-5.0.0RC3 -I/home/download/php-5.0.0RC3/Zend -I/usr/include/libxml2 -I/usr/local/imap-2001/include -I/usr/kerberos/include -I/usr/local/mysql/include  -I/home/download/php-5.0.0RC3/TSRM  -g -O2  -prefer-pic -c /home/download/php-5.0.0RC3/ext/sqlite/libsqlite/src/opcodes.c -o ext/sqlite/libsqlite/src/opcodes.lo
no /home/download/php-5.0.0RC3/ext/sqlite/libsqlite/src/parse.y
make: no: Command not found
make: *** [/home/download/php-5.0.0RC3/ext/sqlite/libsqlite/src/parse.c] Error 127


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-08 08:57 UTC] derick@php.net
What is your full configure line to ./configure (for PHP)?
 [2004-07-09 19:09 UTC] lhesp at tiscali dot nl
./configure --prefix=/www/php --with-apxs2=/www/bin/apxs --with-config-file-path=/www/php --enable-sockets --with-imap=/usr/local/imap-2001 --with-imap-ssl=/usr/include/openssl --with-kerberos=/usr/kerberos --with-mysql=/usr/local/mysql --with-zlib-dir=/usr/local/lib --with-gd 

adding:
--disable-sqlite
did make no difference
 [2004-07-10 14:22 UTC] derick@php.net
Try to do this:
touch /home/download/php-5.0.0RC3/ext/sqlite/libsqlite/src/parse.c

and run "make" again

Also, your --with-zlib-dir directive is wrong, it should not end in /lib
 [2004-07-10 14:51 UTC] wez@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Removed custom build steps from latest CVS: this problem should be gone now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 17 15:01:28 2024 UTC