On Wed, 02 Apr 2008, Octavian Rasnita wrote: > I want to install DBD::Oracle under Linux without needing to install the > Oracle client before, and I know that at least for Windows there is a ppm > repository that offer the DBD::Oracle packaged with the Oracle client, and I > hoped I could do the same thing under Linux. > > Is it possible at all? Is it possible only if I install ActivePerl for > Linux?
It will only be possible if your Perl has been compiled with the same options as ActivePerl. For example, if your Perl is not using ithreads on Linux, then the PPM packages will not be compatible. Cheers, -Jan _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
