in order to run the ./configure command to install Apache, i had to also add the DIYMacServer layout to two other config.layout files:
\httpd-2.2.11\srclib\apr\config.layout
and
\httpd-2.2.11\srclib\apr-util\config.layout
is that correct? it doesn't mention these two on the "Compiling Apache on Leopard" page, but without changing these two also i was getting errors like the one shown below:
$ ./configure -enable-layout=DIYMacServer -enable-mods-shared=all -with-ssl=/usr -with-mpm=prefork -disable-unique-id -enable-ssl -enable-dav -enable-cache -enable-logio -enable-deflate -with-included-apr -enable-cgi -enable-cgid -enable-suexec
checking for chosen layout... DIYMacServer
checking for working mkdir -p... yes
checking build system type... i386-apple-darwin9.7.0
checking host system type... i386-apple-darwin9.7.0
checking target system type... i386-apple-darwin9.7.0
Configuring Apache Portable Runtime library ...
configuring package in srclib/apr now
checking build system type... i386-apple-darwin9.7.0
checking host system type... i386-apple-darwin9.7.0
checking target system type... i386-apple-darwin9.7.0
Configuring APR library
Platform: i386-apple-darwin9.7.0
checking for working mkdir -p... yes
APR Version: 1.3.3
** Error: unable to find layout DIYMacServer
configure failed for srclib/apr
No this is not normal, the configure fase should pick-up from the centrally defined config.layout. I've never had this problem. Could you mail me your config.log, please mail it to info@ this domain!
#
in order to run the ./configure command to install Apache, i had to also add the DIYMacServer layout to two other config.layout files:
\httpd-2.2.11\srclib\apr\config.layout
and
\httpd-2.2.11\srclib\apr-util\config.layout
is that correct? it doesn't mention these two on the "Compiling Apache on Leopard" page, but without changing these two also i was getting errors like the one shown below:
$ ./configure -enable-layout=DIYMacServer -enable-mods-shared=all -with-ssl=/usr -with-mpm=prefork -disable-unique-id -enable-ssl -enable-dav -enable-cache -enable-logio -enable-deflate -with-included-apr -enable-cgi -enable-cgid -enable-suexec
checking for chosen layout... DIYMacServer
checking for working mkdir -p... yes
checking build system type... i386-apple-darwin9.7.0
checking host system type... i386-apple-darwin9.7.0
checking target system type... i386-apple-darwin9.7.0
Configuring Apache Portable Runtime library ...
configuring package in srclib/apr now
checking build system type... i386-apple-darwin9.7.0
checking host system type... i386-apple-darwin9.7.0
checking target system type... i386-apple-darwin9.7.0
Configuring APR library
Platform: i386-apple-darwin9.7.0
checking for working mkdir -p... yes
APR Version: 1.3.3
** Error: unable to find layout DIYMacServer
configure failed for srclib/apr
#
No this is not normal, the configure fase should pick-up from the centrally defined config.layout. I've never had this problem. Could you mail me your config.log, please mail it to info@ this domain!