• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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