On Tue, Jan 08, 2002 at 05:50:06PM +0100, [EMAIL PROTECTED] wrote: > thanks for your help, but as I spent the whole day with my problem, so it naturally >changed (did grow?).. ;)) > > my first problem is/was: > Config.pm returns "old" values (e.g. "SunOS 5.7" instead of "SunOs 5.8"), so I >manually changed all "cc"-entries to "gcc".
Bad idea. Your DBD::Oracle and DBI should always be built with the same compiler as built the perl you'll be using it with. All else is doomed to heartache. Build yourself a new perl and start over. Tim.