0

i get this error on a page on load:

PHP Startup: Unable to load dynamic library '/usr/lib/php5/20131226/gettext.so' - /usr/lib/php5/20131226/gettext.so: cannot open shared object file: No such file or directory

But i checked phpinfo and Gettext support is enabled Also i've already installed gettext and php-gettext, but gettext.so does not exists on that path! I'm PHP Version 5.6.4-4ubuntu6.4

ebelair
  • 844
  • 11
  • 27

1 Answers1

0

Just had to comment extension in apache2/php.ini:

;extension=gettext.so
ebelair
  • 844
  • 11
  • 27