- Server operating system version
- Ubuntu 22.04.3 LTS
- Plesk version and microupdate number
- Plesk Obsidian Version 18.0.56
Hi Folks,
I have a perl script that is running without any problems with MariaDB on Ubuntu from console.
But when I call the script over Apache it fails. (Shebang and content-type is given and not the issue.)
When I call DBI->available_drivers();
on console it returns "DBM,ExampleP,File,Gofer,MariaDB,Mem,Proxy,Sponge".
when called via Apache it says "DBM,ExampleP,File,Gofer,Mem,Proxy,Sponge,mysql".
How or where can I configure this module nightmare?
Somehow it seems perl from console and perl from apache are using differen lib folders?
Greetings from Berlin
I have a perl script that is running without any problems with MariaDB on Ubuntu from console.
But when I call the script over Apache it fails. (Shebang and content-type is given and not the issue.)
When I call DBI->available_drivers();
on console it returns "DBM,ExampleP,File,Gofer,MariaDB,Mem,Proxy,Sponge".
when called via Apache it says "DBM,ExampleP,File,Gofer,Mem,Proxy,Sponge,mysql".
How or where can I configure this module nightmare?
Somehow it seems perl from console and perl from apache are using differen lib folders?
Greetings from Berlin