Apache2 cgi's crash on odbc db access (but run fine from shell)
- by Martin
Problem overview (details below):
I'm having an apache2 + ruby integration problem when trying to connect to an ODBC data source. The main problem boils down to the fact that scripts that run fine from an interactive shell crash ruby on the database connect line when run as a cgi from apache2. Ruby cgi's that don't try to access the ODBC…