RE: :Oracle with Oracle 10g, Solaris 64 bit success...

2005-08-04 Thread h-taguchi
Yesterday my friend installed perl from Sunfree and installed DBD::Oracle with "-r=build64" at "perl Makefile.pl" He said he can resolve the compile error of ELFCLASS64. Did you try "-r=build64" Regards, Hirosi Taguti [EMAIL PROTECTED] > -Original Message- > From: Jeff Urlwin [mailto:[E

DBD::Oracle with Oracle 10g, Solaris 64 bit success...

2005-08-04 Thread Jeff Urlwin
For any of you who may have/had problems with building DBD::Oracle with Oracle 10g under Solaris, I got it working with a 32-bit perl by putting $ORACLE_HOME/lib32 in front of $ORACLE_HOME/lib in my LD_LIBRARY_PATH. The error you get relates to "Wrong ELF Class" if you don't put the right libs

Re: DBI v2 - The Plan and How You Can Help

2005-08-04 Thread Steven Lembark
> Which is why major DBMSs are increasingly relying on SSO > based solutions. (e.g., Kerberos/LDAP authentication). > Not certain if DBI is the proper level to implement that, > (probably needs to be down at the DBD <=> DBMS level). > And "in a standard way" may still be wishful thinking. > > Als