I am trying to install Gettext on a CircleCI build machine (ubuntu 14.4), because my project depends on it.
I am running PHP 7.
I have successfully found the .ini file PHP use, and I have uncommented this line:
extension=php_gettext.dll
However, then I receive the following warning:
PHP Warning: PHP Startup: Unable to load dynamic library '/opt/circleci/php/7.0.2/lib/php/extensions/no-debug-non-zts-20151012/php_gettext.dll' - /opt/circleci/php/7.0.2/lib/php/extensions/no-debug-non-zts-20151012/php_gettext.dll: cannot open shared object file: No such file or directory in Unknown on line 0
What am I doing wrong?