Author Topic: *Solved* Since upgrade to Debian 11  (Read 317 times)

spicer

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • ltspiceusers.ch
*Solved* Since upgrade to Debian 11
« on: November 05, 2022, 10:08:26 pm »
The following error comes every 2 days:
Code: [Select]
PHP Warning:  PHP Startup: Unable to load dynamic library 'mysql.so' (tried: /usr/lib/php/20190902/mysql.so (/usr/lib/php/20190902/mysql.so: cannot open shared object file: No such file or directory), /usr/lib/php/20190902/mysql.so.so (/usr/lib/php/20190902/mysql.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
Why?
Pls no the answer: "New installation"
« Last Edit: September 15, 2023, 10:13:39 pm by spicer »
Translator for german EHCPforce

earnolmartin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 302
    • View Profile
Re: Since upgrade to Debian 11
« Reply #1 on: December 06, 2022, 08:37:22 pm »
I believe the mysql library is deprecated.  I think you can install it, and then the error would go away.  That, or you can remove the loading call from php.ini for that library.

mysqli is the standard now.

spicer

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • ltspiceusers.ch
Re: Since upgrade to Debian 11
« Reply #2 on: September 15, 2023, 10:12:54 pm »
Solved since upgrade to Debian 12
Translator for german EHCPforce