northshorenetworks / NSWall

The Main NSWall Code Home
Other
3 stars 0 forks source link

Add SQLite support to php when building for 4.8 #110

Closed jamesmr89 closed 13 years ago

jamesmr89 commented 14 years ago

16 Compiling SQLite3 into PHP 17 18 1. Unpack sqlite source package to $PHP_SOURCE_DIR/ext/sqlite3 19 2. In php source root directory run the following commands: "rm configure && ./buildconf --force" 20 3. Configure PHP with command "./configure --with-sqlite3" 21 4. Run make && make install

jamesmr89 commented 14 years ago

./configure --without-mysql --with-pear --with-openssl --enable-discard-path --enable-radius --enable-sockets --enable-bcmath --with-config-file-path=/etc