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

RE: Cygwin compile check fails

2002-05-09 Thread Michael Labhard
Oops. The build has the same error. How do I build it? -- Michael - Original Message - From: "Michael Labhard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 09, 2002 8:18 PM Subject: Cygwin compile check fails > All: > Using the methods and script described by

Cygwin compile check fails

2002-05-09 Thread Michael Labhard
All: Using the methods and script described by Peter Buckley http://www.cygwin.com/ml/cygwin/2002-03/msg01501.html I compiled a cvs checkout downloaded today of cygwin. The build went through without an error. But the check failed with the following (truncated) error. Any suggestions for

Cygwin/Apache with PHP CGI

2002-05-09 Thread Sam Edge
Further to my problems with the Apache PHP module package I've given up for the moment. Instead I've downloaded the latest 4.2.0 Win32 native PHP ZIP file and unzipped this into its own directory. I've then made sure php-cli.exe, sapi\php.exe and php4ts.dll are in my Windows PATH and copied php.

cygwin tcsh-related regression bug

2002-05-09 Thread C. J.
Cygwin 1.3.10 seems to generate a problem with filename completion in tcsh that did not exist on cygwin 1.3.5-3. If I have a file 'File.cpp' in a directory, typing 'cp F[TAB]' at the prompt (where [TAB] represents the TAB key) causes completion to 'cp File.cpp', but if I type 'cp X.cpp F[TAB]

Re: QUESTION: How to start up PostgreSQL within cygwin?

2002-05-09 Thread Jose Luis Otermin
Hello Carey, Thanks for the tip. I have downloaded the http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/cygipc-1.11-1.tar. bz2 file and that's what happen when I try to follow the instructions: $ tar -C / -xjf cygipc-1.11-1.tar.bz2 tar (child): cygipc-1.11-1.tar.bz2: Cannot open: No suc

Re: QUESTION: How to start up PostgreSQL within cygwin?

2002-05-09 Thread Carey R. Dayrit
I've installed PostgreSQL on Win98, properly. I just followed the tips on FAQ_MSWIN. Before starting initdb or postmaster or psql, ipc-daemon must be started first. It will not work without ipc-daemon. You need to ftp, download the tar cygipc on some mirror sites. Have you read the FAQ_MSWIN

Re: QUESTION: How to start up PostgreSQL within cygwin?

2002-05-09 Thread Jose Luis Otermin
Hello, It seems cygipc is not part of the full package and it deserves to be downloaded. Remember I'm working under W*ndows and the docs are not precise. There isn't any mention to such program in the official docs. The closest info about such program is : http://www.cygwin.com/ml/cygwin/2002-01

More experiences with snapshot setup-md5-20020504-compressed.exe

2002-05-09 Thread John P. Rouillard
Hi all: Well I have a couple of more data points for the snapshot. Windows 2000 5.00.2195 Service Pack 1, 130kb of RAM from http://mirrors.rcn.net I was unable to get/parse setup.ini. I got a parse error popup that read: setup.ini line 2178 parser stack overflow setup.ini line 2178 parse er

Re: QUESTION: How to start up PostgreSQL within cygwin?

2002-05-09 Thread Kurt Roeckx
> On Thu, May 09, 2002 at 05:49:04PM -0300, Jose Luis Otermin wrote: > > > >At the last message shown on screen (creating template1...) the CygWin hangs > >and doesn't respond unless do Ctrl-Alt-Del and kill the process. > >Any help or clue will be very wellcome :-) Read the documentation and sta

Setup.exe freezing

2002-05-09 Thread Roland Thalmann
I have downloaded the latest (2.194.2.26) version of setup.exe, and no matter what I do, it locks up after the screen where I choose an installation option (install from internet, download, etc...). It displays a window that says "This page intentionally left blank", and then just sits there fore

Re: apache PHP segmentation fault

2002-05-09 Thread Sam Edge
I wrote in <[EMAIL PROTECTED]> in gmane.os.cygwin on Thu, 09 May 2002 19:29:59 +0100: > Ah ha! I've copied the php.ini-recommended file from a download of > 4.2.0 for Windows native to /usr/local/lib/php.ini and the problem has > gone away. No more segmentation faults. I spoke too soon. I've mad

Python and PIL and rebase, oh my!

2002-05-09 Thread Charles Wilson
<<< Don't try this unless you really know what you're doing... >>> I was able to get PIL compiled on cygwin, using the EXISTING, official cygwin tk/tcl port -- not Mumit Khan's version. Here's what I did (but it led to some discussion points, below): #1) grabbed the various include files from

RE: Finding your SID (was Re: problem starting inetd as NT service)

2002-05-09 Thread Gerald S. Williams
Problem solved. I thought that I was able to contact the domain controller, since I was able to change my domain password successfully and do other sorts of things that required me to login. However, apparently this was something other than the PDC or BDC. Or at least I was in a situation where I

Re: Processes forking on their own?

2002-05-09 Thread Roland Glenn McIntosh
Sorry, I should have clarified - for some reason controlling windows close themselves without me touching them. I have a script which called a batch file. This batch file has: bash --login -c "/usr/local/bin/db.sh start" and db.sh has something like: pg_ctl %1 But everything

Re: apache PHP segmentation fault

2002-05-09 Thread Sukhwinder Singh
>neither of both has been used while building php4. I think that it is not cygwin specific error because I faced same problems after compiling php 4.2 and apache 2.0 on Linux. Problems were with java and swf extensions. I think person who has compiled this php module will be in a better position

Re: apache PHP segmentation fault

2002-05-09 Thread Sukhwinder Singh
>neither of both has been used while building php4. I think that it is not cygwin specific error because I faced same problems after compiling php 4.2 and apache 2.0 on Linux. Problems were with java and swf extensions. I think person who has compiled this php module will be in a better position

Re: apache PHP segmentation fault

2002-05-09 Thread Sukhwinder Singh
>neither of both has been used while building php4. I don't know about cygwin but I think that it is not cygwin specific error because I faced same problems after compiling php 4.2 and apache 2.0 on Linux. Problems were with java and swf extensions. I think person who has compiled this php modul

Re: Question

2002-05-09 Thread Michael Labhard
You need to have cygipc running before you start PostgreSQL. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Processes forking on their own?

2002-05-09 Thread Chris January
> Some of my shell scripts on Windows 2000 Server (NTFS partition) seem to be forking their commands. > This has the effect of everything in a script trying to run at once, which royally screws up dependencies. This seems to only happen sometimes. All in all, general system behavior is bad. Well

Processes forking on their own?

2002-05-09 Thread Roland Glenn McIntosh
Some of my shell scripts on Windows 2000 Server (NTFS partition) seem to be forking their commands. This has the effect of everything in a script trying to run at once, which royally screws up dependencies. This seems to only happen sometimes. All in all, general system behavior is bad. Wo

RE: F-Secure anti-virus causes system crash when scanning the C:\cygwin directory.

2002-05-09 Thread Brad Morgan
Since I really did want to do a full anti-virus scan on my laptop, I used WinZip to backup the C:\cygwin directory to a zip file on a networked drive, deleted the C:\cygwin directory and ran the full scan successfully. I then restored the C:\cygwin directory with WinZip and ran the full scan agai

Re: QUESTION: How to start up PostgreSQL within cygwin?

2002-05-09 Thread Christopher Faylor
Wrong mailing list. Redirected. cgf On Thu, May 09, 2002 at 05:49:04PM -0300, Jose Luis Otermin wrote: >Hello people! > >I have downloaded and successfully installed CygWin, which would let me >start up a PostgreSQL Server. >Maybe I'm missing some step or misunderstood the install instructions,

Re: EISDIR EACCES and open in grep

2002-05-09 Thread Chris January
> I have been trying to chase the same problem (grep -R does not > work on W9x) during the last few days. > On WNT/W2K/XP the code works because CreateFile is called with > the FILE_FLAG_BACKUP_SEMANTICS bit set in file_attributes > (lines 371,372 in fhandler.cc). > On W9x you just get Permission

RE: Most current install fails to install cygpng2.dll

2002-05-09 Thread Matthew Appler
I am using the setup program downloaded today off of the website. I think I have figured out the problem though (well part of it). Until today, I had not updated CygWin in quite some time. I needed a new package and decided to update as I went. I do not believe it updated the libpng2-1.0.12-1

RE: EISDIR EACCES and open in grep

2002-05-09 Thread Ton van Overbeek
I have been trying to chase the same problem (grep -R does not work on W9x) during the last few days. On WNT/W2K/XP the code works because CreateFile is called with the FILE_FLAG_BACKUP_SEMANTICS bit set in file_attributes (lines 371,372 in fhandler.cc). On W9x you just get Permission Denied (EACC

Re: Most current install fails to install cygpng2.dll

2002-05-09 Thread Charles Wilson
Matthew Appler wrote: > The program ps2pdf requires cygpng2.dll. cygpng2.dll is in the 'libpng2-1.0.12-1' package, which can be istalled alongside the more current libpng-1.0.13-3, libpng10-1.0.13-3, and libpng10-devel-1.0.13 packages. (You can investigate this yourself here: http://www.c

Re: Fwd: write(2) return codes

2002-05-09 Thread Christopher Faylor
On Thu, May 09, 2002 at 12:28:57PM -0700, david f wrote: >Now maybe this will get some attention on the second attempt. I posted >this last week with no response. > >The read and write system calls return the incorrect error code in some >cases. Details for write are below. I have attached a pa

Fwd: write(2) return codes

2002-05-09 Thread david f
Now maybe this will get some attention on the second attempt. I posted this last week with no response. The read and write system calls return the incorrect error code in some cases. Details for write are below. I have attached a patch that should address this problem, but since the build of c

RE: F-Secure anti-virus causes system crash when scanning the C:\cygwin directory.

2002-05-09 Thread Scott Prive
Brad, a workaround: Configure your antivirus program to "exclude" scanning the Cygwin directory. This is a very common question.. might be in FAQ?, I'm not sure. Outdated AV software will accuse Cygwin of being a virus... I'm not so sure I would want (or trust) antivirus software that *blues

Most current install fails to install cygpng2.dll

2002-05-09 Thread Matthew Appler
The program ps2pdf requires cygpng2.dll. However, even with each version of libpngX installed, this DLL was not installed. Renaming cygpng10.dll to cygpng2.dll solved the problem (for ps2pdf to operate correctly for me) but I am assuming there is likely differences between version 1 and 2 of thi

Re: apache PHP segmentation fault

2002-05-09 Thread Sam Edge
Stipe Tolj wrote in <[EMAIL PROTECTED]> in gmane.os.cygwin on Thu, 09 May 2002 12:48:12 +0200: > > Well, that didn't help. The postinstall script ran without showing any > > errors but the problem is still ocurring when I try to use PHP. > > I still can't see anything wrong with the set-up. > Ok,

RE: F-Secure anti-virus causes system crash when scanning the C:\cygwin directory.

2002-05-09 Thread Brad Morgan
> I have a Cygwin (setup.exe version 2.194.2.15) full install on my Windows 2000 (SP2) > desktop and on my (W2000) laptop computers. My anti-virus software is F-Secure Anti-virus > 5.22. > On both machines, if I run a "Scan all Hard Disks" I get a blue screen or a spontaneous > reboot while scan

F-Secure anti-virus causes system crash when scanning the C:\cygwin directory.

2002-05-09 Thread David Starks-Browning
On Thursday 9 May 02, Brad Morgan writes: > I have a Cygwin (setup.exe version 2.194.2.15) full install on my Windows > 2000 (SP2) > desktop and on my (W2000) laptop computers. My anti-virus software is > F-Secure Anti-virus 5.22. > > On both machines, if I run a "Scan all Hard Disks" I get a bl

Re: enscript postinstall script error

2002-05-09 Thread Gerrit P. Haase
Hallo Weiqi, > Just want to point out a typo in the postinstall > script for the enscript package. > The lines > if [ ! -e /etc/enscript.cfg ] ; then > cp /etc/enscript.cfg.default /etc/enscript/cfg > fi > should be > if [ ! -e /etc/enscript.cfg ] ; then > cp /etc/enscript.cfg