Compiling DBD::Oracle 1.17 with LD_RUN_PATH
- From: rjk-dbi@xxxxxxxxxxx (Ronald J Kimball)
- Date: Fri, 29 Sep 2006 12:47:55 -0400
I had just built and installed DBD::Oracle 1.17, and I found that I couldn't
use it unless I had LD_LIBRARY_PATH set in my environment. However, with an
installation of DBD::Oracle 1.06, I didn't need LD_LIBRARY_PATH set.
It turns out that the Makefile for 1.06 sets LD_RUN_PATH, which then gets
included in the compiled Oracle.so file, making LD_LIBRARY_PATH unnecessary.
The Makefile for 1.17, on the other hand, doesn't set LD_RUN_PATH.
By setting LD_RUN_PATH in my environment, I was able to build 1.17 with the
path included in Oracle.so.
I'm curious why this change in behavior occured.
thanks,
Ronald
.
- Prev by Date: Re: Bug found when using a stored procedure with DB2 and DBD::ODBC
- Next by Date: Re: Compiling DBD::Oracle 1.17 with LD_RUN_PATH
- Previous by thread: Re: Statement Handle still Active
- Next by thread: Re: Compiling DBD::Oracle 1.17 with LD_RUN_PATH
- Index(es):