Displaying 3 results from an estimated 3 matches for "__imp____progname".
2003 Feb 10
0
compiling failure
...re file runs and
much of the makefile also executes. However, it crashes out at the sshd.exe
compile stage citing:
auth-passwd.o(.text+0cxa): In function `auth_password':
/usr/local/openssh-3.5p1/auth-passwd.c:227: undefined reference to `_crypt'
Info: resolving ___progname by linking to __imp____progname (auto-import)
collect2: ld returned 1 exit status
I'm lost for ideas on how to resolve this on my own. Any advice appreciated.
regards,
Kevin Pearson
2009 Jul 29
3
Building on cygwin: xcrypt error
...ld work unless it involves constant data structures referencing symbols
from auto-imported DLLs.openbsd-compat//libopenbsd-compat.a(xcrypt.o): In funct
ion `xcrypt':
/home/e/openssh-5.2p1/openbsd-compat/xcrypt.c:78: undefined reference to `_crypt
'
Info: resolving ___progname by linking to __imp____progname (auto-import)
Info: resolving _optarg by linking to __imp__optarg (auto-import)
Info: resolving _optind by linking to __imp__optind (auto-import)
Info: resolving _optreset by linking to __imp__optreset (auto-import)
collect2: ld returned 1 exit status
make: *** [sshd.exe] Error 1
e at pc ~/openssh...
2004 Aug 12
14
Pending OpenSSH release, call for testing.
Hi All.
OpenSSH is getting ready for a release soon, so we are asking for all
interested parties to test a snapshot.
Changes include:
* sshd will now re-exec itself for each new connection (the "-e" option
is required when running sshd in debug mode).
* PAM password authentication has been (re)added.
* Interface improvements to sftp(1)
* Many bug fixes and improvements, for