pdlib
pdlib copied to clipboard
Can't execute "phpenmod pdlib" because pdlib.ini is missing
Installed pdlib. Tests work. My Nextcloud installation does not detect it because I need to enable the PHP module, I believe. I cannot enable it because pdlib.ini is missing from /etc/php/7.4/mods-available... Any advice?
You can create /etc/php/7.4/mods-available/pdlib.ini with the content provided in the "Configure PHP installation" step:
https://github.com/goodspb/pdlib#configure-php-installation
After that file exists, you can then run phpenmod -v 7.4 pdlib.