I have installed PHP 5.1.6 via yum a long time ago, and the configure option for SQLite is listed as '--without-sqlite' on info.php page. Now I need SQLite.
What is the easiest way to enable it?
1- Downloading the code from SQLite website
2- something like ./make install --with-sqlite? (I am a total noob at this point --- how?)
Thank you