Re: Available for testing: gcc-3.3.1-1 and gcc-mingw-20030911-1

2003-09-17 Thread Gerrit P. Haase
Hallo Christopher, On Mittwoch, 2003-09-17 at 23:32 you wrote: c-lex.h is missing in the source package. >>> It's not available in the CVS repository on gcc.gnu.org, AFAICT. >>> Nothing that I build uses it, so this shouldn't be an issue. Apparently >>> objc builds are broken for 3.3.1. >>

Re: MYSQL + CYGWIN

2003-09-17 Thread Gerrit P. Haase
Hallo Marcelo, Am Donnerstag, 18. September 2003 um 04:20 schriebst du: > Hi, > I am trying to compile mysql (mysql-4.0.15) with cygwin, I run > ./configure, and make but I receive this error: > ... > item_timefunc.o(.text+0x2ca6):item_timefunc.cc: undefined reference to > `__static_initializa

Re: Tcl/Tk wish shell execution problem under bash

2003-09-17 Thread Andrew DeFaria
Jeff Russell wrote: The Tcl/Tk wish shell (wish84.exe) does not properly start/execute under bash. When launched, the Tk canvas window appears, but the command prompt window never opens. ... Any ideas? Are you running bash under rxvt? Have you tried "wish" from a Windows console running bash?

Re: Why not which 2.16 instead of 1.5?

2003-09-17 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Corinna Vinschen wrote: | the which package shipped in the Cygwin distro is not GNU which. | Therefore the version number do not correspond. Is there a particular reason why Cygwin _doesn't_ use GNU which? Are there issues with GNU which on Cygwin th

Re: MYSQL + CYGWIN

2003-09-17 Thread Larry Hall
At 10:20 PM 9/17/2003, Marcelo Rezende Módolo you wrote: >Hi, >I am trying to compile mysql (mysql-4.0.15) with cygwin, I run >./configure, and make but I receive this error: > >... >item_timefunc.o(.text+0x2ca6):item_timefunc.cc: undefined reference to >`__static_initialization_and_destruction_0

Misleading error message in setup

2003-09-17 Thread luke . kendall
Here's a small oddity. If you make a mistake in cut and paste when adding a new download site (easy to accidentally include an invisible leading or trailing space, for example, in netscape), then instead of complaining that the URL is wrong, setup complains that it can't find the setuptar.bz2

MYSQL + CYGWIN

2003-09-17 Thread Marcelo Rezende Módolo
Hi, I am trying to compile mysql (mysql-4.0.15) with cygwin, I run ./configure, and make but I receive this error: ... item_timefunc.o(.text+0x2ca6):item_timefunc.cc: undefined reference to `__static_initialization_and_destruction_0(int, int)' Is this a linker error?? $ make make all-recursive

Tcl/Tk wish shell execution problem under bash

2003-09-17 Thread Jeff Russell
The Tcl/Tk wish shell (wish84.exe) does not properly start/execute under bash. When launched, the Tk canvas window appears, but the command prompt window never opens. The wish84.exe application seems to hang (an hour-glass appears with the mouse over the Tk canvas window; a Ctrl-C from bash is igno

Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-17 Thread Chris Rodgers
> Btw., the ssh-host-config already creates the sshd account, that's easy > from the command line. But creating a useful sshdproc account as above > requires to be able to set user privileges like the famous "Create a > token object" privilege. Does anybody know a way how to do this on the > comm

Re: Suggestion... date format (ISO8601:2000)

2003-09-17 Thread Christopher Faylor
On Thu, Sep 18, 2003 at 12:21:56AM +0200, Hannu E K Nevalainen (garbage mail) wrote: >You missed the point here; Nope. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: g++ iostream broken on windows 2000

2003-09-17 Thread Brian Keener
Igor Pechtchanski wrote: > right thing, i.e., if you say "make first", it should invoke the right > compiler to process first.cpp (at least you'll see what the right compiler > is). If you want to pass extra flags, try "make CXXFLAGS=-g CFLAGS=-g > first") cool thanks, bk -- Unsubscribe info:

Re: SSHD, Cygwin and Windows 2003 : continued with user rights

2003-09-17 Thread Olivier ALLART
Larry Hall wrote: Hm, I thought I was clear. Let me try again addressing iisreset specifically. iisreset doesn't work in the scenario you described because it's a Microsoft tool which knows nothing of the Cygwin environment. Cygwin's ssh using pubkey authentication doesn't authenticate the user

RE: Suggestion... date format (ISO8601:2000)

2003-09-17 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Christopher Faylor > On Wed, Sep 17, 2003 at 10:31:00PM +0200, Hannu E K Nevalainen > (garbage mail) wrote: > >I've found the following necessary. Opinions welcome IMO. > > > >$ date +"%F %H:%M UTC%z" > >2003-09-17 19:43 UTC+0200 > > > >May I suggest that this format - or something similar

Re: Suggestion... date format (ISO8601:2000)

2003-09-17 Thread Christopher Faylor
On Wed, Sep 17, 2003 at 10:31:00PM +0200, Hannu E K Nevalainen (garbage mail) wrote: >I've found the following necessary. Opinions welcome IMO. > >$ date +"%F %H:%M UTC%z" >2003-09-17 19:43 UTC+0200 > >May I suggest that this format - or something similar gets used for date and >time on the webpage

Re: setvbuf/setlinebuf issue

2003-09-17 Thread Christopher Faylor
On Wed, Sep 17, 2003 at 12:57:10PM -0500, Brian Ford wrote: >Jan Jaeger wrote here: > >http://www.cygwin.com/ml/cygwin/2003-09/msg01159.html > >> The issue appears related to the use of the pthread library, where is >> almost appears if every thread now has its own streams buffer, rather >> then a

Re: Available for testing: gcc-3.3.1-1 and gcc-mingw-20030911-1

2003-09-17 Thread Christopher Faylor
On Wed, Sep 17, 2003 at 05:50:41PM +0200, Gerrit P. Haase wrote: >Christopher schrieb: > >> On Wed, Sep 17, 2003 at 08:27:39AM +0200, Gerrit P. Haase wrote: >>>Am Samstag, 13. September 2003 um 02:27 schriebst du: Problems go to the cygwin mailing list as always. >>> >>>c-lex.h is missing in t

Re: broke gcc

2003-09-17 Thread Igor Pechtchanski
On Wed, 17 Sep 2003, Jim Holder wrote: > May I run my current problem by you? I broke gcc in my cygwin installation. > (I had an app running under cygwin when I updated gcc and some other packages.) > When I run gcc, I get a dialog box that reads, "The procedure entry > point __getreent could no

broke gcc

2003-09-17 Thread Jim Holder
May I run my current problem by you? I broke gcc in my cygwin installation. (I had an app running under cygwin when I updated gcc and some other packages.) When I run gcc, I get a dialog box that reads, "The procedure entry point __getreent could not be located in the dynamic link library cygwin

wildcard in make exhibits strange behavior

2003-09-17 Thread Rolan Christofferson
Windows 2000 cygwin 1.5.4 make 3.80-1 Makefile all: @echo $(wildcard */*.java) directory structure a/a1.java a/a2.java a/a3.java b/b1.java When I enter the command make, I get the output a/b1.java b/b1.java If I rename the directory b to c, I get the output a/a1.java a/a2.java a/a3.java

Re: Perl 5.8.0-5 cygwin and threads

2003-09-17 Thread Gerrit P. Haase
Hallo Luc, Am Mittwoch, 17. September 2003 um 18:49 schriebst du: > I'd like to use Threads unders perl in cygwin. My perl script starts with > use Thread; > When I launch this script I have the following message : > This Perl has neither ithreads nor 5005threads at > /usr/lib/perl5/5.8.0/

RE: ^Z does not get back to shell prompt in v1.5.4-1 on WinXP

2003-09-17 Thread Hannu E K Nevalainen \(garbage mail\)
CTRL-C and CTRL-Z malfunction is fixed. - Download the latest from http://www.cygwin.com/snapshots - extract it, - exit *all* cygwin processes, - move it into /bin/cygwin1.dll and (version 1.5.5s 2003-09-16) - restart "all" of cygwin processes. /Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?

Backspace in editing "less" command line...

2003-09-17 Thread Hannu E K Nevalainen \(garbage mail\)
$ less anything /test^H^H^H^H $ LESSCHARSET=ascii or latin1 doesn't matter. $ man less /BACKSPACE ... BACKSPACE Delete the character to the left of the cursor, or cancel the command if the command line is empty. ... BS is obviously considered a NON-editing key...(!?) sam goes f

Suggestion... date format (ISO8601:2000)

2003-09-17 Thread Hannu E K Nevalainen \(garbage mail\)
I've found the following necessary. Opinions welcome IMO. $ date +"%F %H:%M UTC%z" 2003-09-17 19:43 UTC+0200 May I suggest that this format - or something similar gets used for date and time on the webpage and elsewhere, as the maintainer might find apropriate. At least considering, not necessar

Re: ^Z does not get back to shell prompt in v1.5.4-1 on WinXP

2003-09-17 Thread David Rothenberger
Igor Pechtchanski wrote: On Wed, 17 Sep 2003, Bill McCormick wrote: ... Searching the recent archives. This was not only reported, but also fixed: . Is it fixed? According to the msg, it *will be* fixed. CFG is working on it. No. It *is* fix

Re: SSHD, Cygwin and Windows 2003 : continued with user rights

2003-09-17 Thread Larry Hall
Hm, I thought I was clear. Let me try again addressing iisreset specifically. iisreset doesn't work in the scenario you described because it's a Microsoft tool which knows nothing of the Cygwin environment. Cygwin's ssh using pubkey authentication doesn't authenticate the user with Windows. S

Re: ls - novice question

2003-09-17 Thread Larry Hall
At 01:44 PM 9/17/2003, Philippe Bastiani you wrote: >Hi, > >Thanks for your reply! > >> Ask that in any linux/unix/bash/fileutils forum - it's off topic here. >> I've been there wondering too, but not bothered to ask. > >When I read your reply, I understand that my question is off-topic... > >But,

RE: ^Z does not get back to shell prompt in v1.5.4-1 on WinXP

2003-09-17 Thread Igor Pechtchanski
On Wed, 17 Sep 2003, Bill McCormick wrote: > > ... Searching the recent archives. This was not only reported, but also > > fixed: . > > Is it fixed? According to the msg, it *will be* fixed. CFG is working on it. No. It *is* fixed in CVS, or CG

Re: SSHD, Cygwin and Windows 2003 : continued with user rights

2003-09-17 Thread Olivier ALLART
Thank you for the details, but then, why *some commands* work and not others ? And more specifically, how can I make *this command* work ? Larry Hall wrote: I think you missed the fact that pubkey authentication does impersonation, not Windows-style authentication. So Windows apps won't recogni

RE: ^Z does not get back to shell prompt in v1.5.4-1 on WinXP

2003-09-17 Thread Bill McCormick
> > ... Searching the recent archives. This was not only reported, but also > fixed: . Is it fixed? According to the msg, it *will be* fixed. CFG is working on it. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (ht

Re: SSHD, Cygwin and Windows 2003 : continued with user rights

2003-09-17 Thread Larry Hall
At 12:40 PM 9/17/2003, Olivier ALLART you wrote: >Following Mark J de Jong 's step by step howto (see end of mail for some add-ons), I >can now effectively log in with pkey method (that is, no password) using the >'administrator' user name. >'whoami' returns 'administrator', however asking for a

Re: setvbuf/setlinebuf issue

2003-09-17 Thread Brian Ford
Jan Jaeger wrote here: http://www.cygwin.com/ml/cygwin/2003-09/msg01159.html > The issue appears related to the use of the pthread library, where is > almost appears if every thread now has its own streams buffer, rather > then a shared buffer as the threading model dictates. > This problem appea

Re: setvbuf/setlinebuf issue

2003-09-17 Thread Jan Jaeger
The issue appears related to the use of the pthread library, where is almost appears if every thread now has its own streams buffer, rather then a shared buffer as the threading model dictates. In the belowlisted sample, the 'main' thread creates a logger thread which issues the setvbuf and subseq

Re: ls - novice question

2003-09-17 Thread Philippe Bastiani
Hi, Thanks for your reply! > Ask that in any linux/unix/bash/fileutils forum - it's off topic here. > I've been there wondering too, but not bothered to ask. When I read your reply, I understand that my question is off-topic... But, on SunOS & HP-UX, I never used this option! On this 2 platfor

RE: Problem with stopping postmaster with pg_ctl

2003-09-17 Thread John Pagakis
My bad!! Thanks!! Here's the new work-around script ... #! /bin/sh #- # # pg_ctl.sh-- #Start/Stop/Restart/HUP/Report status of postmaster # # Copyright (c) 2001 PostgreSQL Global Development Group # # # IDENTIFICATI

Re: g++ iostream broken on windows 2000

2003-09-17 Thread Igor Pechtchanski
On Wed, 17 Sep 2003, Brian Keener wrote: > Robert Collins wrote: > > > /usr/develop/src/learning > > > $ gcc -g -o ./debug/first.exe ./first.cpp > > > > g++ ! > > > > Oh, and in your output, get rid of the \n, use > > cout << "foo" << endl; > > Thanks Rob, > > That was sort of a duh wasn't it. I

RE: Problem with stopping postmaster with pg_ctl

2003-09-17 Thread Igor Pechtchanski
John, FWIW, you forgot SIGHUP (="-s 1"). Igor On Wed, 17 Sep 2003, John Pagakis wrote: > That did the trick Igor!! Thanks so much!! > > For any with the same problem, here's the revised script: > > #! /bin/sh > #- >

Re: g++ iostream broken on windows 2000

2003-09-17 Thread Brian Keener
Robert Collins wrote: > > /usr/develop/src/learning > > $ gcc -g -o ./debug/first.exe ./first.cpp > > g++ ! > > Oh, and in your output, get rid of the \n, use > cout << "foo" << endl; > Thanks Rob, That was sort of a duh wasn't it. I guess I need some more reading - gcc shows in man as the G

Perl 5.8.0-5 cygwin and threads

2003-09-17 Thread Ferran, Luc
Hi all, I'd like to use Threads unders perl in cygwin. My perl script starts with use Thread; When I launch this script I have the following message : This Perl has neither ithreads nor 5005threads at /usr/lib/perl5/5.8.0/Carp.pm line 335 BEGIN failed--compilation aborted at /usr/lib/perl

SSHD, Cygwin and Windows 2003 : continued with user rights

2003-09-17 Thread Olivier ALLART
Following Mark J de Jong 's step by step howto (see end of mail for some add-ons), I can now effectively log in with pkey method (that is, no password) using the 'administrator' user name. 'whoami' returns 'administrator', however asking for a command such as IISRESET returns the error 'you are

RE: Problem with stopping postmaster with pg_ctl

2003-09-17 Thread John Pagakis
That did the trick Igor!! Thanks so much!! For any with the same problem, here's the revised script: #! /bin/sh #- # # pg_ctl.sh-- #Start/Stop/Restart/HUP/Report status of postmaster # # Copyright (c) 2001 PostgreSQL Glo

RE: g++ iostream broken on windows 2000

2003-09-17 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Robert Collins > Oh, and in your output, get rid of the \n, use > cout << "foo" << endl; Now, this is off topic, it belongs in nntp://comp.sys.lang.c++ or some such... but anyway: To make it more verbose: This makes your code easi

RE: ctrl-s freeze bash?

2003-09-17 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Lucifer > If press Ctrl-S in rxvt running bash and then the bash becomes inactive, > i.e. does not response to any key stroke. I have to open another rxvt > and kill -9 . Is this a feature or a bug? I found that in the dos > prompt

RE: Problem with stopping postmaster with pg_ctl

2003-09-17 Thread Igor Pechtchanski
John, This turned out to be a problem with /bin/kill.exe in Cygwin 1.5.4, which should be fixed in the next release (). If you're adventurous, try the snapshot. Otherwise, a couple of quick workarounds until /bin/kill is fixed are to use differe

Re: Available for testing: gcc-3.3.1-1 and gcc-mingw-20030911-1

2003-09-17 Thread Gerrit P. Haase
Christopher schrieb: > On Wed, Sep 17, 2003 at 08:27:39AM +0200, Gerrit P. Haase wrote: >>Am Samstag, 13. September 2003 um 02:27 schriebst du: >>> Problems go to the cygwin mailing list as always. >> >>c-lex.h is missing in the source package. >> >>http://cygwin.com/cgi-bin2/package-grep.cgi?grep

RE: Problem with stopping postmaster with pg_ctl

2003-09-17 Thread John Pagakis
Oh, I meant /bin/kill not /etc/kill on that last post . The way Postgres controls things is, when it starts up, it stores the PID it started under in a file called postgresql.pid in the data directory. When you use "pg_ctl stop", it reads the pid file and the issues a kill -15 on that pid. I

RE: Problem with stopping postmaster with pg_ctl

2003-09-17 Thread John Pagakis
Here is what I have found and surmised . The way Postgres controls things is, when it starts up, it stores the PID it started under in a file called postgresql.pid in the data directory. When you use "pg_ctl stop", it reads the pid file and the issues a kill -15 on that pid. It then sits and

Re: Available for testing: gcc-3.3.1-1 and gcc-mingw-20030911-1

2003-09-17 Thread Christopher Faylor
On Wed, Sep 17, 2003 at 08:27:39AM +0200, Gerrit P. Haase wrote: >Am Samstag, 13. September 2003 um 02:27 schriebst du: >> Problems go to the cygwin mailing list as always. > >c-lex.h is missing in the source package. > >http://cygwin.com/cgi-bin2/package-grep.cgi?grep=c-lex.h It's not available i

Re: ^Z does not get back to shell prompt in v1.5.4-1 on WinXP

2003-09-17 Thread Al Goodniss
I thank you for not beating me too badly. I did look :( *Humbly goes back to learning how to do proper searches* On Wed, Sep 17, 2003 at 10:32:56AM -0400, Igor Pechtchanski wrote: > On Wed, 17 Sep 2003, Al Goodniss wrote: > > > Hi, > > > > I recently upgraded to the latest Cygwin DLLs I am now u

Re: ^Z does not get back to shell prompt in v1.5.4-1 on WinXP

2003-09-17 Thread Igor Pechtchanski
On Wed, 17 Sep 2003, Al Goodniss wrote: > Hi, > > I recently upgraded to the latest Cygwin DLLs I am now using v1.5.4-1. > Somewhere in the last two 1.5 updates I have lost the ability to suspend > the foreground job, it had been working. The fixes listed in the mailing > list (adding tty to the C

^Z does not get back to shell prompt in v1.5.4-1 on WinXP

2003-09-17 Thread Al Goodniss
Hi, I recently upgraded to the latest Cygwin DLLs I am now using v1.5.4-1. Somewhere in the last two 1.5 updates I have lost the ability to suspend the foreground job, it had been working. The fixes listed in the mailing list (adding tty to the CYGWIN env. variable) did not work for me (see bel

Perl/Tk report

2003-09-17 Thread Warren Young
I searched the list and cygwin.com for info on whether Perl/Tk works on Cygwin. The only pre-built package I could find was built against perl 5.6.1. All the messages I found in the archives said it did not build OOTB on Cygwin, either because it failed to build or because you needed to patch

Re: More Apache/PHP installation puzzles

2003-09-17 Thread dave_d
Hello Igor, Further to your request I pressed on a bit - sort of funbling in the dimpsey light really!! I found that perl was not installed (needed for axps) and that installing perl installed the correct version of Openssl and this, in turn, installed the cygcrypto.dll. A little progress! I

Re: Can .lib files be converted to .a files?

2003-09-17 Thread Ronald Landheer-Cieslak
On Wed, Sep 17, 2003 at 10:06:38AM -0400, Larry Hall wrote: > At 10:24 AM 9/17/2003, Ronald Landheer-Cieslak you wrote: > >On Wed, Sep 17, 2003 at 09:45:06AM -0400, craig grossbach wrote: > >> Does someone know of a way to convert a .lib file to it's > >> .a counterpart? I need to get pcscal32.l

Re: Can .lib files be converted to .a files?

2003-09-17 Thread Larry Hall
At 10:24 AM 9/17/2003, Ronald Landheer-Cieslak you wrote: >On Wed, Sep 17, 2003 at 09:45:06AM -0400, craig grossbach wrote: >> Does someone know of a way to convert a .lib file to it's >> .a counterpart? I need to get pcscal32.lib to be >> libpcscal32.a. Thank you. >If pcscal32.lib was written

Re: Can .lib files be converted to .a files?

2003-09-17 Thread Ronald Landheer-Cieslak
On Wed, Sep 17, 2003 at 09:45:06AM -0400, craig grossbach wrote: > Does someone know of a way to convert a .lib file to it's > .a counterpart? I need to get pcscal32.lib to be > libpcscal32.a. Thank you. If pcscal32.lib was written in C and compiled by MSVC, just rename it. If it was not writt

Can .lib files be converted to .a files?

2003-09-17 Thread craig grossbach
Does someone know of a way to convert a .lib file to it's .a counterpart? I need to get pcscal32.lib to be libpcscal32.a. Thank you. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/

[ANNOUNCEMENT] Updated: vim-6.2.098-1

2003-09-17 Thread Corinna Vinschen
I've updated the version of vim to 6.2.098-1. This version updates Cygwin's vim to the latest patchlevel 98. Not all of these patches are releated to the Cygwin version but I've applied all, nevertheless. A brief overview what problems the patches are solving: 6.2.001 help tags for ":stopinser

[ANNOUNCEMENT] Updated: OpenSSH-3.7.1p1-1

2003-09-17 Thread Corinna Vinschen
I've just updated the version of OpenSSH to 3.7.1p1-1. This is again an official new release. The Cygwin version is from the vanilla sources with still the same tiny patch as the 3.7p1-1 release. Official Release Message: OpenS

Library strip, automatic imports and specific imports

2003-09-17 Thread Ivan Warren
Hello, First of all, my apologies if this isssue has already been addressed. I searched the archive but couldn't find anything relevant. I am running into the following problem : If I issue a 'strip --strip-unneeded' to a DLL import library (created with --out-implib), Most .data and/or .bss ext

Re: ctrl-s freeze bash?

2003-09-17 Thread Ronald Landheer-Cieslak
Try hitting Ctrl-Q to unfreeze. (not a bug) rlc On Wed, Sep 17, 2003 at 03:05:40PM +0800, Lucifer wrote: > If press Ctrl-S in rxvt running bash and then the bash becomes inactive, > i.e. does not response to any key stroke. I have to open another rxvt > and kill -9 . Is this a feature or a bug?

Re: [ANNOUNCEMENT] Updated: OpenSSH-3.7p1-1

2003-09-17 Thread Corinna Vinschen
On Tue, Sep 16, 2003 at 07:56:46PM -0400, Shawn Behrens wrote: > Corinna Vinschen wrote: > > >I've just updated the version of OpenSSH to 3.7p1-1. > > > > > OpenSSH.org now lists 3.7.1p1 as the version to go with to fix this > vuln. Haven't looked what last-minute changes were made that made 3.7

Re: bash-2.05b-15 still broken

2003-09-17 Thread Ronald Landheer-Cieslak
FYI. The problem reported by Alexander was apparently fixed by a simple reboot (as far as he told me off-list). Further on in the thread I read cgf saying this is probably (certainly?) a Cygwin problem, so I'll wait with trying to reproduce this in Bash until I hear from cgf.. rlc On Tue, Sep

Re: Why not which 2.16 instead of 1.5?

2003-09-17 Thread Corinna Vinschen
This question doesn't belong on cygwin-apps. Redirected to [EMAIL PROTECTED] On Wed, Sep 17, 2003 at 02:01:56AM -0400, Yaakov Selkowitz wrote: > Corinna, > > I believe you manage the which package, and if not, I hope the > appropriate party will read this. > > Why is cygwin still distributing w

Re: More Apache/PHP installation puzzles

2003-09-17 Thread Stipe Tolj
Hi Igor, > > The rest remains, I think. The cygcrypto.dll is loaded with the > > openSSL0.9.6 but the default install gives a later version with no > > cygcrypto.dll. > > This is a bug in the "requires:" field for the "mod_php4" package (it > should require "openssl096", not "openssl"). Stipe,

Re: More Apache/PHP installation puzzles

2003-09-17 Thread Stipe Tolj
> Hello Igor, > > Apologies to the maintainer then - I'm new to these mailing list thingees! no problem, I'm getting all mails with regex "apache" and "php" in subject anyway highlighted ;) BTW, seems like I need to re-install a more recent Cygwin installation on one of my machines and check wha

ctrl-s freeze bash?

2003-09-17 Thread Lucifer
If press Ctrl-S in rxvt running bash and then the bash becomes inactive, i.e. does not response to any key stroke. I have to open another rxvt and kill -9 . Is this a feature or a bug? I found that in the dos prompt box bash is never affected by the ctrl-s. -- Lucifer <[EMAIL PROTECTED]> --