Ik wil PHP compilen met gettext support. Maar het lukt niet. Op de ene serveer ging alles perfect, op de andere niet. Dit is mijn configure command:
Maar bij het ./configuren zegt ie dit
Ik gebruik PHP 4.2.0, op Slackware linux 8.0. Ik heb twee gettext versies gebruikt, 0.11 en 0.10.35, allebei hetzelfde. Ik heb ook al env update en updatedb aangeroepen maar dat mocht niet baten. Heeft iemand een oplossing.
code:
1
2
3
4
| ./configure --with-gd --with-png --with-zlib-dir=../zlib \ --with-mysql --with-pgsql \ --with- apxs=/usr/local/apache/bin/apxs \ --with-gettext --with-xml --with-mcrypt \ |
Maar bij het ./configuren zegt ie dit
code:
1
2
3
4
| checking for GNU gettext support... yes checking for bindtextdomain in -lintl... no checking for bindtextdomain in -lc... no configure: error: Unable to find required gettext library |
Ik gebruik PHP 4.2.0, op Slackware linux 8.0. Ik heb twee gettext versies gebruikt, 0.11 en 0.10.35, allebei hetzelfde. Ik heb ook al env update en updatedb aangeroepen maar dat mocht niet baten. Heeft iemand een oplossing.