Re: HELP! Can't compile OpenSSH!

2001-01-06 Thread John Aldrich
On Sat, 06 Jan 2001, Michael Burger wrote: > Using that --target=i686 line, you might also look in > /usr/src/redhat/RPMS/i686 > Ok... I think I found the problem. Manually running "./configure" followed by "make" returns the following error: ranlib libssh.a gcc -o ssh ssh.o sshconnect.o sshconne

Re: HELP! Can't compile OpenSSH!

2001-01-06 Thread John Aldrich
On Sat, 06 Jan 2001, Michael Burger wrote: > Using that --target=i686 line, you might also look in > /usr/src/redhat/RPMS/i686 > Yeah...been there, done that... :-( I think it may be a problem with missing something, but I'll be darned if I can see what it is... John __

Re: HELP! Can't compile OpenSSH!

2001-01-06 Thread John Aldrich
On Sat, 06 Jan 2001, Michael Burger wrote: > Are you sure it's not finishing? Have you looked in > /usr/src/redhat/RPMS/i386 for the resulting RPM that is created by > rpm --rebuild? > Yep. Absolutely positive. I *was* telling it to make an i686 rpm, but I checked all the other directories as we

Re: HELP! Can't compile OpenSSH!

2001-01-06 Thread Michael Burger
Using that --target=i686 line, you might also look in /usr/src/redhat/RPMS/i686 On Sat, 6 Jan 2001 15:46:45 -0500, John Aldrich wrote: >I'm trying to use a src.rpm for OpenSSH 2.3.0-p1-1 to >rpm --rebuild --target=i686 on a dual-PPro 200 with 192 MB >ram and plenty of drive space. However, for s

Re: HELP! Can't compile OpenSSH!

2001-01-06 Thread Michael Burger
Are you sure it's not finishing? Have you looked in /usr/src/redhat/RPMS/i386 for the resulting RPM that is created by rpm --rebuild? On Sat, 6 Jan 2001 15:46:45 -0500, John Aldrich wrote: >I'm trying to use a src.rpm for OpenSSH 2.3.0-p1-1 to >rpm --rebuild --target=i686 on a dual-PPro 200 wit

HELP! Can't compile OpenSSH!

2001-01-06 Thread John Aldrich
I'm trying to use a src.rpm for OpenSSH 2.3.0-p1-1 to rpm --rebuild --target=i686 on a dual-PPro 200 with 192 MB ram and plenty of drive space. However, for some strange reason it just won't finish the recompile Here's the last 50 lines -- does anyone see what the problem is? I'll admit I'm mo