10 Oct
2013
10 Oct
'13
9:10 a.m.
On 10/10/2013 08:39 AM, Puzzel wrote:
I've made configure at top level ./configure --with-oracle-lib-dir=/usr/lib/oracle/11.2/client64/lib --with-oracle-include-dir=/usr/include/oracle/11.2/client64
Then i made make, but i still can't find rlm_sql_oracle.so file. :/
Try reading the output of the build process, it will tell you what went wrong. Hint: Redirection: do_something 2>&1 | tee -a some_file -- John