Displaying 20 results from an estimated 1000 matches similar to: "Make Install Failed for 4.4p1 on FC4"
2003 Sep 13
1
make install fails with current CVS due to commented out target
Solaris x86 8
autoconf 2.57
autoconf; autoheader; ./configure ....; make
all goes fine
make install fails on Ssh.bin. scard/Makefile has a commented out target
for it - is there some reason for the target being commented out?
--
Carson
2009 Apr 07
2
Portable OpenSSH CVS install error
Hi,
I did a CVS checkout this morning to patch sftp.c for Jon Grant's
recent sftp request, but there seems to be an install problem on
Mac OS X 10.5.6 possibly caused by recent changes to configure.ac.
For example (most output pruned):
% ident configure.ac
configure.ac:
$Id: configure.ac,v 1.419 2009/03/18 18:25:02 tim Exp $
$Revision: 1.419 $
% autoreconf
% ./configure
% make
gcc
2001 Nov 11
1
[PATCH] do not invoke sub-make unless the 'cd directory' succeeds
If for some reason (directory missing or permissions bad), it is
not possible to cd into either the scards or openbsd-compat direcotries, the
make will enter an infinite loop. Correct this by changing the make idiom
(cd directory; $(MAKE))
to the idiom
(cd directory && $(MAKE))
so that a failure to cd into directory will generate an error for make.
The following patch is against the
2004 Dec 23
1
openssh-3.9p1 for Mac OS X
I attempted to setup openssh-3.9p1 on Mac OS X (10.3.7). The
./configure and make work fine but 'make install' fails with:
computer:~/XDev/openssh-3.9p1 bcburke$ make install
if test ! -z ""; then \
/usr/bin/perl ./fixprogs ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
make[1]: Nothing to be done for `all'.
(cd scard && make DESTDIR= install)
2006 Aug 30
30
Testing for the 4.4p1 release
Hi,
The 4.4p1 release is approaching now, so we are now asking people to
actively test snapshots or CVS and report back to the mailing list.
Snapshots are available from http://www.mindrot.org/openssh_snap or
from any of the mirrors listed on http://www.openssh.org/portable.html
The latter page also includes instructions for checking out portable
OpenSSH via anonymous CVS.
This release
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
2002 Mar 07
0
[Bug 137] New: 'make install' fails because of missing uudecode
http://bugzilla.mindrot.org/show_bug.cgi?id=137
Summary: 'make install' fails because of missing uudecode
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
AssignedTo: openssh-unix-dev at
2002 Mar 26
0
[Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
http://bugzilla.mindrot.org/show_bug.cgi?id=187
Summary: ssh-keygen not converting from and to SECSH standard
correctly
Product: Portable OpenSSH
Version: 3.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh-keygen
AssignedTo:
2003 May 27
3
[Bug 577] bug (wrong flag) in sc_private_decrypt (scard-opensc.c)
http://bugzilla.mindrot.org/show_bug.cgi?id=577
Summary: bug (wrong flag) in sc_private_decrypt (scard-opensc.c)
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Smartcard
AssignedTo: openssh-bugs at mindrot.org
2006 May 04
2
xmalloc(foo*bar) -> xcalloc(foo, bar) for Portable
Hi All.
While wandering in auth-pam.c I noticed that there's a few Portable-specific
escapees from the xmalloc(foo * bar) cleanup.
There's also a "probably can't happen" integer overflow in
ssh-rand-helper.c with the memset:
num_cmds = 64;
- entcmd = xmalloc(num_cmds * sizeof(entropy_cmd_t));
+ entcmd = xcalloc(num_cmds, sizeof(entropy_cmd_t));
2005 Oct 05
2
ssh-agent add PKCS#11 support
Hello,
PKCS#11 is a standard API interface that can be used in
order to access cryptographic tokens. You can find the
specification at
http://www.rsasecurity.com/rsalabs/node.asp?id=2133, most
smartcard and other cryptographic device vendors support
PKCS#11, opensc also provides PKCS#11 interface.
I can easily make the scard.c, scard-opensc.c and
ssh-agent.c support PKCS#11.
PKCS#11 is
2005 Sep 06
1
make install error, 4.2p1
Good day and well met.
I'm trying to compile and install openssh-4.2p1 on a Sun Ultra-250 running
Solaris 8.
It's not happy about something. I've searched the bug list and the mail
archives but haven't seen another posting about this. Apologies if there is
one and my eyes just slid right over it.
I've run a configure with the following options, and with no options at
2001 Oct 24
4
snapshot problems on Mac OS X
Here are some problems with the latest snapshot on Mac
OS X:
I am by no means an autoconf expert, but here is what
happens after a "autoreconf":
autoconf: Undefined macros:
configure.in:1291:AC_CHECK_MEMBERS([struct
stat.st_blksize])
configure.in:2168:AC_CONFIG_FILES([Makefile
openbsd-compat/Makefile scard/Makefile ssh_prng_cmds])
configure.in:26:AC_SYS_LARGEFILE
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a
new release soon.
If you have any patches you would like us to consider, please resend
them to the list ASAP.
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer
2001 Nov 12
4
Please test -current
Could people please test -current? We will be making a release fairly
soon.
-d
--
| By convention there is color, \\ Damien Miller <djm at mindrot.org>
| By convention sweetness, By convention bitterness, \\ www.mindrot.org
| But in reality there are atoms and space - Democritus (c. 400 BCE)
2002 May 09
4
make distprep broken?
Hello All,
Doing a make distprep doesn't seem to work anymore:
$ make -f Makefile.in distprep
make: @SH@: Command not found
make: *** [catman-do] Error 127
I've seen this on AIX & Redhat (gnu make) and Solaris (native make). I
suspect this occurs on most platforms. Is this still the recommended way
of autoreconf'ing CVS releases for building?
-Daz.
2002 Oct 04
1
Confirming kerberos for upcoming OpenSSH portable release.
O.K. I know it was too late to make changes for the next release, but
thankfully there werent any changes needed. Kerberos over ssh protocol 1
worked out of the box from CVS today (2002/10/04-14:30)
The krb5 patches we were using (I think from Olaf K) was all in the
code. The only thing I had to patch to get things working was removing
the scard-install from the Makefile.in
The compiled code
2007 Mar 11
4
[Bug 1294] includes.h should pull in string.h based on HAVE_STRING_H
http://bugzilla.mindrot.org/show_bug.cgi?id=1294
Summary: includes.h should pull in string.h based on
HAVE_STRING_H
Product: Portable OpenSSH
Version: 4.6p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: bitbucket
2003 May 10
0
Small Makefile.in Patch
This is a fairly inconsequential patch, but it comes in handy in a few
instances. The patch simply splits install-files into "install-files"
and "install-sysconf" - taking all of the sysconfdir stuff and putting
in its own target which I then added to 'install' and 'install-nokeys'.
I then added an install-nosysconf to NOT do that stuff.
This helped us
2004 Dec 06
1
[Patch] Makefile.in, new install-nosysconf target
For various reasons, it makes our life easier at USC to have a
'install-nosysconf' target much like the install-nokeys target that was added
a while back.
I mentioned this a few months back on this list and people seemed to think it
wouldn't be a problem to get it into the mainline tree.
I've attached the patch -- it should keep 100% backwards compatibility.
Thanks.
--
Phil