Displaying 20 results from an estimated 2000 matches similar to: "Make error"
2002 Mar 27
0
[Bug 192] New: monitor.c:545: undefined reference to `auth_password with USE_PAM on
http://bugzilla.mindrot.org/show_bug.cgi?id=192
           Summary: monitor.c:545: undefined reference to `auth_password
                    with USE_PAM on
           Product: Portable OpenSSH
           Version: -current
          Platform: ix86
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: sshd
        AssignedTo:
2001 Oct 08
0
Problem in BSD/OS 4.2
I keep getting:
Script started on Mon Oct  8 09:55:27 2001
doctor.nl2k.ab.ca//usr/source/openssh-2.9.9p2$ gmake
gcc -o sshd sshd.o auth.o auth1.o auth2.o auth-chall.o auth2-chall.o auth-rhosts.o auth-options.o auth-krb4.o auth-pam.o auth2-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o auth-sia.o sshpty.o sshlogin.o loginrec.o servconf.o serverloop.o md5crypt.o session.o groupaccess.o auth-skey.o
2007 May 01
1
problem while doing make - openssh on sco unix 7.1
I am trying to install openssh on sco unix 7.1 and getting following error ,
please help
 
I have installed zlib -  zlib-1.2.3
                      Openssl openssl-0.9.8e
          Openssh openssh-4.6p1
 
# make
        if test ! -z "yes"; then \
                /usr/bin/perl ./fixprogs ssh_prng_cmds ; \
        fi
        (cd openbsd-compat && make)
        cc -o ssh
2003 Apr 02
0
[Bug 532] Conflicting basename and dirname on solaris
http://bugzilla.mindrot.org/show_bug.cgi?id=532
           Summary: Conflicting basename and dirname on solaris
           Product: Portable OpenSSH
           Version: 3.6p1
          Platform: UltraSparc
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: openssh-unix-dev at mindrot.org
      
2004 Mar 27
1
Problems Compiling sshd - OpenSSH 3.8p1 on Tru64 UNIX V4.0F PK#7 (OSF)
I am trying to compile sshd 3.8p1 on Tru64 UNIX V4.0F Patch Level 7.
Previously I've compiled the entire 3.6.1p2 distribution with no problems.
The problem seems to occur when linking sshd. The linker is unable to find
xcrypt and shadow_pw functions (openbsd-compat/*.c). The libopenbsd-compat
seems to have built without errors. I configure as follows:
 
CC=cc CFLAGS=-O LDFLAGS=-non_shared
2005 Sep 12
3
Problems Compiling OpenSSH 4.2p1 on Tru64 UNIX 5.1b
I configure as follows:
./configure --with-zlib=/usr/local/include
cc -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o  
sshpty.o sshlogin.o servconf.o serverloop.o  auth.o auth1.o auth2.o 
auth-options.o session.o  auth-chall.o auth2-chall.o groupaccess.o  
auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o  auth2-none.o 
auth2-passwd.o auth2-pubkey.o  monitor_mm.o
2007 Jan 17
3
[Bug 1276] Link stage fails when gssapi exists
http://bugzilla.mindrot.org/show_bug.cgi?id=1276
           Summary: Link stage fails when gssapi exists
           Product: Portable OpenSSH
           Version: v4.5p1
          Platform: ix86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: bitbucket at mindrot.org
        ReportedBy: jengelh
2007 Mar 23
2
openssh 4.6p1 bug / IRIX
hello,
little problem compiling openssh 4.6p1 on irix using mipspro 7.4.x.
c99 -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o 
sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o auth2.o 
auth-options.o session.o auth-chall.o auth2-chall.o groupaccess.o 
auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o 
auth2-passwd.o auth2-pubkey.o
2002 Oct 08
1
openssh-3.4p1 install problems on Solaris 6 with openssl-0.9.6g
All,
I have successfully compiled and installed openssl 0.9.6g and am 
attempting to install openssh-3.4p1.  
I am using the following cofigure command for openssh:
./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/ssh 
--with-tcp-wrappers --with-ssl-dir=/opt/local --with-rand-helper
The configuration appears to work flawlessly.  However, when I try to 
make the package I get the
2002 Apr 10
1
openssh-3.1p1 on GNU/Hurd
Hi,
  I've gone and ported the latest version of openssh, 3.1p1, to GNU/Hurd.
I've tried to learn from the other threads on this topic, but I still had
to get rid of MAXHOSTNAMELEN where I could.
James A. Morrison
diff -urN openssh-3.1p1.old/Makefile.in openssh-3.1p1/Makefile.in
--- openssh-3.1p1.old/Makefile.in	Tue Feb 26 14:24:22 2002
+++ openssh-3.1p1/Makefile.in	Tue Apr  9 16:16:49
2012 Mar 06
6
openssh static build - mission impossible?
I am trying to build a static version of ssh, sshd and sftp, but after banging my head against the wall for the best part of the last 3 days I am about to give up...
Since I plan to use this on an embedded device (building dropbear is *NOT* an option!), I've excluded as many openssh configure options as I can but, ultimately, failed. This is my setup:
export LDFLAGS=' -pie -z relro -z
2015 Mar 03
2
openssh-SNAP-20150304 issues
Script started on Tue Mar  3 07:35:34 2015
doctor.nl2k.ab.ca//usr/source/openssh-SNAP-20150304$ make tests
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress
[ -d `pwd`/regress/unittests ] || mkdir -p `pwd`/regress/unittests
[ -d `pwd`/regress/unittests/test_helper ] ||  mkdir -p `pwd`/regress/unittests/test_helper
[ -d `pwd`/regress/unittests/sshbuf ] ||  mkdir -p `pwd`/regress/unittests/sshbuf
[ -d
2015 Feb 28
3
SAP-2015-3-1 issues
BSD/OS issues
with 1.0.2a dev
make tests
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress
[ -d `pwd`/regress/unittests ] || mkdir -p `pwd`/regress/unittests
[ -d `pwd`/regress/unittests/test_helper ] ||  mkdir -p `pwd`/regress/unittests/test_helper
[ -d `pwd`/regress/unittests/sshbuf ] ||  mkdir -p `pwd`/regress/unittests/sshbuf
[ -d `pwd`/regress/unittests/sshkey ] ||  mkdir -p
2004 Feb 26
14
[Bug 802] sshd of openssh-3.8p1 doesn't link on Tru64.
http://bugzilla.mindrot.org/show_bug.cgi?id=802
           Summary: sshd of openssh-3.8p1 doesn't link on Tru64.
           Product: Portable OpenSSH
           Version: 3.8p1
          Platform: Alpha
        OS/Version: OSF/1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: openssh-bugs at mindrot.org
       
2009 Jul 29
3
Building on cygwin: xcrypt error
Any suggestions or thoughts are appreciated.  I'm trying to build OpenSSH with a stable snapshot of Openssl 1.0.0, within cygwin.  After much effort, the configure process (./configure --with-tcp-wrappers --with-ssl-dir=myssldir) went fine, though I was not able to successfully build due to an error:
gcc -o sshd.exe sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o sshp
ty.o
2001 Mar 13
0
[PATCH] openssh 2.5.1p2 TIS authserv support
Hi,
We have updated our TIS authserv support patch for OpenSSH 2.5.1p2. You'll
find it attached to my message.
-- 
Bazsi
PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
-------------- next part --------------
diff -urN openssh-2.5.1p2/Makefile.in openssh-2.5.1p2-tis/Makefile.in
--- openssh-2.5.1p2/Makefile.in	Sun Feb 18 20:13:33 2001
+++
2002 Apr 01
0
[Bug 198] New: Error getting file with sftp on old F-Secure servers
http://bugzilla.mindrot.org/show_bug.cgi?id=198
           Summary: Error getting file with sftp on old F-Secure servers
           Product: Portable OpenSSH
           Version: 3.1p1
          Platform: Sparc
        OS/Version: Solaris
            Status: NEW
          Severity: major
          Priority: P2
         Component: sftp
        AssignedTo: openssh-unix-dev at mindrot.org
       
2001 Jul 11
0
Solaris 2.6: Undefined symbol seed_rng
Hi,
I hope I'm not asking some FAQ, but I can't compile openssh-2.9p2 on
  maas34:openssh-2.9p2 {173} uname -a
  SunOS maas34 5.6 Generic_105181-23 sun4u sparc SUNW,Ultra-5_10
using:
  maas34:openssh-2.9p2 {174} gcc -v
  Reading specs from /opt/local/gcc-2.95.2/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specs
  gcc version 2.95.2 19991024 (release)
I get:
  maas34:openssh-2.9p2 {172}
2001 Nov 04
2
OPIE patch for current CVS
I redid my previous OPIE patch for the current ssh tree. It seems
to work fine here, and I'ld love to see it merged before the 3.0
release.
Wichert.
diff -x CVS -wNur ../cvs/other/openssh_cvs/Makefile.in openssh_cvs/Makefile.in
--- ../cvs/other/openssh_cvs/Makefile.in	Mon Oct 22 02:53:59 2001
+++ openssh_cvs/Makefile.in	Sun Nov  4 01:18:19 2001
@@ -50,7 +50,7 @@
 
 SSHOBJS= ssh.o
2001 Apr 10
2
Compiling openssh 2.5.p1 on unixware 7.0.1
Hi.
I'm tryng to compile openssh 2.5.p1 (latest)
on sco unixware 7.0.1 and I'm getting
this error in make:
cc -o sshd sshd.o auth.o auth1.o auth2.o auth-chall.o auth2-chall.o
auth-rhosts.o auth-options.o auth-krb4.o auth-pam.o auth2-pam.o
auth-passwd.o auth-rsa.o auth-rh-rsa.o auth-sia.o dh.o sshpty.o log-server.o
sshlogin.o loginrec.o servconf.o serverloop.o md5crypt.o session.o