I'm not having any luck compiliing apache2.2.17 on a solaris 10 x86_64 bit machine. Due to DOD STIGS, apache was removed and cannot be install using pkgadd
My configure is as follows:
./configure --prefix=/src/apache2 --enable-64bit --enable-64bit-libs --enable-lib64 --build=x86_64-pc-solaris2
after I run make && make install, I run ./apachectl -V and it shows
Server version: Apache/2.2.17 (Unix)
Server built: Dec 22 2010 13:39:56
Server's Module Magic Number: 20051115:25
Server loaded: APR 1.4.2, APR-Util 1.3.10
Compiled using: APR 1.4.2, APR-Util 1.3.10
Architecture: 32-bit
Any ideas?
My configure is as follows:
./configure --prefix=/src/apache2 --enable-64bit --enable-64bit-libs --enable-lib64 --build=x86_64-pc-solaris2
after I run make && make install, I run ./apachectl -V and it shows
Server version: Apache/2.2.17 (Unix)
Server built: Dec 22 2010 13:39:56
Server's Module Magic Number: 20051115:25
Server loaded: APR 1.4.2, APR-Util 1.3.10
Compiled using: APR 1.4.2, APR-Util 1.3.10
Architecture: 32-bit
Any ideas?