I managed to figure out what was the root of the problem. I had to
export in LD_LIBRARY_PATH the oracle lib's prior starting apache2. i
had in httpd.conf set env var with the oracle path but it seems it
wasn't ok.
Anyway, now i have another problem:
"[Fri Jul 11 16:32:13 2008] [dbd_odbc] SQLConnect returned SQL_ERROR
(-1) at apr_dbd_odbc.c:596 [unixODBC][Oracle][ODBC][Ora]ORA-01005:
null password given; logon denied
28000
"
even if i set the password like this:
DBDParams "DATASOURCE=test,USER=sa,PASSWORD='testare' "
If you have any ideea let me know.
Thanks,