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
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
> 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
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,
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
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
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
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
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
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
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
> 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
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
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
> 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
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,
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/
>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
>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
>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
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
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
<<< 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
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
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
> 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
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
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
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
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
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]
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.
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
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
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
35 matches
Mail list logo