Re: R, unixodbc easysoft problems

2006-06-02 Thread vittorio
Yes, I have it

ls -al /usr/compat/linux/lib/libm.so.6
lrwxr-xr-x  1 root  wheel  13 15 Mar 14:32 /usr/compat/linux/lib/libm.so.6 - 
libm-2.3.2.so

Vittorio

Alle 13:18, giovedì 01 giugno 2006, Lowell Gilbert ha scritto:
 Vittorio [EMAIL PROTECTED] writes:
  I installed first, from the ports, unixodbc, then the latest oracle
  easysoft driver on my FBSD 6.1 box, following the included
  instructions. When using unixodbc with postgresql, plain sailing, it
  works like a charm!
  But when I try to connect via odbc to oracle (here
  an instance of the statistical software R) I get:
 
  1: [RODBC] ERROR:
  state 01000, code 0, message [unixODBC][Driver Manager]Can't open lib
  '/usr/compat/linux/usr/local/easysoft/oracle/libesoracle.so' : Shared
  object libm.so.6 not found, required by libesoracle.so
 
  and
  issuing:
  /compat/linux/usr/bin/ldd -v libesoracle.so
  /compat/linux/usr/bin/ldd: /lib/ld-linux.so.2: not found
  ldd: /lib/ld-
  linux.so.2 $exited with unknown exit code (127)
 
  I understand that
  there's something to be set as far as libraries to be used  linked are
  concerned.

 Do you have the missing library?
 On my system, it was installed by the linux_base port, and is
 /usr/compat/linux/lib/libm.so.6
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


R, unixodbc easysoft problems

2006-06-01 Thread Vittorio
I installed first, from the ports, unixodbc, then the latest oracle 
easysoft driver on my FBSD 6.1 box, following the included 
instructions. When using unixodbc with postgresql, plain sailing, it 
works like a charm!
But when I try to connect via odbc to oracle (here 
an instance of the statistical software R) I get:

1: [RODBC] ERROR: 
state 01000, code 0, message [unixODBC][Driver Manager]Can't open lib 
'/usr/compat/linux/usr/local/easysoft/oracle/libesoracle.so' : Shared 
object libm.so.6 not found, required by libesoracle.so

and 
issuing:
/compat/linux/usr/bin/ldd -v libesoracle.so
/compat/linux/usr/bin/ldd: /lib/ld-linux.so.2: not found
ldd: /lib/ld-
linux.so.2 $exited with unknown exit code (127)

I understand that 
there's something to be set as far as libraries to be used  linked are 
concerned.

Is there anyone out there able to point me at documents 
where the exact setting up of the easysoft oracle driver ** ON FBSD ** 
is explained OR able to explain how to set it up on the same OS?

Thanks a lot - Vittorio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: R, unixodbc easysoft problems

2006-06-01 Thread Lowell Gilbert
Vittorio [EMAIL PROTECTED] writes:

 I installed first, from the ports, unixodbc, then the latest oracle 
 easysoft driver on my FBSD 6.1 box, following the included 
 instructions. When using unixodbc with postgresql, plain sailing, it 
 works like a charm!
 But when I try to connect via odbc to oracle (here 
 an instance of the statistical software R) I get:

 1: [RODBC] ERROR: 
 state 01000, code 0, message [unixODBC][Driver Manager]Can't open lib 
 '/usr/compat/linux/usr/local/easysoft/oracle/libesoracle.so' : Shared 
 object libm.so.6 not found, required by libesoracle.so

 and 
 issuing:
 /compat/linux/usr/bin/ldd -v libesoracle.so
 /compat/linux/usr/bin/ldd: /lib/ld-linux.so.2: not found
 ldd: /lib/ld-
 linux.so.2 $exited with unknown exit code (127)

 I understand that 
 there's something to be set as far as libraries to be used  linked are 
 concerned.

Do you have the missing library?
On my system, it was installed by the linux_base port, and is 
/usr/compat/linux/lib/libm.so.6
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]