Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - hsg944

Pages: [1]
1
PHP / php version swticher error
« on: August 10, 2016, 02:12:30 AM »
Hi,

I was trying to update php to php 7 but php swticher is not compiling it. below is the error in logd

#############################################
checking pcre install prefix... no
checking whether to enable FTP support... yes
checking OpenSSL dir for FTP... no
checking for GD support... yes
checking for the location of libwebp... no
checking for the location of libjpeg... /usr
checking for the location of libpng... /usr
checking for the location of libXpm... /usr
checking for FreeType 2... /usr
checking whether to enable truetype string function in GD... yes
checking whether to enable JIS-mapped Japanese font support in GD... yes
If configure fails try --with-webp-dir=<DIR>
checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
configure: error: xpm.h not found.
Configure DONE!
####################
make: *** No targets specified and no makefile found.  Stop.
Make DONE!
##########################################

Any idea how to fix this?

Pages: [1]