in reply to Re^2: Can't locate loadable object for module DBD::Oracle in @INC
in thread Can't locate loadable object for module DBD::Oracle in @INC

"Can't locate loadable object for module DBD::Oracle" can also means it can't find/access dependencies. Use ldd on DBD/Oracle.so. It's probably going to be in a subdir of /usr/local/lib64/perl5/5.32. I'm guessing /usr/local/lib64/perl5/5.32/auto

Replies are listed 'Best First'.
Re^4: Can't locate loadable object for module DBD::Oracle in @INC
by cavac (Prior) on Apr 10, 2025 at 12:21 UTC
Re^4: Can't locate loadable object for module DBD::Oracle in @INC
by Calab (Initiate) on Apr 10, 2025 at 13:52 UTC

    Thank you very much!

    It was indeed a permissions issue in the auto directory. Everything appears to be working well now.

    Thanks for the help everyone!

      Might as well make sure all of /usr/local/lib64/perl5 is correct.

      chmod -R 755 /usr/local/lib64/perl5