Displaying 20 results from an estimated 800 matches similar to: "Patch to detect perl using autoconf"
1999 Nov 23
0
[PATCH] Adding BSD compatible install script to 1.2pre14.
Hi,
This patch adds a BSD compatible install script (copied from gcc-2.95.2)
to 1.2pre14. The script has a X-style license. The script will be used if
configure doesn't find a proper install program on the system.
Remember to run autoconf and set execute (755) permissions for install-sh
when the patch has been applied.
--
Niels Kristian Bech Jensen -- nkbj at image.dk --
2000 Dec 02
2
Is fixpaths the only perl dependency?
Hello.
I just tried to download and build the 2.3.0.p1
(portable) release with Cygwin on an NT box.
It fails to build because 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:
2006 Feb 03
3
OpenSSH_4.3p1 configure patch
Here is a patch to configure, & configure.ac that should
solve the problems people are having with 4.3p1.
Thanks to Corina for finding the simple solution.
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
-------------- next part --------------
diff -ru openssh-4.3p1/configure openssh/configure
--- openssh-4.3p1/configure 2006-02-01 03:33:51.000000000 -0800
+++
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
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
2002 Jun 24
1
remove --with-rsh
is this ok (complete, correct)?
Index: INSTALL
===================================================================
RCS file: /var/cvs/openssh/INSTALL,v
retrieving revision 1.53
diff -u -r1.53 INSTALL
--- INSTALL 13 May 2002 05:22:21 -0000 1.53
+++ INSTALL 24 Jun 2002 00:50:20 -0000
@@ -105,11 +105,6 @@
There are a few other options to the configure script:
---with-rsh=PATH allows you to
2001 Mar 08
1
Make Install Problems
I'm in the process of installing openssh 2.5.1p2 and the make install
step fails. I did the build without problems. Now when I attempt to do
the make install it fails with the output below.
Software build process should have to separate steps. A build step and
an install step. The install step should not create or modify any files
in the tree structure as this will fail when a root user is
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
2001 Aug 18
0
installing openssh-2.9p2 after openssl-0.9.6b on freebsd-4.3-RELEASE
hi.
please cc comments 2 me, i'm not subscribed.
what i did is simply this (you might have guessed :)
i had to install the improved version of openssl after recent, urgent
improvements. with this came came the urgent desire for openssh-CURRENT,
which had to be reinstalled, because an old(?) version comes with the
distribution.
here's the diff. spare me and yourselfs a desciption of
2001 Feb 12
3
add scp path to _PATH_STDPATH
what do you think about this patch to add the path to scp to
_PATH_STDPATH? is there a better or cleaner way to do this? i'm hoping
to ward off 'scp doesn't work' questions for the next release.
i did *not* add this to a --with-default-path path, because if a user
specifies that, they should control its value completely.
Index: Makefile.in
2001 Apr 24
10
Call for testing for coming 2.9 release.
If we can get people to test their platforms against the last snapshot/cvs
tree I'd be greatful. (http://www.openssh.com/portable.html)
I know NeXT platform has problems. I'm going to spend tonight looking at
it.
Also, take a moment to see what manpage type ./configure decided for your
system and if it's 'cat' please let us know.
Thanks.
- Ben
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 key
2010 Apr 03
2
dovecot-2.0.beta4: compiler gets stuck making master-service-settings.o Mac OS X 10.6.2
dovecot-2.0.beta4
Environment:
MacOS X 10.6.2, Xcode 3.2.1 (gcc-4.2)
Problem:
./configure --sysconfdir=/usr/local/conf/
make
[...]
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-settings -DPKG_RUNDIR=\""/usr/local/var/run/dovecot"\" -DSYSCONFDIR=\""/usr/local/conf/dovecot"\"
2018 Dec 29
5
2.3.4 doesnt compile on FreeBSD 11.2 using clang
extract below, this has already been reported a while back but still
no new patch, so this email is to serve as a reminder, if someone
manually fixes it for the ports tree, I dont consider that a fix,
ideally we need this fixed in the source code, as not everyone will
install it from ports.
Chris
"clang40 -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib
-I../../src/lib-dns -I../../src/lib-test
2001 Feb 05
1
Minor configure.in check
It was brought up that on Solaris 2.7 that 'ar' may not be found when it
steps into openbsd-compat/. I've not heard of this bug before but this
is the following fix. Any particle reason for us not to commit this?
- Ben
--- ../openssh/configure.in Sat Feb 3 17:04:03 2001
+++ configure.in Mon Feb 5 13:24:41 2001
@@ -8,7 +8,7 @@
AC_PROG_CPP
AC_PROG_RANLIB
AC_PROG_INSTALL
2019 Feb 05
2
Release notify (2.2.36.1 and 2.3.4.1)
pull the patches from the port.....
On Tue, Feb 5, 2019 at 2:28 PM Odhiambo Washington via dovecot <
dovecot at dovecot.org> wrote:
> Oh, so manual compile should NOT work and it's okay or am I missing
> something?
>
> On Tue, 5 Feb 2019 at 23:26, The Doctor <doctor at doctor.nl2k.ab.ca> wrote:
>
>> On Tue, Feb 05, 2019 at 11:18:45PM +0300, Odhiambo
2001 Jan 18
4
GNU autoconf/automake in OpenSSH
I make changes in open source tree to implement autoconf/automake.
What's new ?
- new acinclude.m4 ( based on old aclocal.m4 + new macros OSSH_EXPAND_PATHS and
OSSH_SHOW_OPTIONS
- new configure option --with-askpass=PATH
- updated acconfig.h ( based on old acconfig.h with removed USE_EXTERNAL_ASKPASS and new
ASKPASS_PATH + new config.h.top and config.h.bot )
!!! in this file has two lines
2019 Jan 20
2
2.3.4 doesnt compile on FreeBSD 11.2 using clang
Op 29/12/2018 om 10:25 schreef Aki Tuomi:
> Hi!
>
> Can you give
>
> https://github.com/dovecot/core/compare/1004822%5E..de42b54a.patch
>
> a try? It's in master branch.
This fix is scheduled for 2.3.5.
Regards,
Stephan.
> On 29 December 2018 at 02:51 Chris <chrcoluk at gmail.com> wrote:
>
>
> extract below, this has already been reported a while back
2019 Feb 05
2
Release notify (2.2.36.1 and 2.3.4.1)
the patches are already in git master. I've pulled them into the
mail/dovecot port.
The dovecot guys/gals will release it eventually, but the port works TODAY.
On Tue, Feb 5, 2019 at 2:33 PM Odhiambo Washington <odhiambo at gmail.com>
wrote:
> I have always been able to compile manually, even from RCs so I believe I
> should be able to compile from the tarball as well.
>
2002 May 31
11
(no subject)X-forward
No "ssh -X hostname" doesn't work.
But when you "export DISPLAY=..." it works!?
I set the the Display Hack so that I can see my IP with "env" or "echo
SSH_CLIENT" when I'm connect via VPN-Tunnel and I don't know my IP in
the Net I'm connected through.
Andreas Kerl
-----------------------------------------
DTS Medien GmbH
Heidestrasse 38