Having some problem in running the Makefile
Dear All,
I want to compile an open source application known as Globule. I have some problems in running Makefile. When I try to run the make command after the following configuration command
./configure --prefix=/usr/local/DummyDna5 --enable-auth-anon=shared --enable-auth-dbm=shared --enable-cache=shared --enable-file-cache=shared --enable-disk-cache=shared --enable-mem-cache=shared --enable-example=shared --enable-deflate=shared --enable-ssl --enable-proxy=shared --enable-proxy-ftp=shared --enable-proxy-http=shared --enable-proxy-connect=shared --enable-expires=shared --enable-headers --enable-mime-magic --enable-http --disable-dav --enable-status=shared --enable-asis=shared --enable-suexec=shared --enable-info=shared --enable-cgi=shared --enable-include=shared --enable-vhost-alias=shared --enable-rewrite=shared --with-apxs=/usr/local/globule/bin/apxs --no-create --no-recursion
>>>>>>>>>>THE following missing kinds of errors are prompted to me. Can u please tell me that what am I missing? What am i doing wrong? Why the make command is trying to run the configuration command by itself? Plz help me as soon as possible. The following is the error message.
[root@localhost mod-globule-1.4.2]# make
cd . && /bin/sh /root/Desktop/Mah/mod-globule-1.4.2/missing --run aclocal-1.9
cd . && /bin/sh /root/Desktop/Mah/mod-globule-1.4.2/missing --run automake-1.9 --gnu
cd . && /bin/sh /root/Desktop/Mah/mod-globule-1.4.2/missing --run autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure --prefix=/usr/local/DummyDna5 --enable-auth-anon=shared --enable-auth-dbm=shared --enable-cache=shared --enable-file-cache=shared --enable-disk-cache=shared --enable-mem-cache=shared --enable-example=shared --enable-deflate=shared --enable-ssl --enable-proxy=shared --enable-proxy-ftp=shared --enable-proxy-http=shared --enable-proxy-connect=shared --enable-expires=shared --enable-headers --enable-mime-magic --enable-http --disable-dav --enable-status=shared --enable-asis=shared --enable-suexec=shared --enable-info=shared --enable-cgi=shared --enable-include=shared --enable-vhost-alias=shared --enable-rewrite=shared --with-apxs=/usr/local/globule/bin/apxs --no-create --no-recursion
|