• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Unable to load dynamic library 'mcrypt.so' - Shared object "libltdl.so.4" not found

Red Paint

Basic Pleskian
Hi Folks,

# php -v
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/mcrypt.so' - Shared object "libltdl.so.4" not found, required by "mcrypt.so" in Unknown on line 0

Running FreeBSD.

Any ideas?
 
Seems you have there following files:

/usr/local/lib/libltdl.so.7
/usr/local/lib/libltdl.so

So, make a symlink from libltdl.so.4 –> libltdl.so

libltdl.so is a link to libltdl.so.7

ln -s /usr/local/lib/libltdl.so /usr/local/lib/libltdl.so.4

It should help.
 
Back
Top