Hi,<br><br>Thanks all for infromation. I'll try this patch today. I have two more questions. Have someone tried AXFR ACL's with oracle backend? is DNSSEC enabled by default using oracle backend or it need some kind of configuration flag? I cound not find any information from documentation.<br>
<br>Best Regards,<br>Margus Kiting <br><br><div class="gmail_quote">On 27 March 2013 22:44, a b <span dir="ltr"><<a href="mailto:tripivceta@hotmail.com" target="_blank">tripivceta@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">> Actually you can fix this with /etc/ld.so.conf, just make sure the lib dir(s)<br>
> are in, say, /etc/ld.so.conf.d/oracle or /etc/ld.so.conf and run ldconfig.<br>
><br>
> no need to use LD_LIBRARY_PATH<br>
<br>
</div>That only works on GNU/Linux; if the libraries and binaries are linked with -R, it is not necessary to set either LD_LIBRARY_PATH nor /etc/ld.so.conf, and that technique works on both GNU/Linux and all the System V UNIXes.<br>

<br>
As an additional measure, using the $ORIGIN link editor keyword will encode RUNPATH and RPATH into the ELF header,<br>
<br>
[9]     RUNPATH         $ORIGIN:$ORIGIN/../lib:$ORIGIN/../../lib:/opt/lib<br>
[10]    RPATH           $ORIGIN:$ORIGIN/../lib:$ORIGIN/../../lib:/opt/lib<br>
<br>
...causing the runtime linker to look in the current directory of the binary/library first ($ORIGIN), then in the other paths relative to the directory where the binary/library are ($ORIGIN:$ORIGIN/../lib:$ORIGIN/../../lib). This feature is supported by GNU ld, and ld's in Solaris, IRIX and HP-UX, and possibly other UNIX operating systems.<br>

<br>
After this, binary executables and libraries can be relocated anywhere, so long as the relative filesystem structure is preserved.<br>
<br>
The neat thing about the $ORIGIN keyword is that it causes the linker to always correctly find symbols in libraries and binaries, without having to depend on LD_LIBRARY_PATH or /etc/ld.so.conf.<br>
<br>
I would pay good money to find out why Oracle does not do this with their instant client libraries.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Pdns-users mailing list<br>
<a href="mailto:Pdns-users@mailman.powerdns.com">Pdns-users@mailman.powerdns.com</a><br>
<a href="http://mailman.powerdns.com/mailman/listinfo/pdns-users" target="_blank">http://mailman.powerdns.com/mailman/listinfo/pdns-users</a><br>
</div></div></blockquote></div><br>