make
/bin/sh /root/sqlite3-0.5/libtool --mode=compile gcc -I. -I/root/sqlite3-0.5 -DPHP_ATOM_INC -I/root/sqlite3-0.5/include -I/root/sqlite3-0.5/main -I/root/sqlite3-0.5 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/root/sqlite3-0.5/include -DHAVE_CONFIG_H -g -O2 -c /root/sqlite3-0.5/php_sqlite3.c -o php_sqlite3.lo
gcc -I. -I/root/sqlite3-0.5 -DPHP_ATOM_INC -I/root/sqlite3-0.5/include -I/root/sqlite3-0.5/main -I/root/sqlite3-0.5 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/root/sqlite3-0.5/include -DHAVE_CONFIG_H -g -O2 -c /root/sqlite3-0.5/php_sqlite3.c -fPIC -DPIC -o .libs/php_sqlite3.o
In file included from /root/sqlite3-0.5/php_sqlite3.c:2:
/root/sqlite3-0.5/php_sqlite3.h:8:21: error: sqlite3.h: No such file or directory
/root/sqlite3-0.5/php_sqlite3.c:66: error: expected specifier-qualifier-list before 'sqlite3'
/root/sqlite3-0.5/php_sqlite3.c:82: error: expected specifier-qualifier-list before 'sqlite3_stmt'
/root/sqlite3-0.5/php_sqlite3.c: In function 'php_sqlite3_resource_destruction':
/root/sqlite3-0.5/php_sqlite3.c:109: error: 'php_sqlite3_resource' has no member named 'handle'
/root/sqlite3-0.5/php_sqlite3.c:111: error: 'php_sqlite3_resource' has no member named 'user_cb'
/root/sqlite3-0.5/php_sqlite3.c:111: error: 'php_sqlite3_resource' has no member named 'user_cb'
/root/sqlite3-0.5/php_sqlite3.c: In function 'php_sqlite3_stmt_resource_destruction':
/root/sqlite3-0.5/php_sqlite3.c:122: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c: In function 'zm_startup_sqlite3':
/root/sqlite3-0.5/php_sqlite3.c:143: error: 'SQLITE_INTEGER' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:143: error: (Each undeclared identifier is reported only once
/root/sqlite3-0.5/php_sqlite3.c:143: error: for each function it appears in.)
/root/sqlite3-0.5/php_sqlite3.c:144: error: 'SQLITE_FLOAT' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:145: error: 'SQLITE_TEXT' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:146: error: 'SQLITE_BLOB' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:147: error: 'SQLITE_NULL' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_libversion':
/root/sqlite3-0.5/php_sqlite3.c:174: warning: passing argument 1 of '_estrdup' makes pointer from integer without a cast
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_close':
/root/sqlite3-0.5/php_sqlite3.c:195: error: 'php_sqlite3_resource' has no member named 'handle'
/root/sqlite3-0.5/php_sqlite3.c:197: error: 'SQLITE_OK' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:201: error: 'SQLITE_BUSY' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_open':
/root/sqlite3-0.5/php_sqlite3.c:233: error: 'php_sqlite3_resource' has no member named 'handle'
/root/sqlite3-0.5/php_sqlite3.c:237: error: 'php_sqlite3_resource' has no member named 'handle'
/root/sqlite3-0.5/php_sqlite3.c:238: error: 'php_sqlite3_resource' has no member named 'handle'
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_error':
/root/sqlite3-0.5/php_sqlite3.c:262: error: 'php_sqlite3_resource' has no member named 'handle'
/root/sqlite3-0.5/php_sqlite3.c:262: warning: passing argument 1 of '_estrdup' makes pointer from integer without a cast
/root/sqlite3-0.5/php_sqlite3.c: In function 'php_sqlite3_callback':
/root/sqlite3-0.5/php_sqlite3.c:289: error: 'php_sqlite3_resource' has no member named 'user_cb'
/root/sqlite3-0.5/php_sqlite3.c:310: error: 'php_sqlite3_resource' has no member named 'user_cb'
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_exec':
/root/sqlite3-0.5/php_sqlite3.c:355: error: 'php_sqlite3_resource' has no member named 'handle'
/root/sqlite3-0.5/php_sqlite3.c:363: error: 'php_sqlite3_resource' has no member named 'user_cb'
/root/sqlite3-0.5/php_sqlite3.c:364: error: 'php_sqlite3_resource' has no member named 'handle'
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_bind_int':
/root/sqlite3-0.5/php_sqlite3.c:397: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:397: error: 'SQLITE_OK' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_bind_double':
/root/sqlite3-0.5/php_sqlite3.c:421: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:421: error: 'SQLITE_OK' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_bind_null':
/root/sqlite3-0.5/php_sqlite3.c:445: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:445: error: 'SQLITE_OK' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_bind_text':
/root/sqlite3-0.5/php_sqlite3.c:476: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:476: error: 'SQLITE_STATIC' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:476: error: 'SQLITE_OK' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_bind_blob':
/root/sqlite3-0.5/php_sqlite3.c:509: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:509: error: 'SQLITE_STATIC' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:509: error: 'SQLITE_OK' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_query':
/root/sqlite3-0.5/php_sqlite3.c:543: error: 'php_sqlite3_resource' has no member named 'handle'
/root/sqlite3-0.5/php_sqlite3.c:543: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:548: error: 'php_sqlite3_stmt_resource' has no member named 'rsrc_id'
/root/sqlite3-0.5/php_sqlite3.c:549: error: 'php_sqlite3_stmt_resource' has no member named 'rsrc_id'
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_query_exec':
/root/sqlite3-0.5/php_sqlite3.c:574: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:576: error: 'php_sqlite3_stmt_resource' has no member named 'rsrc_id'
/root/sqlite3-0.5/php_sqlite3.c:578: error: 'SQLITE_DONE' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:578: error: 'SQLITE_ROW' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c: In function 'php_sqlite_fetch_result':
/root/sqlite3-0.5/php_sqlite3.c:594: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:598: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:601: error: 'SQLITE_INTEGER' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:602: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:605: error: 'SQLITE_FLOAT' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:606: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:609: error: 'SQLITE_TEXT' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:610: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:610: warning: passing argument 1 of '_estrdup' makes pointer from integer without a cast
/root/sqlite3-0.5/php_sqlite3.c:613: error: 'SQLITE_BLOB' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:614: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:614: warning: passing argument 1 of '_estrdup' makes pointer from integer without a cast
/root/sqlite3-0.5/php_sqlite3.c:614: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:618: error: 'SQLITE_NULL' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:623: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:629: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:629: warning: passing argument 1 of '_estrdup' makes pointer from integer without a cast
/root/sqlite3-0.5/php_sqlite3.c:629: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:629: warning: passing argument 1 of '_estrdup' makes pointer from integer without a cast
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_fetch':
/root/sqlite3-0.5/php_sqlite3.c:655: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:656: error: 'SQLITE_ROW' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_fetch_array':
/root/sqlite3-0.5/php_sqlite3.c:681: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:682: error: 'SQLITE_ROW' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_column_count':
/root/sqlite3-0.5/php_sqlite3.c:705: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_column_name':
/root/sqlite3-0.5/php_sqlite3.c:724: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c:724: warning: passing argument 1 of '_estrdup' makes pointer from integer without a cast
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_column_type':
/root/sqlite3-0.5/php_sqlite3.c:743: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_query_close':
/root/sqlite3-0.5/php_sqlite3.c:763: error: 'php_sqlite3_stmt_resource' has no member named 'stmt'
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_last_insert_rowid':
/root/sqlite3-0.5/php_sqlite3.c:786: error: 'php_sqlite3_resource' has no member named 'handle'
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_changes':
/root/sqlite3-0.5/php_sqlite3.c:805: error: 'php_sqlite3_resource' has no member named 'handle'
/root/sqlite3-0.5/php_sqlite3.c: At top level:
/root/sqlite3-0.5/php_sqlite3.c:814: error: expected ')' before '*' token
/root/sqlite3-0.5/php_sqlite3.c: In function 'zif_sqlite3_create_function':
/root/sqlite3-0.5/php_sqlite3.c:941: error: 'php_sqlite3_resource' has no member named 'handle'
/root/sqlite3-0.5/php_sqlite3.c:941: error: 'SQLITE_ANY' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:941: error: 'php_sqlite3_user_function_cb' undeclared (first use in this function)
/root/sqlite3-0.5/php_sqlite3.c:943: error: 'SQLITE_ERROR' undeclared (first use in this function)
make: *** [php_sqlite3.lo] Error 1