On Wed, Sep 20, 2006 at 10:37:34AM +0300, Stefan Lambrev wrote: > Hi, > > Joseph Olatt wrote: > > On Tue, Aug 29, 2006 at 10:55:42AM +0300, Stefan Lambrev wrote: > > > >> Hi all, > >> > >> First sorry if this is not the right place to post my questions :) > >> > >> I'm trying to run linux-oracle-instantclient-sqlplus-10.2.0.2.20060331 > >> (ports/databases/linux-oracle-instantclient-sqlplus) > >> on FreeBSD 6.1-STABLE (i386 or/and amd64), but with no success for now. > >> > >> After installation I run: > >> > >> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/compat/linux/usr/lib/oracle/10.2.0.2.20060331/client/lib > >> > >> /compat/linux/usr/lib/oracle/10.2.0.2.20060331/client/bin/sqlplus /nolog > >> > >> but it just freezes. Friend of mine told me that he have no problems > >> with FreeBSD 5.4(i386) > >> > >> My goal is to run oracle-instant client (i386) on FreeBSD-6.x amd64. > >> > >> So is there some big change in linux module in FreeBSD 6.1 compared to 5.4 > >> ? > >> Did somebody manage to run successfully linux-instant-oracle-client > >> under FreeBSD 6.1 (i386/amd64)? > >> Please help :)) > >> > >> P.S. oracle instant client does not depend on any linux_base, which was > >> little strange for me, but just for info > >> I have installed latest linux_base_fc4. > >> > >> Thanks in advance. > >> > >> -- > >> Best Wishes, > >> Stefan Lambrev > >> ICQ# 24134177 > >> > > > > > > FWIW, I have oracle8-client-0.1.1_1 package running in FreeBSD 6-STABLE. > > This package does not have sqlplus but allows me to connect to Oracle > > using p5-DBD-Oracle-1.16_3 & p5-DBI-1.50 and perl. > > > > > > $ pkg_info | egrep "Oracle|DBI" > > oracle8-client-0.1.1_1 Oracle 8 client > > p5-DBD-Oracle-1.16_3 DBI driver for Oracle RDBMS server > > p5-DBI-1.50 The perl5 Database Interface. Required for DBD::* > > modules > > > > > Is there any way to make this under FreeBSD 6.x amd64 ? > FreeBSD 6.1-STABLE amd64 ?
It appears that the current port of oracle8-client in the ports tree only support i386 $ grep ARCH /usr/ports/databases/oracle8-client/Makefile ONLY_FOR_ARCHS= i386 As of now, I don't have access to an amd64 machine and hence I've no idea what would happen if you tried to use the current oracle8 client libraries on it. regards, joseph [snip] _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"