Re: Heimdal 0.4e and Cygwin

2002-01-08 Thread Nicolas Williams
On Tue, Jan 08, 2002 at 01:05:58PM -0500, Larry Hall (RFK Partners, Inc) wrote: > At 10:45 AM 1/8/2002, Nicolas Williams wrote: > >OpenSSH earlier. Thanks. This fixes it all, though it's still > >interesting that 'ls /usr/local' doesn't show 'bin' yet 'ls > >/usr/local/bin' does show things in the

Re: Heimdal 0.4e and Cygwin

2002-01-08 Thread Larry Hall (RFK Partners, Inc)
At 10:45 AM 1/8/2002, Nicolas Williams wrote: >OpenSSH earlier. Thanks. This fixes it all, though it's still >interesting that 'ls /usr/local' doesn't show 'bin' yet 'ls >/usr/local/bin' does show things in there. Well, looks like you'll need to track this down yourself if you're truly interested

Re: Heimdal 0.4e and Cygwin

2002-01-08 Thread Nicolas Williams
On Tue, Jan 08, 2002 at 10:22:35AM -0500, John Peacock wrote: > Nicolas Williams wrote: > > > > > > And I can't remove /usr/local/bin/cygwin1.dll. > > > > Exit cygwin completely (including any Cygwin-based services you are running) > and then delete cygwin1.dll from Windows. You may need to

Re: Heimdal 0.4e and Cygwin

2002-01-08 Thread John Peacock
Nicolas Williams wrote: > > > And I can't remove /usr/local/bin/cygwin1.dll. > Exit cygwin completely (including any Cygwin-based services you are running) and then delete cygwin1.dll from Windows. You may need to disable services and reboot to make sure the dll is not in use. HTH John --

Re: Heimdal 0.4e and Cygwin

2002-01-08 Thread Nicolas Williams
On Mon, Jan 07, 2002 at 06:58:15PM -0500, Brandon S. Allbery KF8NH wrote: > On Mon, 2002-01-07 at 16:32, Nicolas Williams wrote: > > A dialog comes up saying: "The procedure entry point ___progname could > > not be located in the dynamic link library cygwin1.dll". This happens if > > the binary i

Re: Heimdal 0.4e and Cygwin

2002-01-07 Thread Nicolas Williams
On Sat, Jan 05, 2002 at 12:53:22AM +0100, Gerrit P. Haase wrote: > Hallo Nicolas, > > Am 2002-01-04 um 22:11 schriebst du: > > > ./configure --prefix=/usr/local --disable-otp ; make > > > Works, well, almost works. > > > The only serious problems appear to be: > > > - Cygwin defines iruserok

Re: Heimdal 0.4e and cygwin

2002-01-07 Thread Christopher Faylor
On Mon, Jan 07, 2002 at 04:32:31PM -0500, Nicolas Williams wrote: >A dialog comes up saying: "The procedure entry point ___progname could >not be located in the dynamic link library cygwin1.dll". This happens if >the binary is in /usr/local/bin. > >Same binary in /usr/bin or /usr/heimdal/bin works

Re: Heimdal 0.4e and Cygwin

2002-01-07 Thread Nicolas Williams
A dialog comes up saying: "The procedure entry point ___progname could not be located in the dynamic link library cygwin1.dll". This happens if the binary is in /usr/local/bin. Same binary in /usr/bin or /usr/heimdal/bin works just fine. I'v configured/made/installed with --prefix=/usr/local and

Re: Heimdal 0.4e and Cygwin

2002-01-07 Thread Pavel Tsekov
Nicolas Williams wrote: > ./configure --prefix=/usr/local --disable-otp ; make > > Works, well, almost works. [ snip ] > - The same klist.exe binary in /tmp/heimdal-0.4e/kuser/klist.exe works, >but, the *same* binary, located in /usr/local/bin/. Then again, if I >copy klist.exe to /u

Re: Heimdal 0.4e and Cygwin

2002-01-04 Thread Gerrit P. Haase
Hallo Nicolas, Am 2002-01-04 um 22:11 schriebst du: > ./configure --prefix=/usr/local --disable-otp ; make > Works, well, almost works. > The only serious problems appear to be: > - Cygwin defines iruserok() in unistd.h but does not provide an >implementation, therefore ./configure detec

Heimdal 0.4e and Cygwin

2002-01-04 Thread Nicolas Williams
./configure --prefix=/usr/local --disable-otp ; make Works, well, almost works. The only serious problems appear to be: - Cygwin defines iruserok() in unistd.h but does not provide an implementation, therefore ./configure detects that iruserok() is missing and lib/roken/iruserok.c fails