search for: fixprog

Displaying 20 results from an estimated 28 matches for "fixprog".

Did you mean: fixprogs
2000 Sep 11
2
Problems/patches for BSD/OS 4.0.1
Two small problems with 2.2.0p1 on BSD/OS 4.0.1, both invoving the internal entropy collector: 1) The ``ls'' commands in ssh_prng_cmds.in all use -n, which isn't valid on BSD/OS and thus caused them all to fail when fixprogs checked them. BSD/OS does, however, have a -T flag which gives complete timestamp information (month, day, year, hour, minute, and second), which seems like a useful addition. I suspect the configure script should be enhanced to deal with this, but I don't know enough about configure to sugg...
2000 May 19
0
I present: The Elusive 'fixprogs' script
Hi, Here's the 'fixprogs' perl script that got missed off the 2.1.0p1 distribution. Please put this in your openssh directory, and re-run 'make install'. it doesn't need to be made executable. For those interested, it runs through all the commands in the ssh_prng_cmds file and tests if they work (as oppos...
2000 Dec 02
2
Is fixpaths the only perl dependency?
...use of a perl script. Cygwin does not have Perl installed by default and to be honest it seems like a bit of a stretch to require perl to be able to build shh, that just makes it harder to build. I poked around and it seems like these files depend on perl: contrib/make-shh-known-hosts.pl fixpaths fixprogs I took a quick peek at the fixpaths script and it does not look too complex, seems like something an AWK script would be able to handle. The fixprogs looks more complex, it is used during the build process or just for testing ala "make check" ? I am willing to hack up an awk script to...
2003 May 04
9
[Bug 318] Install failure creating ssh_prng_cmds
http://bugzilla.mindrot.org/show_bug.cgi?id=318 ------- Additional Comments From dtucker at zip.com.au 2003-05-04 19:12 ------- Does anyone see any problems with the patch id #186? It seems OK to me. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2000 May 17
2
2.1.0p1
Oops. The URL for that is: http://violet.ibs.com.au/files/openssh/test/ Sorry, Damien Miller -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)
2000 May 17
4
Openssh-2.1.0p1 test release
...- Fixes erroneous printing of debug messages to syslog - Fixes utmp for MacOS X (spotter: Aristedes Maniatis) - Gives useful error message if PRNG initialisation fails - Reduced ssh startup delay - Measures cumulative command time rather than the time between reads after select() - 'fixprogs' perl script to eliminate non-working entropy commands, and optionally run 'ent' to measure command entropy - Applied Tom Bertelson's <tbert at abac.com> AIX authentication fix - Avoid WCOREDUMP complation errors for systems that lack it - Avoid SIGCHLD warnings from ent...
2000 Aug 15
0
[PATCH]: Port to Mac OS X/Darwin, misc
...problem, there may be a larger problem that ssh is running with euid=0 when it doesn't need to be. Thanks, -Fred Summary: Makefile.in: - OpenSSH doesn't build well if you are building outside of the source tree. - mkinstalldirs lives in $(srcdir), not necessarily '.'. - fixprogs lives in $(srcdir), not necessarily '.'. - Separate CFLAGS from CPPFLAGS, so one can override CFLAGS from the command line without whacking include paths. configure.in: - Find OpenSSL install as a framework. (-framework OpenSSL instead of -lcrypto) uidswap.c: - Fix apparent typo...
2005 Sep 06
3
OpenSSH-4.2p1 with OpenSSL-0.98 (bug)
Hello. Installed OpenSSL-0.98 I cannot collect new OpenSSH-4.2p1 at assembly there is a mistake: if test ! -z ""; then \ /usr/bin/perl5 ./fixprogs ssh_prng_cmds ; \ fi (cd openbsd-compat && make) make[1]: Entering directory `/home/pkg/openssh-4.2p1/openbsd-compat' make[1]: ???? `all' ?? ??????? ?????????? ??????. make[1]: Leaving directory `/home/pkg/openssh-4.2p1/openbsd-compat' gcc -o ssh ssh.o readconf.o clientlo...
2002 Jun 28
0
[Bug 318] New: Install failure creating ssh_prng_cmds
...Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: j.wilson at eee.strath.ac.uk Installation is failing during make install. Output from make: if [ -f ssh_prng_cmds -a ! -z "yes" ]; then \ /usr/bin/perl ./fixprogs ssh_prng_cmds ; \ if [ ! -f /usr/local/etc/ssh_prng_cmds ] ; then \ ./install-sh -c -m 644 ssh_prng_cmds.out /usr/local/etc/ssh_prng_cmds; \ else \ echo "/usr/local/etc/ssh_prng_cmds already exists, install will not overwrite"; \ fi ; \ fi Couldn't open output fil...
2002 Mar 18
1
Need help with buildpkg script
....1p1/cont rib/solaris/package/usr/local/etc/sshd_config; \ else \ echo "/tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local/etc /sshd_config already exists, install will not overwrite"; \ fi if [ -f ssh_prng_cmds -a ! -z "yes" ]; then \ /usr/bin/perl ./fixprogs ssh_prng_cmds ; \ if [ ! -f /tools/OpenSSH/openssh-3.1p1/contrib/solaris/package/usr/local /etc/ssh_prng_cmds ] ; then \ ./install-sh -c -m 644 ssh_prng_cmds.out /tools/OpenSSH/openssh- 3.1p1/contrib/solaris/package/usr/local/etc/ssh_prng_cmds; \ else \...
2002 Nov 21
3
Building without perl
I can't seem to compile 3.5p1 on a Solaris 9 box with gcc and GNU make. The box does not have perl installed on it. When I run configure, it correctly detects the absence of perl on the system, but make dies immediately trying to run "fixpaths", which is a perl script. PERL is set to nothing in the Makefile. Is perl required? The docs don't say it is... if not, how do I get
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) ../mkinstalldirs /usr/local/share make[1]: execvp: ../mkinstalldirs: Permission denied make[1]: *** [install] Error 127 make: *** [scard-install] Error 2...
2005 Sep 06
1
make install error, 4.2p1
...is one and my eyes just slid right over it. I've run a configure with the following options, and with no options at all: ./configure --prefix=/usr/local/ossh --sysconfdir=/etc/ossh --with-tcpwrappers make clean make make install if test ! -z ""; then \ /usr/bin/perl ./fixprogs ssh_prng_cmds ; \ fi (cd openbsd-compat && make) make[1]: Entering directory `/usr/local/src/openssh-4.2p1/openbsd-compat' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/local/src/openssh-4.2p1/openbsd-compat' (cd scard && make DESTDIR= install)...
2000 May 22
3
scp not found with solaris 8/2.1.0p2
I've just upgraded to 2.1.0p2 on my solaris 8 boxes (now it survives a little longer, thanks!). But, I'm seeing "scp not found" where before it was fine. configure --prefix=/opt/local --with-random-/dev/random (the entropy generator is still broken), and in the past I had no problems with scp, but AFAIK something's broken in 2.1.0. Is anyone else seeing anything similar?
2006 Sep 09
2
Make Install Failed for 4.4p1 on FC4
Hi, I tried to build the CVS snapshot for OpenSSH 4.4p1 dated 9/08/06. Make install failed on Fedora Core 4 system with the following errors: [root at fedora4 openssh]# make install \if test ! -z ""; then \ /usr/bin/perl ./fixprogs ssh_prng_cmds ; \ fi (cd openbsd-compat && make) make[1]: Entering directory `/usr/local/openssh/openbsd-compat' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/local/openssh/openbsd-compat' (cd scard && make DESTDIR= install) make[1]: Entering d...
2009 Apr 07
2
Portable OpenSSH CVS install error
....419 $ % autoreconf % ./configure % make gcc -o sftp progressmeter.o sftp.o sftp-client.o sftp-common.o sftp-glob.o -L. -Lopenbsd-compat/ -fstack-protector-all -lssh -lopenbsd-compat -lcrypto -lz % sudo make install Password: if test ! -z ""; then \ /opt/local/bin/perl5 ./fixprogs ssh_prng_cmds ; \ fi (cd openbsd-compat && make) make[1]: Nothing to be done for `all'. (cd scard && make DESTDIR= install) make[1]: *** No rule to make target `Ssh.bin', needed by `install'. Stop. make: *** [scard-install] Error 2 ... This strikes me as odd s...
2010 Feb 18
0
: "../openbsd-compat/port-aix.h", line 92.44: 1506-046 (S) Syntax error. openssh-5.3p1 on aix 5.3
...ll a PAM control file for sshd, otherwise password authentication may fail. Example PAM control files can be found in the contrib/ subdirectory ----------------------------------- ? 3. The error. The ouput of make command?is: ??????? echo >??????? if test ! -z ""; then? /usr/bin/perl ./fixprogs ssh_prng_cmds ;? fi >??????? (cd openbsd-compat && make) >??????? cc -qlanglvl=extc89 -I/opt/freeware/include/openssl/ -I/usr/local/include -qmaxmem=-1? -I. -I.. -I. -I./.. -I/opt/freeware/include -I/usr/local/lib/libwrap.a? -DHAVE_CONFIG_H -c bsd-arc4random.c >"../openbsd-co...
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 ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/lib -lssh -lopenbsd-compat -lresolv -liaf -lcrypto -lsocket -lnsl...
2007 Sep 17
2
No subject
Hi, when trying to install openssh I get the following errors. Any idea of why? This is on a mac 10.4.10 system, and with the 4.7p1 version. Appreciate any tips. Thanks, Anil if test ! -z ""; then \ /usr/bin/perl ./fixprogs ssh_prng_cmds ; \ fi (cd openbsd-compat && make) make[1]: Nothing to be done for `all'. gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized -I. -I. -DSSHDIR= \"/sw/HPN-ssh/etc\" -D_PAT H_SSH_PROGRAM=\"/sw/HPN-ssh/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/ sw/HP...
2001 Oct 16
6
program-prefix does not work
...$(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \ else \ ! echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \ fi if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \ $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \ ! if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \ ! $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \ else \ ! echo "$(DESTDIR)$(sysconfdir)/ssh_prng_cmds already exists, install will not overwrite"; \ fi...