Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error message when starting httpd (mmap Bad File number)

Status
Not open for further replies.

Lancbar

MIS
Apr 6, 2001
34
US
I just installed Apache 1.3.17 on a Solaris 7 Server and I am getting the following messages in my error_log:

mmap Bad File number
httpd: could not mmap memory

Anyone have any clue on how I can resolve this issue?

Lance

 
Error is encountered when attempting to compile Apache 1.3.19 on Solaris 7 server:

typed in:

./configure --prefix=/opt/mass1/apache --enable-module=most --enable-shared=max

result:

cd ..; gcc -DSOLARIS2=270 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` -o helpers/dummy helpers/dummy.c -lsocket -lnsl
gcc: installation problem, cannot exec `as': No such file or directory
make: *** [dummy] Error 1
======== Error Output for sanity check ========
============= End of Error Report =============


Anyone have any suggestions on how I can resolve this? thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top