Sr. Web Developer
mediabistro.com
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume

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.
        cd foo
        phpize
        ./configure --with-sqlite
        su
        make all install
 
(Commands courtesy PECL-Dev Mailing List Member Sara Golemon)
[ Next Page ]

[Page 1]  [Page 2]  


Comments:
install problemRichard Hulbert07/19/05 12:08
RE: e-music studioKason05/02/05 14:35
answersjfarrell04/20/05 12:48
help pleaseted01/09/05 22:07
sqlite3Praveen Kumar B N12/17/04 01:24
i can not call a php code in javascripthabtamu yihidego11/26/04 10:30
e-music studiovijay11/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.

Add A Comment:

Name:

Email:

Subject:

Message:

To reduce spam posts, messages are now manually approved

You are not [logged in]. That means your account will not get credit for this post.