Hello,

we have installed php-3.0.18 in our linux server (Redhat-7.1) . Also c-client & imap installed in that. When do ./configure by issuing the command ./configure --with-imap it's fine. But while issuing # make it is showing the error and exit from it.

The following is the extract from make command,

make

gcc -g -O2 -O2 -I. -I. -I/usr/local/include -I/usr/include/freetype -c main.c -o main.o
gcc -g -O2 -O2 -I. -I. -I/usr/local/include -I/usr/include/freetype -c functions/adabasd.c -o functions/adabasd.o
gcc -g -O2 -O2 -I. -I. -I/usr/local/include -I/usr/include/freetype -c functions/aspell.c -o functions/aspell.o
gcc -g -O2 -O2 -I. -I. -I/usr/local/include -I/usr/include/freetype -c functions/fsock.c -o functions/fsock.o
gcc -g -O2 -O2 -I. -I. -I/usr/local/include -I/usr/include/freetype -c functions/imap.c -o functions/imap.o
functions/imap.c:64:18: utf8.h: No such file or directory
make: *** [functions/imap.o] Error 1

Please help me to solve this problem.

Thanks in advance.

Bye.

    Write a Reply...