Displaying 20 results from an estimated 500 matches similar to: "configure: error: *** zlib missing"
2000 Jul 14
2
Still a problem with openssh and rsaref
I have openssl linked against rsaref and rsaref libraries are in my path
but for some reason openssh now fails on SSLeay / OpenSSL tests.
checking for OpenSSL directory... configure: error: Could not find working SSLeay / OpenSSL libraries, please install
and config.log shows:
configure:2795: gcc -o conftest -g -O2 -Wall -I/opt/openssl/include
-L/opt/openssl/lib -L/opt/openssl conftest.c -ldl
2001 Jun 06
1
configure patch for Alpha/Tru64 Unix 5.1
I had to apply this patch to configure.in to get configure to run on
Tru64 Unix on Alpha. The RSA test forgot to reset $LIBS.
(The compile stopped with missing "zlib.h". I'll send more patches if
required. :-)
diff -ur src-2.9p1/configure.in src-2.9p1-local/configure.in
--- src-2.9p1/configure.in Wed Jun 6 17:15:09 2001
+++ src-2.9p1-local/configure.in Wed Jun 6
2000 May 10
4
openssl w/ rsaref openssh won't configure
I have openssl-0.9.5a and openssh-2.1.0. I configured ssl with rsaref
and it passes the tests. When I configure ssh I get:
----
checking for OpenSSL directory... configure: error: Could not find
working SSLeay / OpenSSL libraries, please install
----
it is failing RSA_private_decrypt function call. The RSA_generate_key
seems to work (does not return null) but then goes on to fail at
2001 Feb 13
1
configure.in reorder patch
Feb 12 CVS (sort of, see warning below)
I've had to change around some of the code in configure.in
to get some platforms to compile with the --with-tcp-wrappers option.
Basicly I have set it up to
check headers
check system libraries
check for optional packages
check functions
I have also tried to clean up the library order as it is important
on some platforms.
This patch works on
Solaris
2000 Aug 15
0
[PATCH]: Port to Mac OS X/Darwin, misc
Below I've includes a patch which helps build OpenSSH outside from a
read-only source tree, find OpenSSL on Mac OS X, and fix a typo.
This applies to OpenSSH 2.1.1p4.
You should already have gotten a note from Melissa O'Neil about a
conflict with the crc32() symbol in zlib, which was causing a crash on
Darwin.
I've noticed another bug. If ssh is setuid, I get a permission
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
2000 May 31
0
openssh 2.1.0p3 w/ rsaref
Looks like the fixes to use OpenSSL with RSAnull break it for rsaref. I've
attached a patch that fixes it for me.
Cheers,
Nalin
-------------- next part --------------
--- openssh-2.1.0p3/configure.in Wed May 31 08:56:52 2000
+++ openssh-2.1.0p3/configure.in Wed May 31 09:03:49 2000
@@ -231,7 +231,27 @@
[
found_crypto=1
break;
- ], []
+ ],
+ [
+ LIBS="$saved_LIBS
2000 Aug 06
1
problems compiling sshd on slackware 7.x
Hi,
I tried to compile openssh-2.1.1p4 on a slackware 7.1 (and then on a
slackware 7.0). you need to supply -lcrypt because otherwise
auth-passwd.c line 135 calls the wrong crypt and sshd will never let
you log in. (took a while to figure that out.)
I tried './configure --with-libs crypt' but
configure doesn't seem to understand me ;)
checking host system type... Invalid
1999 Dec 28
0
Patches to report rsaref build and to call pam_setcred
I've attached two patches. The first just changes the output of "ssh -V"
to print that it was built against rsaref if libRSAglue (which is built
as part of openssl only when it is built against rsaref) is present at
build-time. The second adds appropriate calls to pam_setcred() in sshd.
Without them, our systems can't access AFS because the PAM modules only
get tokens at a
2000 Mar 17
2
Problem with 1.2.3pre4 and RSAref
The following code snippet will not compile support for RSAref on NetBSD even
if it exists on the system (which breaks OpenSSL):
for WANTS_RSAREF in "" 1 ; do
if test -z "$WANTS_RSAREF" ; then
LIBS="$saved_LIBS -lcrypto"
else
LIBS="$saved_LIBS -lcrypto -lRSAglue
2002 Apr 03
2
cross compilation?
../openssh-3.1p1/configure --host=mips-linux --build=i686-linux --with-pam
does not work.
It selects the correct toolchain prefix, but the configure script bails
on cross-compilation.
Attached is a patch that *might* make the right paranoid assumptions,
but I am not positive.
-- bryan
--- configure.ac.orig Tue Feb 26 22:12:35 2002
+++ configure.ac Wed Mar 27 14:28:02 2002
@@ -437,20 +437,6
2000 Mar 09
0
Can not configure openssh-1.2.2p1
(I'm not subscribed to the list, so if you have any comments, please
mail them to me directly.)
Thanks for openssh!
I downloaded openssh-1.2.2p1 and found I could not configure it on my
linux 2.2.15pre13 i686 kernel. The error I got was:
configure: error: Could not find working SSLeay / OpenSSL libraries, please install
I had previously installed openssl (first 0.9.4 and then 0.9.5) into
2002 May 17
0
R-1.5.0 on NetBSD (PR#1565)
NetBSD 1.5ZA on intel
There is a problem with the R-1.5.0 compile under NetBSD caused by a
non-standard zconf.h in NetBSD. The configure script quite happily
accepts the installed zlib.h, but because the NetBSD zconf.h
substitutes the OF macro by an __P macro (in zconf.h) the make fails
when trying to compile dounzip.c with many errors like:
In file included from dounzip.c:28:
unzip.h:114:
2006 Feb 24
2
r56 - trunk/debian
Author: tha-guest
Date: 2006-02-24 23:45:10 +0000 (Fri, 24 Feb 2006)
New Revision: 56
Modified:
trunk/debian/README.Debian
trunk/debian/changelog
trunk/debian/control
trunk/debian/linux-2.6.12-xen.patch
Log:
hopefully for the last commit before release ;-P
- xen-hypervisor & -pae now recommends grub (besides PXE-Boot there is no alternative)
- updated & added some more to
2010 Oct 05
1
problems installing R (Matteo)
Hi everybody,
I'm quite new to ubuntu and tar.gz packages, anyway following these
instructions https://help.ubuntu.com/community/CompilingEasyHowTo I tried to
install the R Grass package.
Everything worked nice until I did:
$ ./configure
checking for gcc... gcc -std=gnu99
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking
2002 May 17
0
Re: R-1.5.0 on NetBSD (PR#1566)
On Fri, 17 May 2002 Ray.Brownrigg@mcs.vuw.ac.nz wrote:
> Firstly I omitted the following information from my original message:
>
> R is now configured for i386--netbsdelf
>
> Source directory: .
> Installation directory: /usr/pkg
> C compiler: cc -mieee-fp -I/mnt/scratch/pkgsrc/math/R/work.i386/.buildlink/include -O2
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
This patch (apologies for the size) updates zlib/* to the files that ship with
zlib 1.1.3.
Index: zlib/ChangeLog
===================================================================
RCS file: /cvsroot/rsync/zlib/ChangeLog,v
retrieving revision 1.1
diff -u -r1.1 ChangeLog
--- zlib/ChangeLog 7 May 1998 06:19:41 -0000 1.1
+++ zlib/ChangeLog 30 Jan 2002 01:12:41 -0000
@@ -1,6 +1,54 @@
ChangeLog
2000 May 14
0
OpenSSH 2.1.0+OpenSSL 0.9.5a+RSAref 2.0 trouble
Hello.
I have been having trouble configuring the source code for the
abovementioned. I have to use RSARef as I'm a resident of the USA, so I
can avoid patent violation.
The configure script fails to see the OpenSSL+RSAref mix on three
different platforms, including the following:
FreeBSD 4.0-STABLE (Which has its own port, but I wanted to try it there
to see if I could reliably reproduce
2002 May 17
0
Re: R-1.5.0 on NetBSD (PR#1566)
Firstly I omitted the following information from my original message:
R is now configured for i386--netbsdelf
Source directory: .
Installation directory: /usr/pkg
C compiler: cc -mieee-fp -I/mnt/scratch/pkgsrc/math/R/work.i386/.buildlink/include -O2 -I/usr/pkg/share/x11-links/include
C++ compiler: c++ -mieee-fp
2013 Feb 14
0
Installing SOGo on Centos 5
Hello,
I was following directions at:
http://www.sogo.nu/english/support/faq/article/how-to-install-sogo-and-sope-through-yum-1.html
to install SOGo on CentOS 5.9 and, noticing that among the dependencies
is memcached and rpmforge includes a much more recent version than EPEL,
I preferred rpmforge and therefore I set a higher priority for rpmforge
repo (see below).
[Note: I guess I could have