Hi Guys,
I am trying to compile and install 2.2.9 on solaris. I get
to the make install and I receive the following error:
Making install in apr-util
make[2]: Entering directory `/app_dev/ijis/httpd-2.2.9/srclib/apr-util'
/app_dev/ijis/httpd-2.2.9/srclib/apr/build/mkdir.sh
/app_dev/ijis/lib/apr-util-1
/bin/bash: -c: line 1: syntax error near unexpected token
`;'
/bin/bash: -c: line 1: `for m in ; do /bin/bash
/app_dev/ijis/httpd-2.2.9/srclib/apr/libtool --silent --mode=install
build/install.sh -c -m 755 $m /app_dev/ijis/lib/apr-util-1; done'
make[2]: *** [install-modules-yes] Error 2
make[2]: Leaving directory
`/app_dev/ijis/httpd-2.2.9/srclib/apr-util'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/app_dev/ijis/httpd-2.2.9/srclib'
make: *** [install-recursive] Error 1
It seems to be a problem with the apr lib that is being
used. The install doco said to run configure first with following option (which
I have done)
./configure --with-included-apr
In its output I am told that the above “is a bad
/ unrecognised option”.
Has anyone else had this issue? Is there a patch or
should I go back to an earlier version?
Cheers,
Matt.