Error while compiling PHP

PLFoxNET

New member
Joined
Aug 21, 2017
Messages
3
Hello,

I have a problem with the PHP compilation in DA, after calling the command:

./build update
./build php n

There is an error:
> Checking for bindtextdomain in -lc ... no
> Configure: error: Unable to find required gettext library
> *** There was an error while trying to configure php. Check the configure file

In Debian 7 libraries are installed.
 
Hello,

It seems to me that it is also installed dev. How can I make sure that it is installed correctly?

Anyway, the log is that gettext is supported. What could be wrong? Maybe something in the configuration is changed? I'm looking for some hint to solve the problem ...

Code:
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... no
If configure fails try --with-vpx-dir=

checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=

checking for fabsf... yes
checking for floorf... yes
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

*** There was an error while trying to configure php. Check the configure file
 
Hello,

Make sure that gettext dev is installed as well.


Hello,

It seems to me that it is also installed dev. How can I make sure that it is installed correctly?

Anyway, the log is that gettext is supported. What could be wrong? Maybe something in the configuration is changed? I'm looking for some hint to solve the problem ...

Code:
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... no
If configure fails try --with-vpx-dir=

checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=

checking for fabsf... yes
checking for floorf... yes
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

*** There was an error while trying to configure php. Check the configure file
 
Back
Top