3

I want to active the gnupg extension for php7. But I can't find a package for pecl for php7.

Does anyone know a way to install pecl for php7 or how to activate gnupg without pecl?

Jan Wytze
  • 153

1 Answers1

0

You can install the pecl-gnupg extension using ports or packages in FreeBSD.

pkg install pecl-gnupg

or

cd /usr/ports/security/pecl-gnupg; make install clean

FreeBSD ports has hooks for fetching pecl packages. You can also install pear.