Re: Current snapshot - problem with httpd

2006-05-12 Thread Larry Hall (Cygwin)
Arun Biyani wrote: Larry Hall (Cygwin) wrote: Arun Biyani wrote: "httpd" server crashes with current snapshot. Runs fine with Jan 20 cygwin1.dll. Both cygcheck outputs are attached. Any chance you could narrow down a little more the working and non-working snapshots? Are you saying that h

Re: ssh to 2003 server exist immediately

2006-05-12 Thread Larry Hall (Cygwin)
Andrew DeFaria wrote: Andrew DeFaria wrote: /etc/passwd and /etc/group are symlinks to a shared and up to date copy of the output of mkpasswd/mkgroup. That's not the issue. As I understand it, for sshd (or in.rlogind) to "switch user" it needs special privileges. Indeed the documentation allud

Re: ssh to 2003 server exist immediately

2006-05-12 Thread Larry Hall (Cygwin)
Andrew DeFaria wrote: Larry Hall (Cygwin) wrote: Andrew DeFaria wrote: Larry Hall (Cygwin) wrote: Andrew DeFaria wrote: I'm trying to set up ssh access to a Windows 2003 server. I am having a problem in that when I ssh to this server it immediately exits and I find the following in /var/log/

Re: automake: 1.4, 1.5, and wrapper

2006-05-12 Thread Charles Wilson
Yaakov S (Cygwin Ports) wrote: A few requests regarding automake: 1) Could you please include the attached patch in automake1.4? This makes automake-1.4 compatible with the other versions in accepting - --force-missing. Otherwise, when using autoreconf-2.5x and automake-1.4 together (yes, it

automake: 1.4, 1.5, and wrapper

2006-05-12 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles, A few requests regarding automake: 1) Could you please include the attached patch in automake1.4? This makes automake-1.4 compatible with the other versions in accepting - --force-missing. Otherwise, when using autoreconf-2.5x and automake

Re: Fwd: Got any 'fileno_unlocked'?

2006-05-12 Thread Brian Dessent
Rick Hanson wrote: > Thanks for the tip. I already tried knocking off the '_unlocked' > suffix. Although it does compile, I wonder what kind of runtime > trouble I'm going to get into, since I did notice, by scanning the > code, that the programmer locks his own file, then appeals to > 'fileno_u

Re: Fwd: Got any 'fileno_unlocked'?

2006-05-12 Thread Rick Hanson
Thanks for the tip. I already tried knocking off the '_unlocked' suffix. Although it does compile, I wonder what kind of runtime trouble I'm going to get into, since I did notice, by scanning the code, that the programmer locks his own file, then appeals to 'fileno_unlocked'. Also, there is no

Re: PHP for Cygwin

2006-05-12 Thread Brian Dessent
Nelson Pereira wrote: > I have a script (ribs) to run, although this is a php script run from > Either a cron job or command line. So I installed cygwin and apache. > Then I tried to find the php4 or 5 for cygwin and never found anything > But found a lot of stuff on the net about building php fro

RE: PHP for Cygwin

2006-05-12 Thread Nelson Pereira
Sorry for the email address thing... Ok, So here is what I need to do: I have a script (ribs) to run, although this is a php script run from Either a cron job or command line. So I installed cygwin and apache. Then I tried to find the php4 or 5 for cygwin and never found anything But found a lo

Re: Current snapshot - problem with httpd

2006-05-12 Thread Arun Biyani
Larry Hall (Cygwin) wrote: Arun Biyani wrote: "httpd" server crashes with current snapshot. Runs fine with Jan 20 cygwin1.dll. Both cygcheck outputs are attached. Any chance you could narrow down a little more the working and non-working snapshots? Are you saying that httpd crashes as soon

Re: PHP for Cygwin

2006-05-12 Thread Larry Hall (Cygwin)
- reformatted. -Original Message- From: cygwin-owner cygwin com [mailto:cygwin-owner cygwin com] On Behalf Of Larry Hall (Cygwin) Sent: Friday, May 12, 2006 11:23 AM To: cygwin cygwin com ^

Re: Current snapshot - problem with httpd

2006-05-12 Thread Arun Biyani
Larry Hall (Cygwin) wrote: Arun Biyani wrote: "httpd" server crashes with current snapshot. Runs fine with Jan 20 cygwin1.dll. Both cygcheck outputs are attached. Any chance you could narrow down a little more the working and non-working snapshots? Are you saying that httpd crashes as soon

Re: Fwd: Got any 'fileno_unlocked'?

2006-05-12 Thread Václav Haisman
Rick Hanson wrote: > Hi! I'm trying to build some software under cygwin which has calls to > a library function called 'fileno_unlocked'. My cygwin gcc cannot > find it, i.e. I get > > undefined reference to `_fileno_unlocked' > > at linktime. This function is apparently in libc on Linux and

Fwd: Got any 'fileno_unlocked'?

2006-05-12 Thread Rick Hanson
Hi! I'm trying to build some software under cygwin which has calls to a library function called 'fileno_unlocked'. My cygwin gcc cannot find it, i.e. I get undefined reference to `_fileno_unlocked' at linktime. This function is apparently in libc on Linux and BSD-like systems. Where can I fi

RE: PHP for Cygwin

2006-05-12 Thread Nelson Pereira
Then how do you install PHP to run on Cygwin? Is there a newbie howto or something? I've searched all over the web and nothing I found helps me. I tried PHP4 and PHP5 compiling from source following the INSTALL instructions, but I still get errors at the MAKE INSTALL. Something about file is not

RE: Getting started with Doxygen

2006-05-12 Thread Robb, Sam
> "Dave Korn" wrote: > > On 12 May 2006 16:37, Alex Vinokur wrote: > > > > > I have installed Doxygen, performed > > > $ doxygen -g > > > $ doxygen > > > > > > Some files was created. > > > > > > How can I use Doxygen with a C++ program? > > > > Same way as you do with a C program. > > I never w

Re: Getting started with Doxygen

2006-05-12 Thread Alex Vinokur
"Dave Korn" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 12 May 2006 16:37, Alex Vinokur wrote: > > > I have installed Doxygen, performed > > $ doxygen -g > > $ doxygen > > > > Some files was created. > > > > How can I use Doxygen with a C++ program? > > Same way as you do wi

RE: Getting started with Doxygen

2006-05-12 Thread Dave Korn
On 12 May 2006 16:37, Alex Vinokur wrote: > I have installed Doxygen, performed > $ doxygen -g > $ doxygen > > Some files was created. > > How can I use Doxygen with a C++ program? Same way as you do with a C program. cheers, DaveK -- Can't think of a witty .sigline today --

Getting started with Doxygen

2006-05-12 Thread Alex Vinokur
I have installed Doxygen, performed $ doxygen -g $ doxygen Some files was created. How can I use Doxygen with a C++ program? -- Alex Vinokur email: alex DOT vinokur AT gmail DOT com http://mathforum.org/library/view/10978.html http://sourceforge.net/users/alexvn -- Unsubs

Re: PHP for Cygwin

2006-05-12 Thread Larry Hall (Cygwin)
Nelson Pereira wrote: Can someone tell me where the Cygwin PHP4 packages are located? See the FAQ: It's fair to assume if you don't find what you're looking for given the information at this site, you're not going to find a pac

RE: PHP for Cygwin

2006-05-12 Thread Dave Korn
On 12 May 2006 16:09, Nelson Pereira wrote: > Can someone tell me where the Cygwin PHP4 packages are located? To find cygwin packages, search at http://cygwin.com/packages cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/ml/#

PHP for Cygwin

2006-05-12 Thread Nelson Pereira
Can someone tell me where the Cygwin PHP4 packages are located? Regards,   npereira -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.c

RE: Can't run baseall

2006-05-12 Thread Dave Korn
On 12 May 2006 14:59, Don Edvalson wrote: >>> the wrong direction with rebase in the first place. I am still narrowing >>> it down, but I found that two pieces of hardware I had added lately, a >>> webcam and a Sprint Wireless network connection were running lots of >>> processes all the time, ev

Re: Can't run baseall

2006-05-12 Thread Larry Hall (Cygwin)
Don Edvalson wrote: Larry Hall (Cygwin) wrote: Right. Starting from the beginning and looking at the simplest/most common potential causes makes the most sense. And providing as much detail as possible about what's going on is a good idea as well. However, if the more obvious solutions

Re: Can't run baseall

2006-05-12 Thread Don Edvalson
Dave Korn wrote: On 12 May 2006 13:52, Don Edvalson wrote: I tried the solution mentioned above, but it didn't help. However it did put me on the right track. I started carefully killing Windows processes. After I had killed enough of them, Cygwin started working perfectly again and I could d

Question on Cygwin and PHP

2006-05-12 Thread Nelson Pereira
Hi all, Was wondering if anyone knows the actual name of the cygwin package for PHP. I have a script (RIBS) that needs to run from cron (or command line). I think I have PHP installed correctly, but when trying to execute the script I get this: $ -bash: /cygdrive/e/RIBS_BACKUP/ribs: /usr/bin/php:

RE: Can't run baseall

2006-05-12 Thread Dave Korn
On 12 May 2006 13:52, Don Edvalson wrote: > I tried the solution mentioned above, but it didn't help. However it did > put me on the right track. I started carefully killing Windows > processes. After I had killed enough of them, Cygwin started working > perfectly again and I could do my compiles

Re: (1.5.19) problem compiling screen 4.0.2

2006-05-12 Thread Igor Peshansky
On Thu, 11 May 2006, Jonathan C. Allen wrote: > I get these conftest.exe errors when attempting to build > screen 4.0.2 on cygwin 1.5.19. I can't tell if they're a > real problem or not because configure keeps going until > hitting the "no tgetent - no screen" error. This is also > confusing bec

Re: Can't run baseall

2006-05-12 Thread Alexander J. Herrmann
Don Edvalson wrote: Larry Hall (Cygwin) wrote: Right. Starting from the beginning and looking at the simplest/most common potential causes makes the most sense. And providing as much detail as possible about what's going on is a good idea as well. However, if the more obvious solutio

Re: Can't run baseall

2006-05-12 Thread Don Edvalson
Larry Hall (Cygwin) wrote: Right. Starting from the beginning and looking at the simplest/most common potential causes makes the most sense. And providing as much detail as possible about what's going on is a good idea as well. However, if the more obvious solutions don't help, then you m

Re: Can't run baseall

2006-05-12 Thread Larry Hall (Cygwin)
Dave Korn wrote: On 11 May 2006 20:23, Don Edvalson wrote: Christopher, I see what you mean. You are right, I was thinking of gmane as more central than it really is. I see now that it is just a 3rd party service and that I was probably just being impatient, perhaps a cacheing problem on my cl

RE: Can't run baseall

2006-05-12 Thread Dave Korn
On 11 May 2006 20:23, Don Edvalson wrote: > Christopher, > > I see what you mean. You are right, I was thinking of gmane as more > central than it really is. I see now that it is just a 3rd party service > and that I was probably just being impatient, perhaps a cacheing problem > on my client. >