I have installed apache 2 and php 5 with the sqlite support (--with-sqlite).
However when i try to execute sqlite_open ("database_name") or new SQLiteDatabase("database_name") from the php page i get the following errors:
"Database could not be opened" or "database is encrypted or not found".
The phpinfo(); works just fine but it seems like i can't get or call any sqlite commands.
Can anyone help me getting php 5 with SQLite to work on Redhat 9.
I have also tried installing SQLite from a source and specifying the library during php build (--with-sqlite=/usr/local/sqlite3/lib) to no avail. I don't use php.ini as i understand is not needed.
Any help is appreciated.
Thank you,
Wesley


