pdlib icon indicating copy to clipboard operation
pdlib copied to clipboard

Can't execute "phpenmod pdlib" because pdlib.ini is missing

Open Shaalan15 opened this issue 4 years ago • 1 comments

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?

Shaalan15 avatar Jul 17 '21 08:07 Shaalan15

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.

nerdling avatar Nov 11 '21 19:11 nerdling