search for: libclntsh

Displaying 12 results from an estimated 12 matches for "libclntsh".

2007 Apr 30
1
ROracle issues
...l/include -fpic -O2 -g -std=gnu99 -c RS-DBI.c -o RS-DBI.o make[1]: Leaving directory `/tmp/R.INSTALL.e14574/ROracle/src' proc CODE=ANSI_C MODE=ORACLE INCLUDE=/usr/lib64/R/include \ PARSE=NONE LINES=false PREFETCH=1 RS-Oracle.pc proc: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory make: *** [RS-Oracle.c] Error 127 ERROR: compilation failed for package 'ROracle' ** Removing '/usr/lib64/R/library/ROracle' Now, to check for the libclntsh.so.10.1 file, did the following: CD $ORACLE_H...
2007 Nov 02
3
ruby-oci8 build fails
...with it up until OCIInitialize(). Anybody got this to work? [relevant output] /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby / Users/dmholmes/Desktop/ruby-oci8-1.0.0-rc2/ext/oci8/extconf.rb checking for load library path... (DYLD_LIBRARY_PATH)... /opt/oracle/ instantclient10_1/libclntsh.dylib.10.1 looks like an instant client. checking for cc... ok checking for gcc... yes checking for LP64... no checking for ruby header... ok checking for OCIInitialize() in oci.h... no --------------------------------------------------- error messages: Could not compile with Oracle instant client....
2011 Jul 12
1
Can zpool permanent errors fixed by scrub?
...g/oraus.msb /zones/cctsprod/root/ccts/oracle/app/product/10.2.0/lib/libnnz10.so /zones/cctsprod/root/ccts/oracle/app/product/10.2.0/dbs/hc_ccts.dat /zones/cctsprod/root/ccts/oracle/app/product/10.2.0/bin/tnslsnr /zones/cctsprod/root/ccts/oracle/app/product/10.2.0/lib/libclntsh.so.10.1 /zones/cctsprod/root/ccts/oracle/app/product/10.2.0/lib32/libclntsh.so.10.1 root at audcourtdb1 # ls -la /zones/cctsprod/root/ccts/oracle/app/product/10.2.0/lib32/libclntsh.so.10.1 -rwxr-xr-x 1 oracle oinstall 22033380 Jun 25 12:00 /zones/cctsprod/root/ccts/oracle/app/product/10...
2014 Oct 21
1
Asterisk 11.9.0 crash and restart
...ce yet. Could anybody tell me a cause or workaround of this problem? The result of "bt full" for the core file is this. (gdb) bt full #0 0x0000003e94230265 in raise () from /lib64/libc.so.6 No symbol table info available. #1 0x00002aaab22946b2 in skgesigOSCrash () from /usr/local/lib/libclntsh.so.11.1 No symbol table info available. #2 0x00002aaab2532705 in kpeDbgSignalHandler () from /usr/local/lib/libclntsh.so.11.1 No symbol table info available. #3 0x00002aaab22948c2 in skgesig_sigactionHandler () from /usr/local/lib/libclntsh.so.11.1 No symbol table info available. #4 <signal h...
2006 Mar 03
1
Problem with oracle&httpd...
...s apachectl scripts but I am getting the following error in the logs: ========================================= [Fri Mar 03 00:31:25 2006] [error] [client 192.168.251.6] Can't load '/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libclntsh.so.10.1: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230. ============================================ Also I disabled SELlinux, defined all of the above mentioned env variables in /etc/profile but now use. One weird t...
2006 Jun 12
3
AMD64 + Debain + rails + Oracle ?
Hi folks, Does anyone know how to install the OCI8 ruby interface on Debian64 without having to install Oracle? My understanding, from experience with Debian i386, is that you need Oracle (specifically the SQLPlus) installed to be able to compile OCI8. Since my new dev machine is AMD64 running Debian, I''m stuck. My rails applications need to connect to a remote Oracle 10g, but cannot
2008 Mar 31
16
Mongrels stop responding
I have a Rails 1.2.3 app (due for an update, I know) running on a Mongrel 1.1.4 behind Apache 2.2.3 mod_proxy on Debian 4.0. It keeps hanging up for no reason I can tell. I have tried everything that anyone has ever hinted at being a solution for this problem: - The application doesn''t use MySQL, so setting the connection timeout won''t help. - Using AR not PStore for sessions. -
2008 Oct 01
8
Mongrel_Cluster unable to access OCI8 library
...al/bin/mongrel_rails start -d -e production -a 0.0.0.0 -c /home/chris/kitry/FDS_Server --user chris --group chris -p 4002 -P log/mongrel.4002.pid -l log/mongrel.4002.log Unfortunately, this time, my application logs the following error message: LoadError (Oracle/OCI libraries could not be loaded: libclntsh.so.11.1: cannot open shared object file: No such file or directory - /usr/local/lib/ruby/site_ruby/1.8/i686-linux/oci8lib.so): ... ... What could be causing the processes to correctly read the library file in the first situation, but not in the second? Both are run by the same user, in the same gr...
2004 May 24
1
ROracle on RHEL 3 x86_64
Hello, I am trying to configure my system with ROracle. I am running RHEL 3 AS x86_64. I have the Oracle client 9.2.0.4 x86_64. I have successfully compiled and run both R-1.8.1 and R-1.9.0 (tried ROracle on both installations). I am using DBI 1.8 and ROracle 0.5-4. I have used both the default Redhat installed gcc 3.2.3 and gcc 3.4. I am able to compile ROracle successfully with the
2006 Mar 08
5
Ruby/LDAP on Rails
This is wierd. I''m trying to get Ruby/LDAP up and working, and at least the basics work fine under irb: irb(main):001:0> require ''ldap'' => true irb(main):002:0> LDAP::Conn.new() => #<LDAP::Conn:0x1b87ac> irb(main):003:0> So far, so good. All LDAP::Conn.new does is call ldap_init with host and port parameters, which in turn just allocates the
2009 Sep 16
12
Connecting to Oracle (Solaris Sparc 10)
My company''s System-admin installed Ruby and Gems (using Sun Coolstack package) and I have sudo access to ruby, gem etc. Now I need to get my app to talk to oracle db (through network). From what I understand, it requires three steps: Step 1: Install oracle instant client ( I installed it in my ~/oracle/ instantclient_11_1) Step2: Install OCI8 libraries (this is where I am stuck). Here is
2006 Mar 07
2
R started in terminal shell script or ESS steps on LD_LIBRARY_PATH?
...I still cannot get odbcConnect() to work. I still get the error that I was getting in the two initial R startup situations: Warning messages: 1: [RODBC] ERROR: state 01000, code 0, message [unixODBC][Driver Manager]Can't open lib '/usr/lib/oracle/10.2.0.1/client/lib/libsqora.so.10.1' : libclntsh.so.10.1: cannot open shared object file: No such file or directory 2: ODBC connection failed in: odbcDriverConnect(st, case = case, believeNRows = believeNRows) The above error is what has been driving me nuts for the past two days, since clearly these files are present and it works in R from th...