I have been using SQLite successfully for quite some time. I recently installed it on a friends server in order to use it there.
While I am able to access the db file just fine when I run my perl script from the shell prompt I get the following error when trying to run it from a cgi-bin. unable to open database file This seems to be a permissions issue or something. I have given the db fill full permissions (777) but still no luck. What else can I check? Thanks. Steve