Error PHP Unable to load dynamic library 'pdlib.so'


Recommended Posts

Nextcloud version (20.2.4):
Unraid version (6.8.3):
Swag version (installed Dec 19, I can’t find how to get version):
PHP version (eg, 7.1):

 

Steps to replicate it:

Log into nextcloud with Admin ID

Click setting

Click Logging

View logging logs

 

My error logs repeat this message every 5 min:

 

PHP Startup: Unable to load dynamic library 'pdlib.so' (tried: /usr/lib/php7/modules/pdlib.so (Error loading shared library /usr/lib/php7/modules/pdlib.so: No such file or directory), /usr/lib/php7/modules/pdlib.so.so (Error loading shared library /usr/lib/php7/modules/pdlib.so.so: No such file or directory)) at Unknown#0

Link to comment

Issue soved.  My php.ini file I configured from reading and trying from other's with more experience.  I am sure I copied this code from someplace and it is not needed

 

My file looks like this:

date.timezone = America/New_York
upload_max_filesize=20G
memory_limit=8G
max_execution_time=3600
max-imput_time=3600

 

[pdlib]
extension="pdlib.so"

 

I believe the pdlib calls for a third-party plugin of some sort I do not have nor do I need.  I removed the last two lines and solved the php error I've been receiving.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.