Displaying 3 results from an estimated 3 matches for "client64".
Did you mean:
client4
2010 Dec 17
1
Passing LD_LIBRARY_PATH through sudo
...LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME
LC_NUMERIC \
LC_PAPER LC_TELEPHONE LC_TIME LC_ALL LANGUAGE LINGUAS \
_XKB_CHARSET XAUTHORITY"
Still my test call fails:
afarber at VM:~> echo $LD_LIBRARY_PATH
/usr/lib/oracle/11.2/client64
afarber at VM:~> sudo -E perl -e 'print $ENV{LD_LIBRARY_PATH}';
afarber at VM:~>
afarber at VM:~> sudo -E perl -e 'print $ENV{HOME}';
/home/afarber
Does anybody please have a suggestion here?
Thank you
Alex
2012 Mar 06
2
paquete ROracle en linux
Buenas.
Necesito conectarme a una BD Oracle desde linux debian y estoy probando
a instalar el paquete ROracle para usar la misma forma de conectarme que
tenĂa cuando usaban postgres. El tema es que al instalarlo me dice
* installing *source* package ?ROracle? ...
** package ?ROracle? successfully unpacked and MD5 sums checked
configure: error: OCI libraries not found
ERROR: configuration failed
2012 Mar 06
1
ROracle package
...I'm trying install roracle in my debian 64 bit system. I've read the
http://cran.r-project.org/web/packages/ROracle/INSTALL and I've
installed Oracel Instant Client by rpm package (using alien to deb convert).
When I try to install I write
export LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib:$LD_LIBRARY_PATH
in terminal and then I download ROracle_1.1-1.tar.gz from cran and I
type sudo R CMD INSTALL ROracle_1.1-1.tar.gz where I've downloaded the
tar.gz file.
I always get the same error
jose at jose-laptop:~/Descargas$ sudo R CMD INSTALL ROracle_1.1-1.tar.gz
* installing to l...