Displaying 20 results from an estimated 8000 matches similar to: "./configure can't find zlib"
2002 Jan 17
0
[Bug 71] New: configure is looking for zlib but I don't have one and I can't turn zlib off.
http://bugzilla.mindrot.org/show_bug.cgi?id=71
Summary: configure is looking for zlib but I don't have one and I
can't turn zlib off.
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: critical
Priority: P2
Component: Build
2001 Jul 16
0
No subject
openssh at openssh.com
Dear openssh team !
When I try to configure openssh version 2.9p2 on an ALPHA OSF1 V4.0
I get lots of error messages of the following type
What is missing fundamentally ?
Could this be due to not using gcc ?
How can I solve these problems ?
best regards
S. Hoefinger
2000 Jul 08
1
sshd Pam problem for Redhat 6.2
Hi,
There was another message about this from Darren Evans. I am hoping that
the logs from below might shed additional light on this problem (kernel
version 2.2.14). I'm running Redhat 6.2, openssh-2.1.1p2.tar.gz,
openssl-0.9.5a.tar.gz.
I haven't tried to recompile with /usr/src/linux pointing to 2.2.12 per
Darren's solution - that's my next thing to do, or perhaps compile
2007 Apr 19
2
error: *** zlib missing
I am very new to linux and openSSH ,, i am trying to compile openssh for jungo openrg IXP45. but while configuring i am getting following error,,
hecking for libgen.h... yes
checking for getspnam... yes
checking for library containing basename... none required
checking for deflate in -lz... no
configure: error: *** zlib missing - please install first or check config.log ***
if anybody will me
2014 Nov 08
2
SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins
Tomas Janousek <tjanouse at redhat.com> wrote in news:20070413132731.GA8281
@redhat.com:
> - SQL_LIBS="$SQL_LIBS -lsqlite3 -lz"
> + SQLITE_LIBS="$SQLITE_LIBS -lsqlite3 -lz"
Hi,
this patch fixes a build error during cross compilation to a system without
the libz target package:
--- dovecot-2.2.15.org/configure.ac 2014-10-25
2001 Mar 29
3
Patches for OpenSSH 2.5.2p2: evaluate /etc/default/login, makefiles manpages
Dear developers of OpenSSH,
first of all I want to thank you for your excellent work on OpenSSH!
I have compiled OpenSSH 2.5.2p2 on Sun Solaris 2.6 and Sun Solaris 8
and discovered some problems.
The first is that OpenSSH doesn't evaluate the file /etc/default/login
which contains some flags and parameters for the login process.
On important parameter is the default value for PATH.
As we
2000 Mar 22
0
configure: error: *** zlib missing
OpenSSH v1.2.2p1
Solaris v2.6 Sun e450
gcc v2.8.1
Problem description: zlib has been installed, yet after using advice gleaned
from mail-list archives, got past what sounds like the normal
Solaris/OpenSSHv1.2.2p1 errors and am receiving a "configure: error: ***
zlib missing - please install first ***".
.../archive/zlib/1.1.3# make install
cp zlib.h zconf.h /usr/local/include
chmod 644
2015 Apr 22
0
SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins
Bernd Kuhls <bernd.kuhls at t-online.de> wrote in
news:XnsA3DF68DCAEF69berndkuhlsPkbjNfxxIA at bernd-kuhls.de:
> Tomas Janousek <tjanouse at redhat.com> wrote in news:20070413132731.GA8281
> @redhat.com:
>
>> - SQL_LIBS="$SQL_LIBS -lsqlite3 -lz"
>> + SQLITE_LIBS="$SQLITE_LIBS -lsqlite3 -lz"
>
> Hi,
>
1999 Dec 21
0
Problem with UTMP recording
Hello to all!
I have problem with OpenSSH 1.2.1pre18 on Linux (kernel 2.2.13,
distribution Slackware 4.0). When someone login using ssh, there is no way
to see his presentance with some 'standard' tools (finger, who, w,
users...). Of course, his proccesses are in ps, and so. I've tried to see
/etc/utmp using vi, and there is some entry, but maybe invalid, or
something.
When I enable
2001 Nov 18
1
Configuration: libpng needs zlib, but ...
I noticed that congigure reported libpng as "not found" although a
recent version exists.
Further looking into this issue told me, that the test failed because
the test
from R.m4
AC_CHECK_LIB(png, png_create_write_struct, [
BITMAP_LIBS="${BITMAP_LIBS} -lpng -lz"
AC_DEFINE(HAVE_PNG)
], , ${LIBS})
], AC_MSG_RESULT([no]))
])
did
2000 Sep 26
0
./configure stops: openssl prob
Hello everyone,
meantime I reached in the following line-worm to get openssh-2.2.0p1
compiled with pam.
CFLAGS="-I/usr/local/ssl/include" LDFLAGS="-static -L/lib/security
-L/lib -L/usr/local/ssl/lib -L/lib" ./configure --prefix=/usr/local/
--bindir=/bin/ --sbindir=/sbin/ --sysconfdir=/etc/ssh/
--with-ssl-dir=/usr/local/ssl --with-xauth=/usr/X11R6/bin/xauth
2000 Jan 18
1
Error when compiling for Solaris7
I cannot make openssh on Solaris.
The 'make' fails on the first file.
Here are the commands and the output.
Essentially, I pre-built EGD, SSL, and ran:
configure
make
make errors are listed at the bottom.
Can anyone help me get this compiled on Solaris7?
Steve
sdn at sprintlabs.com
./configure --prefix=/common --sysconfdir=/etc/ssh
--with-egd-pool=/common/bin/egd.pl
loading cache
2002 Aug 14
0
: use of Error() for repeated measures with more than 2 factors
I have been trying to analyse an unreplicated repeated measures 2-level
factorial design with 11 factors using aov() with Error(), similar to
that described in "Notes on the use of R for psychology experiments and
questionnaires" by Jonathan Baron and Yuelin Li (see the example of Hay's)
I have found that there seems to be a limit, in the number of factors in
Error() . For
2001 Jul 11
0
Solaris 2.6: Undefined symbol seed_rng
Hi,
I hope I'm not asking some FAQ, but I can't compile openssh-2.9p2 on
maas34:openssh-2.9p2 {173} uname -a
SunOS maas34 5.6 Generic_105181-23 sun4u sparc SUNW,Ultra-5_10
using:
maas34:openssh-2.9p2 {174} gcc -v
Reading specs from /opt/local/gcc-2.95.2/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specs
gcc version 2.95.2 19991024 (release)
I get:
maas34:openssh-2.9p2 {172}
2002 Aug 19
0
: Bug in Error() and the use of Error() for repeated measures with more than 2 fa ctors
I forgot to mention that this analysis was carried out using the Windows
version .
Perhaps this problem is windows specific.
Peter
Peter Ho wrote:
> Prof. Ripley,
>
> I am sending this to you again, as the first one was undelivered.
>
>
> Peter
>
> ripley at stats.ox.ac.uk wrote:
>
>
>>> There is no intended limit, but there was a bug fix in 1.5.0. If
2018 Jan 30
4
logging in
This is.... odd.
We're seeing a *lot* of
sshd[8400]: Timeout, client not responding.
So I'm trying to find out whose client is having issues. Trying to figure
that, after processes are gone, I tried looking in lastlog, which is where
it gets odd. lastlog shows root coming in, and it shows a security account
coming in... years ago.
I see one of our users logging in a goodly number of
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
I am having trouble figuring out how to build openssh-5.8p1 for QNX 6.5. I am trying to build on linux, cross-compiling for armv7.
If I configure like this:
configure CC=ntoarmv7-gcc --host=i686-pc-linux-gnu --target=arm-unknown-nto-qnx6.5.0
then I get these errors:
sshconnect.o: In function `timeout_connect':
sshconnect.c:(.text+0x778): undefined reference to
2004 Feb 26
14
[Bug 802] sshd of openssh-3.8p1 doesn't link on Tru64.
http://bugzilla.mindrot.org/show_bug.cgi?id=802
Summary: sshd of openssh-3.8p1 doesn't link on Tru64.
Product: Portable OpenSSH
Version: 3.8p1
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
2012 Mar 06
6
openssh static build - mission impossible?
I am trying to build a static version of ssh, sshd and sftp, but after banging my head against the wall for the best part of the last 3 days I am about to give up...
Since I plan to use this on an embedded device (building dropbear is *NOT* an option!), I've excluded as many openssh configure options as I can but, ultimately, failed. This is my setup:
export LDFLAGS=' -pie -z relro -z
2001 Apr 10
2
Compiling openssh 2.5.p1 on unixware 7.0.1
Hi.
I'm tryng to compile openssh 2.5.p1 (latest)
on sco unixware 7.0.1 and I'm getting
this error in make:
cc -o sshd sshd.o auth.o auth1.o auth2.o auth-chall.o auth2-chall.o
auth-rhosts.o auth-options.o auth-krb4.o auth-pam.o auth2-pam.o
auth-passwd.o auth-rsa.o auth-rh-rsa.o auth-sia.o dh.o sshpty.o log-server.o
sshlogin.o loginrec.o servconf.o serverloop.o md5crypt.o session.o