Saturday, 15 August 2015

Apache installation - srclib/Makefile.in: No such file or directory -



Apache installation - srclib/Makefile.in: No such file or directory -

i trying install apache web server (httpd-2.4.3) non root business relationship using --prefix options in order configure , build in single directory controlled user working with.

i've read article: http://httpd.apache.org/docs/2.4/install.html#comments_thread_post have apahce + apr , apr-util under ../srclib. have pcre under apache srcdir.

thats how trying configure:

./configure --prefix=/home/user1/bin/apache/installation/ --with-apr=/home/user1/bin/apache/httpd-2.4.3/srclib/apr --with-included-apr --with-pcre=/home/user1/bin/apache/httpd-2.4.3/pcre/ --with-apr-util=/home/user1/bin/apache/httpd-2.4.3/srclib/apr-util/

configure output reports folowing:

cat: /home/user1/bin/apache/httpd-2.4.3/srclib/makefile.in: no such file or directory

and when seek create /home/user1/bin/apache/httpd-2.4.3 srcdir -

getting error: making in srclib make[1]: entering directory `/home/user1/bin/apache/httpd-2.4.3/srclib' make[1]: *** no rule create target `all'. stop. make[1]: leaving directory `/home/user1/bin/apache/httpd-2.4.3/srclib' make: *** [all-recursive] error 1

under /home/user1/bin/apache/httpd-2.4.3/srclib configure created makefile next content:

top_srcdir = /home/user1/bin/apache/httpd-2.4.3 top_builddir = /home/user1/bin/apache/httpd-2.4.3 srcdir = /home/user1/bin/apache/httpd-2.4.3/srclib builddir = /home/user1/bin/apache/httpd-2.4.3/srclib vpath = /home/user1/bin/apache/httpd-2.4.3/srclib

i guess doing wrong way providing additional libs...but cant figure out what... lot in advance help!

apache

No comments:

Post a Comment