Re: Build Failure for APR library

2013-09-17 Thread Larry Hall (Cygwin)
On 9/17/2013 12:06 AM, wynfield at gmail dot com wrote: Larry thank you. Your message helped me get Apache httpd up and running. Glad you were able to get it running. For other people after getting cygserver up and running, you will then have to set the CYGWIN environment variable so that

Re: Build Failure for APR library

2013-09-16 Thread d.henman
I tried running httpd2 by hand and it dies immediately and violently: $ httpd2 zsh: invalid system call (core dumped) httpd2 $ cat httpd2.exe.stackdump Stack trace: Frame Function Args When executed from the bash shell: $ /usr/sbin/httpd2 Bad system call (core dumped) xxx@binki /tmp

Re: Build Failure for APR library

2013-09-16 Thread Larry Hall (Cygwin)
On 9/16/2013 3:01 AM, d.henman wrote: I tried running httpd2 by hand and it dies immediately and violently: $ httpd2 zsh: invalid system call (core dumped) httpd2 $ cat httpd2.exe.stackdump Stack trace: Frame Function Args When executed from the bash shell: $ /usr/sbin/httpd2 Bad

Re: Build Failure for APR library

2013-09-16 Thread wynfield
Larry thank you. Your message helped me get Apache httpd up and running. For other people after getting cygserver up and running, you will then have to set the CYGWIN environment variable so that it contains the string server and you will also have to rebaseall. Regards Larry Hall (Cygwin

Re: Build Failure for APR library

2013-09-15 Thread wynfield
Thanks for the information. I thought cygwin's httpd version was older. I downloaded and isntalled it with setup.exe. But I couldn't get it to run successfully. I installed it like this: $ cygrunsrv -I httpd2 -O -p /usr/sbin/httpd2.exe -e CYGWIN=ntsec tty $ cygrunsrv -S httpd2

Re: Build Failure for APR library

2013-09-15 Thread wynfield
Re: Apache httpd run failure. Also no data is being writting to log files. So the service is started seemingly fine, then it shuts down without any error messages being written out. Regards -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

Re: Build Failure for APR library

2013-09-15 Thread David Rothenberger
On 9/15/2013 6:08 AM, wynfi...@gmail.com wrote: Re: Apache httpd run failure. Also no data is being writting to log files. So the service is started seemingly fine, then it shuts down without any error messages being written out. I don't use Apache under Cygwin myself, but I suggest you get

Build Failure for APR library

2013-09-14 Thread wynfield
I read that Apache would build on Cygwin out-of-the-box, but found out that isn't the case now if it was before. Or my setup is wrong. I wanted to build: ApacheVERS=2.4.6 which is httpd-2.4.6 This requires the two libraries apr and apr-util After running configure with a

Re: Build Failure for APR library

2013-09-14 Thread David Rothenberger
On 9/14/2013 6:18 AM, wynfi...@gmail.com wrote: I read that Apache would build on Cygwin out-of-the-box, but found out that isn't the case now if it was before. Or my setup is wrong. I wanted to build: ApacheVERS=2.4.6 which is httpd-2.4.6 This requires the two libraries