apache httpd install problem on Solaris11
apache install problem on Solaris11
Solaris11 + gcc(oracle pkg) + apache httpd-2.2.22.
autoconf fail, gcc unrecognized "-mt",
How I can customize aprconfig without "-mt" ?
Does anybody know to get this working?
% ./configure
checking for APR... yes
setting CPP to "cc -E"
setting CFLAGS to " "
setting CPPFLAGS to " -DSOLARIS2=11 -D_POSIX_PTHREAD_SEMANTICS -mt -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
(snip)
configure: error: in `/home/locguru/src/httpd-2.2.22':
configure: error: C compiler cannot create executables
See `config.log' for more details.
---config.log---
cc1: error: unrecognized command line option "-mt"
(snip)
Thanks in advance,