This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Apache2 & cygwin


Has anyone ever been able to compile it properly and have it run?

a good ol' ./configure && make && make install will run almost
flawlessly(just gotta copy a few exe manually in make install) but
then trying to start httpd it exists almost instantly after a
sigill(with nothing in the error logs):

/usr/local/apache2/bin$ gdb ./httpd.exe
(gdb) run
Starting program: /usr/local/apache2/bin/httpd.exe 

Program received signal SIGILL, Illegal instruction.
0x0022e325 in ?? ()
(gdb) bt
#0  0x0022e325 in ?? ()
#1  0x00000220 in ?? ()
#2  0x0024e428 in ?? ()
#3  0x0022e6e3 in ?? ()
#4  0x00241f0b in ?? ()
#5  0x0022e5ac in ?? ()
#6  0x00f9a4b5 in nl_msgc!?CreateNLMsgClient@@YAPAVINLMsgClient@@XZ () from /cygdrive/c/WINDOWS/system32/nl_msgc.dll
#7  0x0022e598 in ?? ()
#8  0x00000208 in ?? ()
#9  0x00060000 in ?? ()
#10 0x00f9a530 in nl_msgc!?CreateNLMsgClient@@YAPAVINLMsgClient@@XZ () from /cygdrive/c/WINDOWS/system32/nl_msgc.dll
#11 0x0022e5ac in ?? ()
#12 0x0022e59c in ?? ()
#13 0x00040000 in ?? ()
#14 0x0024e558 in ?? ()
#15 0x00240000 in ?? ()
#16 0x0024e560 in ?? ()



If anyone knows how to correct that, dont hesitate:)
(if it's of any help i'm running a non eng win)

Best Regards,

Paul-Kenji Cahier



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]