Re: Bundle::DBI and DBD::Oracle failing
Dean Pearce <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <[email protected]> |
That library is part of a compatibility package that isn't installed by default. On my build machine I've had to do the following: sudo yum -y install compat-libstdc++-33 After that the build succeeded. On 2016-06-22 2:00 PM, Tony D'Alfonso wrote: > > Confirming this email made it through. Slicing the output into > multiple messages. Can you help me with this error message? > > perl /stl/bin/test.pl > > install_driver(Oracle) failed: Can't load > '/root/perl5/lib/perl5/x86_64-linux-thread-multi/auto/DBD/Oracle/Oracle.so' > for module DBD::Oracle: libstdc++.so.5: cannot open shared object > file: No such file or directory at /usr/lib64/perl5/DynaLoader.pm line > 190. > > at (eval 4) line 3. > > Compilation failed in require at (eval 4) line 3. > > Perhaps a required shared library or dll isn't installed where expected > > at /stl/bin/test.pl line 3. > -- *Dean Pearce* Software Developer - Monitoring Tools Prime Pythian - Love your data [email protected] <mailto:[email protected]> | Twitter: @deanpearce <http://www.twitter.com/deanpearce> | Linkedin: Dean Pearce <http://www.linkedin.com/in/deanpearce89> Tel: +1 613 565 8696 x 1384 Mobile: +1 613 697 2114 www.pythian.com <http://www.pythian.com> -- --