I have to use a Perl script on different (linux based) Database machines with the DBI module to connect. The oracle drivers are installed, too.
Perl and all the modules are only installed on my 'home' machine, it's not possible on the others. So i tried to copy the modules from the working machine to a DB machine.
I get following error:
install_driver(Oracle) failed: Unable to get DBI state function. DBI not loaded. at /usr/lib64/perl5/DynaLoader.pm line 223.
Compilation failed in require at (eval 5) line 3.
My modules are installed with cpanmini, how can i find out which modules to copy for my script? I think there are dependencies which i don't recognize?!