> When I hit a page that attempts to tap the database, I am graced with > the following error: > > Unable to load dynamic library /usr/lib/php4/sqlite.so > > Cannot open shared object file: Permission denied on Line 0... > > Any help anyone could give would be great.
Did you try changing permissions on the file? like so: chmod uog+rx /usr/lib/php4/sqlite.so