Re: frustrating error DBD::mysql CentOS8

2020-06-03 Thread Bruce Johnson
Well I got it to work, but I don’t understand why the fix worked. A person on the mod_perl list suggested I go over my ‘use’ statements in the mod_perl startup file run when Apache is initialized. The script worked without errors in mod_perl after adding '/usr/lib64/perl5/vendor_perl’ to my

Re: frustrating error DBD::mysql CentOS8

2020-06-03 Thread Bruce Johnson
On Jun 2, 2020, at 12:30 PM, Andreas Mock mailto:andreas.m...@web.de>> wrote: Hi Bruce, only some hints. It sounds to me like a shared object mess which may be possible after upgrading. It may be something in my mod_perl environment. I constructed a quick test script that queries the

AW: frustrating error DBD::mysql CentOS8

2020-06-02 Thread Andreas Mock
e lib 'thatdirectory';" in front of a testscript and let DBI grab that version of the driver binding for you. Von: Bruce Johnson Gesendet: Dienstag, 2. Juni 2020 19:56 An: dbi users Betreff: frustrating error DBD::mysql CentOS8 I’ve copied a working script from one server to another

Re: frustrating error DBD::mysql CentOS8

2020-06-02 Thread Bruce Johnson
To clarify the DBD::mysql module is present, is reachable via @INC and has a ‘driver’ method present. On Jun 2, 2020, at 10:55 AM, Bruce Johnson mailto:john...@pharmacy.arizona.edu>> wrote: I’ve copied a working script from one server to another (upgrading a web application server from

frustrating error DBD::mysql CentOS8

2020-06-02 Thread Bruce Johnson
I’ve copied a working script from one server to another (upgrading a web application server from Cnetos6 to centos8) and I keep getting the error: [Tue Jun 02 10:29:32.289698 2020] [:error] [pid 3729:tid 140210163652352] DBD::mysql initialisation failed: Can't locate object method "driver" via