|
SQLite Support for PHP4
For those of you who wish to build the module yourself, this can be done
in a few steps. The first step, of course, is to obtain the tarball and
untar it. Once this is complete, enter the newly created directory.
Next run the 'phpize' program which will in effect build a module tree
from the included files that can be configured and installed. Note: If
you get a 'command not found' when you attempt to run phpize, make sure
it is in your path and that your copy of PHP came with the binary
(/path/to/php/bin). If you obtained PHP from a vendor package, you will
need the development package as well. Once this is complete you are
ready to configure the module for installation. This is done simply by
using ./configure --with-sqlite.
Following a successful ./configure, su to root and make all install.
This will compile the extension and place the .so file in a subdirectory
under the extensions directory. As previously stated, you may have to
create this directory path, if it doesn't already exist. In the end, you
should issue the following commands to the Command Line Interface.
[ Next Page ]
cd foo
phpize
./configure --with-sqlite
su
make all install
(Commands courtesy PECL-Dev Mailing List Member Sara Golemon)
| Comments: | ||
| install problem | Richard Hulbert | 07/19/05 12:08 |
| RE: e-music studio | Kason | 05/02/05 14:35 |
| answers | jfarrell | 04/20/05 12:48 |
| help please | ted | 01/09/05 22:07 |
| sqlite3 | Praveen Kumar B N | 12/17/04 01:24 |
| i can not call a php code in javascript | habtamu yihidego | 11/26/04 10:30 |
| e-music studio | vijay | 11/21/04 23:32 |
|
If you are looking for help, please post on the appropriate forum here. Your questions will be answered much more quickly. | ||


