Report Install Problem
Post the following information to rubyforge help forum or mail it to me.
note: Before reporting, check Platform Specific Issues.
the results of the following commands:
ruby --version ruby -r rbconfig -e "p Config::CONFIG['host']" ruby -r rbconfig -e "p Config::CONFIG['CC']" ruby -r rbconfig -e "p Config::CONFIG['CFLAGS']" ruby -r rbconfig -e "p Config::CONFIG['LDSHARED']" ruby -r rbconfig -e "p Config::CONFIG['LDFLAGS']" ruby -r rbconfig -e "p Config::CONFIG['DLDLAGS']" ruby -r rbconfig -e "p Config::CONFIG['LIBS']" ruby -r rbconfig -e "p Config::CONFIG['GNU_LD']"
if you use gcc:
gcc --print-prog-name=ld gcc --print-prog-name=as
on platforms which can use both 32bit/64bit binaries:
file `which ruby` file $ORACLE_HOME/bin/oracle # Full Client file INSTANT_CLIENT_DIRECTORY/libclntsh.* # Instant Client echo $LD_LIBRARY_PATH echo $LIBPATH # AIX echo $SHLIB_PATH # HP-UX PA-RISC 32-bit ruby echo $DYLD_LIBRARY_PATH # Mac OS X echo $LD_LIBRARY_PATH_32 # Solaris 32-bit ruby echo $LD_LIBRARY_PATH_64 # Solaris 64-bit ruby
Keyword(s):
References:[SideMenu] [Oracle Instant Client] [Oracle Full Client]