Re: unable to compile ss2 under Debian 2.2

2000-05-23 Thread Ron Rademaker
I only tried it on my woody system, when I checked on potato system it
didn't work... You could try downloading that woody part and install it
using dpkg (this will only work if ssh2 doesn't depend on all kinds
(version dependencies) of things, but you can try!).

Ron Rademaker

On Mon, 22 May 2000, Ray Olszewski wrote:

 At 12:39 AM 5/23/00 +0200, Ron Rademaker wrote:
 make?? try apt-get install ssh2, after that it should simply work.
 
 What archive are you connecting to? If I do (using potato) apt-cache search
 ssh, I get ssh ( == OpenSSH) and ssh-nonfree ( == SSH 1.2.27-6), and an
 assortment of support packages, but no ssh2.
 
 Never tell me the odds!---
 Ray Olszewski-- Han Solo
 Palo Alto, CA  [EMAIL PROTECTED]
 
 



unable to compile ss2 under Debian 2.2

2000-05-22 Thread Attila Csosz
I've download the ssh2 package but the configure phase failed ( I think ).
Here is the log file. How could I fix it? After configuring the make phase
fails also.

ssh2 package: ssh2-2.0.10.tar.gz

Thanks 
 Attila

 
-

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:599: checking host system type
configure:620: checking target system type
configure:638: checking build system type
configure:661: checking cached information
configure:688: checking for a BSD compatible install
configure:741: checking whether build environment is sane
configure:798: checking whether make sets ${MAKE}
configure:844: checking for working aclocal
configure:857: checking for working autoconf
configure:870: checking for working automake
configure:883: checking for working autoheader
configure:896: checking for working makeinfo
configure:919: checking for gcc
configure:996: checking whether the C compiler (gcc -g ) works
configure:1010: gcc -o conftest -g   conftest.c  15
configure:1030: checking whether the C compiler (gcc -g ) is a cross-compiler
configure:1035: checking whether we are using GNU C
configure:1044: gcc -E conftest.c
configure:1059: checking whether gcc accepts -g
configure:1116: checking for POSIXized ISC
configure:1140: checking for ranlib
configure:1175: checking for ar
configure:1208: checking for gm4
configure:1208: checking for m4
configure:1238: checking whether make sets ${MAKE}
configure:1275: checking for a BSD compatible install
configure:1346: checking how to run the C preprocessor
configure:1367: gcc -E  conftest.c /dev/null 2conftest.out
configure:1407: checking for ANSI C header files
configure:1420: gcc -E  conftest.c /dev/null 2conftest.out
configure:1487: gcc -o conftest -g -Wall   conftest.c  15
configure:1511: checking whether time.h and sys/time.h may both be included
configure:1525: gcc -c -g -Wall  conftest.c 15
configure: In function `main':
configure:1521: warning: unused variable `tp'
configure:1550: checking for dirent.h that defines DIR
configure:1563: gcc -c -g -Wall  conftest.c 15
configure: In function `main':
configure:1559: warning: unused variable `dirp'
configure:1588: checking for opendir in -ldir
configure:1607: gcc -o conftest -g -Wall   conftest.c -ldir   15
/usr/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure: failed program was:
#line 1596 configure
#include confdefs.h
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply.  */
char opendir();

int main() {
opendir()
; return 0; }
configure:1671: checking whether stat file-mode macros are broken
configure:1727: checking for sys/wait.h that is POSIX.1 compatible
configure:1748: gcc -c -g -Wall  conftest.c 15
configure:1770: checking return type of signal handlers
configure:1792: gcc -c -g -Wall  conftest.c 15
configure: In function `main':
configure:1788: warning: unused variable `i'
configure:1811: checking for size_t
configure:1844: checking for off_t
configure:1877: checking for mode_t
configure:1910: checking size of long
configure:1929: gcc -o conftest -g -Wall   conftest.c  15
configure:1921: warning: return-type defaults to `int'
configure:1949: checking size of int
configure:1968: gcc -o conftest -g -Wall   conftest.c  15
configure:1960: warning: return-type defaults to `int'
configure:1988: checking size of short
configure:2007: gcc -o conftest -g -Wall   conftest.c  15
configure:1999: warning: return-type defaults to `int'
configure:2027: checking size of long long
configure:2046: gcc -o conftest -g -Wall   conftest.c  15
configure:2038: warning: return-type defaults to `int'
configure:2067: checking for working const
configure:2121: gcc -c -g -Wall  conftest.c 15
configure: In function `main':
configure:2095: warning: unused variable `s'
configure:2115: warning: unused variable `foo'
configure:2083: warning: unused variable `zero'
configure:2077: warning: unused variable `x'
configure:2142: checking for inline
configure:2156: gcc -c -g -Wall  conftest.c 15
configure: In function `main':
configure:2152: warning: control reaches end of non-void function
configure: At top level:
configure:2152: warning: return-type defaults to `int'
configure:2183: checking whether to enable light debugging
configure:2208: checking whether to enable heavy debugging
configure:2237: checking whether to enable EFENCE memory allocation debugger
configure:2449: checking for main in -lnsl
configure:2464: gcc -o conftest -g -Wall   conftest.c -lnsl   15
configure:2494: checking for socket in -lsocket
configure:2513: gcc -o conftest -g -Wall   conftest.c -lsocket  -lnsl  15
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 2502 configure
#include confdefs.h
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char 

Re: unable to compile ss2 under Debian 2.2

2000-05-22 Thread Ron Rademaker
make?? try apt-get install ssh2, after that it should simply work.

Ron Rademaker

On Tue, 23 May 2000, Attila Csosz wrote:

 I've download the ssh2 package but the configure phase failed ( I think ).
 Here is the log file. How could I fix it? After configuring the make phase
 fails also.
 
 ssh2 package: ssh2-2.0.10.tar.gz
 
 Thanks 
  Attila
 
  
 -
 
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
 configure:599: checking host system type
 configure:620: checking target system type
 configure:638: checking build system type
 configure:661: checking cached information
 configure:688: checking for a BSD compatible install
 configure:741: checking whether build environment is sane
 configure:798: checking whether make sets ${MAKE}
 configure:844: checking for working aclocal
 configure:857: checking for working autoconf
 configure:870: checking for working automake
 configure:883: checking for working autoheader
 configure:896: checking for working makeinfo
 configure:919: checking for gcc
 configure:996: checking whether the C compiler (gcc -g ) works
 configure:1010: gcc -o conftest -g   conftest.c  15
 configure:1030: checking whether the C compiler (gcc -g ) is a cross-compiler
 configure:1035: checking whether we are using GNU C
 configure:1044: gcc -E conftest.c
 configure:1059: checking whether gcc accepts -g
 configure:1116: checking for POSIXized ISC
 configure:1140: checking for ranlib
 configure:1175: checking for ar
 configure:1208: checking for gm4
 configure:1208: checking for m4
 configure:1238: checking whether make sets ${MAKE}
 configure:1275: checking for a BSD compatible install
 configure:1346: checking how to run the C preprocessor
 configure:1367: gcc -E  conftest.c /dev/null 2conftest.out
 configure:1407: checking for ANSI C header files
 configure:1420: gcc -E  conftest.c /dev/null 2conftest.out
 configure:1487: gcc -o conftest -g -Wall   conftest.c  15
 configure:1511: checking whether time.h and sys/time.h may both be included
 configure:1525: gcc -c -g -Wall  conftest.c 15
 configure: In function `main':
 configure:1521: warning: unused variable `tp'
 configure:1550: checking for dirent.h that defines DIR
 configure:1563: gcc -c -g -Wall  conftest.c 15
 configure: In function `main':
 configure:1559: warning: unused variable `dirp'
 configure:1588: checking for opendir in -ldir
 configure:1607: gcc -o conftest -g -Wall   conftest.c -ldir   15
 /usr/bin/ld: cannot find -ldir
 collect2: ld returned 1 exit status
 configure: failed program was:
 #line 1596 configure
 #include confdefs.h
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
 builtin and then its argument prototype would still apply.  */
 char opendir();
 
 int main() {
 opendir()
 ; return 0; }
 configure:1671: checking whether stat file-mode macros are broken
 configure:1727: checking for sys/wait.h that is POSIX.1 compatible
 configure:1748: gcc -c -g -Wall  conftest.c 15
 configure:1770: checking return type of signal handlers
 configure:1792: gcc -c -g -Wall  conftest.c 15
 configure: In function `main':
 configure:1788: warning: unused variable `i'
 configure:1811: checking for size_t
 configure:1844: checking for off_t
 configure:1877: checking for mode_t
 configure:1910: checking size of long
 configure:1929: gcc -o conftest -g -Wall   conftest.c  15
 configure:1921: warning: return-type defaults to `int'
 configure:1949: checking size of int
 configure:1968: gcc -o conftest -g -Wall   conftest.c  15
 configure:1960: warning: return-type defaults to `int'
 configure:1988: checking size of short
 configure:2007: gcc -o conftest -g -Wall   conftest.c  15
 configure:1999: warning: return-type defaults to `int'
 configure:2027: checking size of long long
 configure:2046: gcc -o conftest -g -Wall   conftest.c  15
 configure:2038: warning: return-type defaults to `int'
 configure:2067: checking for working const
 configure:2121: gcc -c -g -Wall  conftest.c 15
 configure: In function `main':
 configure:2095: warning: unused variable `s'
 configure:2115: warning: unused variable `foo'
 configure:2083: warning: unused variable `zero'
 configure:2077: warning: unused variable `x'
 configure:2142: checking for inline
 configure:2156: gcc -c -g -Wall  conftest.c 15
 configure: In function `main':
 configure:2152: warning: control reaches end of non-void function
 configure: At top level:
 configure:2152: warning: return-type defaults to `int'
 configure:2183: checking whether to enable light debugging
 configure:2208: checking whether to enable heavy debugging
 configure:2237: checking whether to enable EFENCE memory allocation debugger
 configure:2449: checking for main in -lnsl
 configure:2464: gcc -o conftest -g -Wall   conftest.c -lnsl   15
 configure:2494: checking for socket in -lsocket
 configure:2513: gcc -o conftest -g -Wall   conftest.c 

Re: unable to compile ss2 under Debian 2.2

2000-05-22 Thread Ray Olszewski
At 12:39 AM 5/23/00 +0200, Ron Rademaker wrote:
make?? try apt-get install ssh2, after that it should simply work.

What archive are you connecting to? If I do (using potato) apt-cache search
ssh, I get ssh ( == OpenSSH) and ssh-nonfree ( == SSH 1.2.27-6), and an
assortment of support packages, but no ssh2.

Never tell me the odds!---
Ray Olszewski-- Han Solo
Palo Alto, CA[EMAIL PROTECTED]




Re: unable to compile ss2 under Debian 2.2

2000-05-22 Thread Colin Watson
Ray Olszewski [EMAIL PROTECTED] wrote:
At 12:39 AM 5/23/00 +0200, Ron Rademaker wrote:
make?? try apt-get install ssh2, after that it should simply work.

What archive are you connecting to? If I do (using potato) apt-cache search
ssh, I get ssh ( == OpenSSH) and ssh-nonfree ( == SSH 1.2.27-6), and an
assortment of support packages, but no ssh2.

There's an ssh2 package in non-US/non-free in woody.

-- 
Colin Watson [EMAIL PROTECTED]