Re: Cygwin Apache installation problem

2009-12-30 Thread mtuma
Thank you for your relpy. You were right. I've extracted the tar file onto a different directory and it did worked like a charm. This is a COE system so I might have space issues in the previous folder, as you said. The reason I want to use apache for cygwin is because I need to use cygwin's per

Re: Cygwin Apache installation problem

2009-12-30 Thread Dave Korn
Warren Young wrote: > On 12/30/2009 8:23 AM, mtuma wrote: >> >> checking for APR... reconfig >> configuring package in srclib/apr now >> /bin/sh: /cygdrive/c/Documents: No such file or directory >> configure failed for srclib/apr > > It's clearly barfing on the space in "c:\Documents and Settings"

Re: Cygwin Apache installation problem

2009-12-30 Thread Warren Young
On 12/30/2009 8:23 AM, mtuma wrote: checking for APR... reconfig configuring package in srclib/apr now /bin/sh: /cygdrive/c/Documents: No such file or directory configure failed for srclib/apr It's clearly barfing on the space in "c:\Documents and Settings". The question is why it thinks it

Re: Cygwin + Apache + Perl + sockets = Operation not permitted

2005-04-30 Thread Carmik
, April 30, 2005 11:28 PM Subject: Re: Cygwin + Apache + Perl + sockets = Operation not permitted On Sat, Apr 30, 2005 at 11:18:12PM +0300, Carmik wrote: >What else can i try ? Any suggestions? Does a cygwin DLL snapshot work any better? http://cygwin.com/snapshots/ cgf -- Unsubscribe in

Re: Cygwin + Apache + Perl + sockets = Operation not permitted

2005-04-30 Thread Christopher Faylor
On Sat, Apr 30, 2005 at 11:18:12PM +0300, Carmik wrote: >What else can i try ? Any suggestions? Does a cygwin DLL snapshot work any better? http://cygwin.com/snapshots/ cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Cygwin Apache

2003-08-14 Thread Corinna Vinschen
On Tue, Aug 12, 2003 at 10:56:25AM -0700, Ajay Nerurkar wrote: > Unfortunately, this is not an option for us. We have extensively > modified 1.3.22 sources and would like to put this fix in. From a > search of the CVS logs, four checkins by Corinna on June 2 and 3 > affecting fhandler_socket.cc and

Re: Cygwin Apache

2003-08-14 Thread Corinna Vinschen
On Mon, Aug 11, 2003 at 08:27:44PM -0500, Bill McCormick wrote: > Ajay, > > I believe fix for is to go to cygwin 1.50 ... at least it worked for me. Yes, it's in 1.5.0 ff. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer

RE: Cygwin Apache

2003-08-14 Thread Ajay Nerurkar
Unfortunately, this is not an option for us. We have extensively modified 1.3.22 sources and would like to put this fix in. From a search of the CVS logs, four checkins by Corinna on June 2 and 3 affecting fhandler_socket.cc and net.cc seem relevant to this problem. Is this correct? Ajay --- B

RE: Cygwin Apache

2003-08-14 Thread Bill McCormick
Ajay, I believe fix for is to go to cygwin 1.50 ... at least it worked for me. Bill > Do you remember what your fix > (http://sources.redhat.com/ml/cygwin/2003-06/msg00055.html) for the > Apache hanging problem was? > > We are using Cygwin 1.3.22 and we would like to drop in this fix. > > Tha

Re: cygwin apache with php - how to connect to database

2003-06-02 Thread Stipe Tolj
Hi Cary, Cary Lewis schrieb: > > I am attempting to use the Cygwin version of the Apache web server in a > dynamic database system. > > > > Cygwin and apache with mod_php work fine. > > > > But the database functions odbc_connect produces a undefined function error. > > > > Where can I f

Re: cygwin + apache + php problem

2003-03-31 Thread Andrew DeFaria
Adam Csillag wrote: Okay, here we go. By the way apache runs perfectly without php. Actually Apache for Cygwin has been known to just hang over time in later versions of Cygwin. As such, unless you plan only on playing around with it, I would suggest you use Apache for Windows instead of Apache

RE: cygwin + apache + php problem

2003-03-31 Thread Adam Csillag
Okay, here we go. By the way apache runs perfectly without php. Adam -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 8:34 PM To: Adam Csillag Cc: [EMAIL PROTECTED] Subject: RE: cygwin + apache + php problem This is a WAG, but what are

RE: cygwin + apache + php problem

2003-03-31 Thread Igor Pechtchanski
Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Sent: Monday, March 31, 2003 8:09 PM > To: Adam Csillag > Cc: [EMAIL PROTECTED] > Subject: RE: cygwin + apache + php problem > > What user is apache running as? Does *that* user have read/execute > permission on libphp4.dll? > >

RE: cygwin + apache + php problem

2003-03-31 Thread Adam Csillag
I have now set apache to run as Adam, who has all necessary rights, but that didn't help. Adam -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 8:09 PM To: Adam Csillag Cc: [EMAIL PROTECTED] Subject: RE: cygwin + apache + php pr

RE: cygwin + apache + php problem

2003-03-31 Thread Igor Pechtchanski
ski [mailto:[EMAIL PROTECTED] > Sent: Monday, March 31, 2003 6:22 PM > To: Adam Csillag > Cc: [EMAIL PROTECTED] > Subject: Re: cygwin + apache + php problem > > On Mon, 31 Mar 2003, Adam Csillag wrote: > > > >Are the permissions of libphp4.dll OK? > > > > No

RE: cygwin + apache + php problem

2003-03-31 Thread Adam Csillag
ECTED] Subject: Re: cygwin + apache + php problem On Mon, 31 Mar 2003, Adam Csillag wrote: > >Are the permissions of libphp4.dll OK? > > Now I set it to the same group, and same permissions as the other files: > -rwxr-x--- > I still get the same error message. The only difference is

Re: cygwin + apache + php problem

2003-03-31 Thread Igor Pechtchanski
On Mon, 31 Mar 2003, Adam Csillag wrote: > >Are the permissions of libphp4.dll OK? > > Now I set it to the same group, and same permissions as the other files: > -rwxr-x--- > I still get the same error message. The only difference is that the other > files have -rwxr-x---+. What does that + sign m

Re: cygwin + apache + php problem

2003-03-31 Thread Adam Csillag
>Are the permissions of libphp4.dll OK? Now I set it to the same group, and same permissions as the other files: -rwxr-x--- I still get the same error message. The only difference is that the other files have -rwxr-x---+. What does that + sign mean, and how do I set it? Or does that have anything

Re: cygwin + apache + php problem

2003-03-31 Thread Jason Tishler
On Mon, Mar 31, 2003 at 12:14:56AM +0200, Adam Csillag wrote: > Syntax error on line 236 of /etc/apache/httpd.conf: > Cannot load /usr/lib/apache/libphp4.dll into server: > dlopen: Win32 error 998 ^^^ $ fgrep 998L /usr/include/w32api/winerror.h #define ERROR_NOACCESS 998L >

Re: cygwin apache https fork error - need rebase cmd info

2002-12-04 Thread S . L .
Gosh, this problem starts looking like postgresql's cygipc one :)) If it only was _that_ easy to fix ... SLao -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

Re: cygwin apache https fork error - need rebase cmd info

2002-12-03 Thread Christopher Faylor
On Tue, Dec 03, 2002 at 03:57:45PM -0500, Christopher Faylor wrote: >Wrong mailing list. Redirected. Oops. Sorry. I see that someone already did this. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation:

Re: cygwin apache https fork error - need rebase cmd info

2002-12-03 Thread Christopher Faylor
Wrong mailing list. Redirected. On Tue, Dec 03, 2002 at 03:03:16PM -0500, [EMAIL PROTECTED] wrote: >Greetings, >When I try to start Apache with the httpd.conf file configured for both http & >https, I receive the following error after the command: >$ ./apachectl start > >C:\cygwin\usr\sbin\httpd.

Re: cygwin apache https fork error - need rebase cmd info

2002-12-03 Thread Jason Tishler
Paul, On Tue, Dec 03, 2002 at 03:03:16PM -0500, [EMAIL PROTECTED] wrote: > Hopefully there is a rebase command to fix this problem? Please send > me info to resolve this issue if possible! Thxs! Do you Google? http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=apache+rebase+tishler+

Re: cygwin apache https fork error - need rebase cmd info

2002-12-03 Thread Earnie Boyd
Wrong list, redirected. Please remove [EMAIL PROTECTED] from the distribution in your responses. [EMAIL PROTECTED] wrote: Greetings, When I try to start Apache with the httpd.conf file configured for both http & https, I receive the following error after the command: $ ./apachectl start C:\cygw

Re: cygwin + Apache "out of the box": dlopen: Win32 error 126 (Finallyworking!!)

2002-11-29 Thread Elfyn McBratney
Hi, I recall, when reading into this, the bzip2 package maintainer (Charles Wilson I think) said not to copy dll's to satisfy dependencies and also that cygbz21.0.dll is part of the libbz2 package. [snip]... Elfyn [EMAIL PROTECTED]

Re: cygwin + Apache "out of the box": dlopen: Win32 error 126 (Finally working!!)

2002-11-29 Thread Javier
I finally got it to run!! :) It was a two-prongued problem... Let's go bit by bit: "Elfyn McBratney" <[EMAIL PROTECTED]> escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I was going to send you my output from cygcheck but it seems its broken for > me and my servers ;( Ive se

Re: cygwin + Apache "out of the box": dlopen: Win32 error 126

2002-11-29 Thread Elfyn McBratney
The problem with cygcheck was my brain, been working too long with hourse to go still. cygcheck is a windows app so it will not take posix paths. As you see from above use cygpath -w (thanks to Max Bowsher) to convert the path... Here's my cygcheck output: [root@webdev]:{385}:% cygcheck `cygpat

Re: cygwin + Apache "out of the box": dlopen: Win32 error 126

2002-11-29 Thread Elfyn McBratney
I was going to send you my output from cygcheck but it seems its broken for me and my servers ;( Ive sent a thread to the ml so we'll see whats up with that. What cygwin version are you running under? When did you last update? From what I can remember php requires bz2, zlib, postgresql and expat

Re: cygwin + Apache "out of the box": dlopen: Win32 error 126

2002-11-29 Thread Javier
Let's do the things step by step: "Elfyn McBratney" <[EMAIL PROTECTED]> escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > What does line 237 of httpd.conf contain? Does libphp4.dll exist in > /usr/lib/apache? Yes, it does exist: apache> dir lib* -rwxr-xr-x1 javier

Re: cygwin + Apache "out of the box": dlopen: Win32 error 126

2002-11-29 Thread Elfyn McBratney
Hi, What does line 237 of httpd.conf contain? Does libphp4.dll exist in /usr/lib/apache? Run the below and see if you have all of the dll's that are printed out by cygcheck: Cygwin> cygcheck /usr/lib/apache/libphp4.dll If you have everything you need your next step should be to rebase the dl

Re: Cygwin/Apache with PHP CGI

2002-05-17 Thread Sam Edge
Stipe Tolj wrote in <[EMAIL PROTECTED]> in gmane.os.cygwin on Fri, 17 May 2002 13:45:47 +0200: > I wouldn't be to hard this way. At least anything else except the > phpinfo() apache section seem to work very stable from my testings. > So in a development or production area output of phpinfo() won

Re: Cygwin/Apache with PHP CGI

2002-05-17 Thread Stipe Tolj
Graeme Merrall wrote: > > Sam, your mail keeps bouncing. It makes it hard to want to help you when > you cannot be emailed. > > Sam Edge wrote: > > Instead I've downloaded the latest 4.2.0 Win32 native PHP ZIP file and > > unzipped this into its own directory. > > I have a patched version of PH

Re: Cygwin/Apache with PHP CGI

2002-05-17 Thread Stipe Tolj
Sam Edge wrote: > > (I appreciate that CGI is a sub-optimal way of using PHP in Apache but > at least this /is/ working for me and allows me to check my code more > easily before uploading to my service provider's Apache/PHP server.) I wouldn't be to hard this way. At least anything else except

Re: Cygwin/Apache with PHP CGI

2002-05-10 Thread Sam Edge
Graeme Merrall wrote in <[EMAIL PROTECTED]> in gmane.os.cygwin on Fri, 10 May 2002 16:09:13 +1000: > Sam, your mail keeps bouncing. It makes it hard to want to help you when > you cannot be emailed. Odd. My From header is spam-trapped with ZZZ because this is a public place but your e-mail clie

Re: Cygwin/Apache with PHP CGI

2002-05-09 Thread Graeme Merrall
Sam, your mail keeps bouncing. It makes it hard to want to help you when you cannot be emailed. Sam Edge wrote: > Instead I've downloaded the latest 4.2.0 Win32 native PHP ZIP file and > unzipped this into its own directory. I have a patched version of PHP-4.2.0 (actually RC4) for Cygwin you c