Displaying 20 results from an estimated 31 matches for "fixpaths".
2000 Dec 02
2
Is fixpaths the only perl dependency?
...e of the 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 sc...
1999 Dec 28
1
Patch to detect perl using autoconf
For systems that don't have perl at /usr/bin/perl, fixpaths doesn't run.
I've added a check in configure.in to find where perl is and use it to
run fixpaths. Here's the patch:
--- configure.in.orig Mon Dec 27 23:09:36 1999
+++ configure.in Tue Dec 28 10:16:05 1999
@@ -9,6 +9,7 @@
AC_PROG_RANLIB
AC_PROG_INSTALL
AC_CHECK_PROG(AR, ar, ar)
+AC_...
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 around this?
--
----------------------------------------------------------------------------
Kim Scarborough http://www.u...
2000 Oct 30
2
Minor fixes for openssh-SNAP-20001028
I've attached a patch for openssh-SNAP-20001028 which fixes the
following two problems:
1) I fixed fixpaths to complain instead of failing silently if it
can't write the output file.
2) I changed log-server.c to use av0 as the first argument to
openlog(). I also made sure it called openlog() before the TCP
wrapper stuff, because libwrap calls syslog() and winds up using
the wrong progra...
2001 Mar 08
1
Make Install Problems
...fy any files
in the tree structure as this will fail when a root user is installing
from an NFS mounted build tree. This is very common. If it is found that
it is necessary to have a temporary file then it should be created in a
location like /var/tmp.
spruce: # gmake install
/usr/local/bin/perl ./fixpaths -D/etc/ssh_config=/usr/local/etc/ssh_config -D/etc/ssh_known_hosts=/usr/local/etc/ssh_known_hosts -D/etc/sshd_config=/usr/local/etc/sshd_config -D/usr/libexec=/usr/local/libexec -D/etc/shosts.equiv=/usr/local/etc/shosts.equiv -D/etc/ssh_host_key=/usr/local/etc/ssh_host_key -D/etc/ssh_host_dsa_key=/...
2001 Oct 31
2
Problem compiling 2.9.9p2 on Sol 2.6
It appears that "fixpaths" has "/usr/bin/perl" hard-coded in. This causes
make to fail immediately after running configure.
Ed
Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082
Systems Programmer III, Network and Systems Services
finger -l ed at polycut.nss.udel.edu for PGP public k...
2002 Mar 15
1
Problems compiling on Redhat
...: i686-pc-linux-gnu
Compiler: gcc
Compiler flags: -g -O2 -Wall -Wpointer-arith -Wno-uninitialized
Preprocessor flags:
Linker flags:
Libraries: -lutil -lz -lnsl -lcrypto -lcrypt
# make
conffile=`echo sshd_config.out | sed 's/.out$//'`; \
/usr/bin/perl ./fixpaths -D/etc/ssh/ssh_config=/usr/local/etc/ssh_config -D/etc/ssh/ssh_known_hosts=/usr/local/etc/ssh_known_hosts -D/etc/ssh/sshd_config=/usr/local/etc/sshd_config -D/usr/libexec=/usr/local/libexec -D/etc/shosts.equiv=/usr/local/etc/shosts.equiv -D/etc/ssh/ssh_host_key=/usr/local/etc/ssh_host_key -D/etc/ss...
2001 May 13
1
Dynamic C Symbols and Embedding Suggestion
Hello, I've been playing around w/ the new dynamic C symbol stuff (thank
you for doing that!) in the, um, 5/11/01 R-devel package and, unless I've
missed something incredibly obvious, there doesn't appear to be a
mechanism for registering functions of an embedding executable. It seems
like this would be a Good Thing to have.
Since I'm doing most of my work in Windows at the
2001 Aug 18
0
installing openssh-2.9p2 after openssl-0.9.6b on freebsd-4.3-RELEASE
...lib -L/l/ssl/lib -lcrypto -lssl
EXEEXT=
SSH_MODE= 04711
***************
*** 73,79 ****
-D/etc/primes=$(sysconfdir)/primes \
-D/etc/sshrc=$(sysconfdir)/sshrc \
-D/usr/X11R6/bin/xauth=$(XAUTH_PATH) \
! -D/usr/bin:/bin:/usr/sbin:/sbin=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
--- 71,77 ----
-D/etc/primes=$(sysconfdir)/primes \
-D/etc/sshrc=$(sysconfdir)/sshrc \
-D/usr/X11R6/bin/xauth=$(XAUTH_PATH) \
! -D/usr/bin:/bin:/usr/sbin:/sbin=/usr/bin:/bin:/usr/sbin:/sbin::/usr/local/bin
FIXPATHSCMD = $(PERL) $(srcdir)...
2001 Jan 18
4
GNU autoconf/automake in OpenSSH
...with @xxx@ )
- files ssh_config sshd_config and all TROFFMAN files are generated from configure to.
- removed version.h ( version number is in configure and #define in ssh.h )
- updated includes.h ( without version.h )
- changed defines.h and ssh-add.c with new askpass option and #define
- removed fixpaths ( sed command from configure generate correct file paths ). You might
backup it.
tests:
- install, uninstall work fine
- all clean options are not tested !!!
- make dist is not well good : tar archive is without contrib subdir and many files !!!
Howto ?
- extract openssh-SNAP-20010117.tar.gz
- e...
2001 Jan 12
3
SFTP Server For Linux 7 (fwd)
fyi. who is running RH7? i don't.
-------------- next part --------------
An embedded message was scrubbed...
From: Jason <jason at neocity.com>
Subject: SFTP Server For Linux 7
Date: Thu, 11 Jan 2001 19:03:54 -0600
Size: 2121
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010112/52923a41/attachment.mht
2002 Apr 16
0
[Bug 218] New: make fails on IRIX 5.3
...d assembler operation: .stabs
.stabs "/usr/people/steves/build/openssh-3.1p1/",100,0,0,$Ltext0
but config exits gracefully. issuing 'make' then produces the
following output:
# make
conffile=`echo sshd_config.out | sed 's/.out$//'`; \
/usr/bin/perl ./fixpaths -D/etc/ssh/ssh_config=/etc/ssh/ssh_config
-D/etc/ssh/ssh_known_hosts=/etc/ssh/ssh_known_hosts
-D/etc/ssh/sshd_config=/etc/ssh/sshd_config -D/usr/libexec=/usr/local/libexec
-D/etc/shosts.equiv=/etc/ssh/shosts.equiv
-D/etc/ssh/ssh_host_key=/etc/ssh/ssh_host_key
-D/etc/ssh/ssh_host_dsa_key=/etc/...
2001 Jan 09
2
Path to config files in manpages
Hi,
I just noticed that the path to some config files in the manpages get's
replaced during the build of the debian package with the pathes which
are used during the build. This is not good, since the path will not be
the same for the enduser, who installs the deb. Is it intented that the
pathes in the manpage get generated during compilation and should I know
generate a script for debian to
2000 Nov 14
14
New snapshot
...RSA
keys for SSH2 and use the RSA keys for hostkeys or for user keys.
SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
- (djm) Fix up Makefile and Redhat init script to create RSA host keys
- (djm) Change to interim version
- (djm) Fix RPM spec file stupidity
- (djm) fixpaths to DSA and RSA keys too
20001112
- (bal) SCO Patch to add needed libraries for configure.in. Patch by
Phillips Porch <root at theporch.com>
- (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
<dcp at sgi.com>
- (stevesk) pty.c: HP-UX 10 and 11 don't define TIO...
2000 Nov 29
0
Snapshot
...bugreport from espie@
- markus at cvs.openbsd.org 2000/11/25 10:19:34
[ssh-keygen.c ssh.h]
print keytype when generating a key.
reasonable defaults for RSA1/RSA/DSA keys.
- (djm) Patch from Pekka Savola <Pekka.Savola at netcore.fi> to include a few
more manpage paths in fixpaths calls
- (djm) Also add xauth path at Pekka's suggestion.
- (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
20001125
- (djm) Give up privs when reading seed file
20001123
- (bal) Merge OpenBSD changes:
- markus at cvs.openbsd.org 2000/11/15 22:31:36
[auth-options.c]
ca...
1999 Dec 28
1
ANNOUNCE: openssh-1.2.1pre22
...DPATH, then an
unsafe path was used by default (it contained an implicit '.').
Thanks to Jim Knoble for pointing this out and supplying a fix.
- PermitEmptyPassword was being ignored for PAM systems.
An upgrade is therefore recommended.
This release also includes Andre Lucas' fixpaths perl script which
will substitute the correct paths into the manpages at install time.
Also included is peliminary Irix support. I have managed to compile
it under Irix 5.2, but was not able to run it (my perl install is
too broken to run EGD). lastlog support is disabled under Irix
because it use...
1999 Dec 28
1
ANNOUNCE: openssh-1.2.1pre22
...DPATH, then an
unsafe path was used by default (it contained an implicit '.').
Thanks to Jim Knoble for pointing this out and supplying a fix.
- PermitEmptyPassword was being ignored for PAM systems.
An upgrade is therefore recommended.
This release also includes Andre Lucas' fixpaths perl script which
will substitute the correct paths into the manpages at install time.
Also included is peliminary Irix support. I have managed to compile
it under Irix 5.2, but was not able to run it (my perl install is
too broken to run EGD). lastlog support is disabled under Irix
because it use...
2000 Jan 07
2
ANNOUNCE: openssh-1.2.1pre25
...libcrypt has been
overriding symbols in libcrypto. Removed libcrypt and crypt.h
altogether (libcrypto includes its own crypt(1) replacement)
- Added platform-specific rules for Irix 6.x. Included warning that
they are untested.
20000103
- Add explicit make rules for files proccessed by fixpaths.
- Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
<tnh at kondara.org>
- Removed "nullok" directive from default PAM configuration files.
Added information on enabling EmptyPasswords on openssh+PAM in
UPGRADING file.
- OpenBSD CVS updat...
2000 Jan 07
2
ANNOUNCE: openssh-1.2.1pre25
...libcrypt has been
overriding symbols in libcrypto. Removed libcrypt and crypt.h
altogether (libcrypto includes its own crypt(1) replacement)
- Added platform-specific rules for Irix 6.x. Included warning that
they are untested.
20000103
- Add explicit make rules for files proccessed by fixpaths.
- Fix "make install" in RPM spec files. Report from Tenkou N. Hattori
<tnh at kondara.org>
- Removed "nullok" directive from default PAM configuration files.
Added information on enabling EmptyPasswords on openssh+PAM in
UPGRADING file.
- OpenBSD CVS updat...
2001 Feb 20
1
_PATH_STDPATH and @bindir@
Sorry if this is stuff that's been talked about before. If it is, just
ignore me.
I'm curious to know why Portable OpenSSH doesn't include @bindir@ in
the _PATH_STDPATH. This would save most installers of portable OpenSSH
from having to --with-default-path=$PREFIX/bin in order to ensure that
scp will work properly. This would also, I imagine, save quite a lot
of hassle for