Hi Mark,

As a fellow Linux fan, I've run into weird problems from everything to
libraries missing to other stuff. The message that gives you the most 
important info is:

        /usr/i386-slackware-linux/bin/ld: cannot open -lbsd: No such file or
        directory

It's looking for the file: /usr/i386-slackware-linux/bin/ld. Where do you
have ld installed? Mine's installed at /usr/bin/ld.

You may want to do a "make distclean" (before running configure, make, make
install) and try reinstalling SSH2.

-Anne


On Mon, Mar 13, 2000 at 09:02:39AM -0500, Mark E. Drummond wrote:
> Hi all. I am rebuilding SSH2 on my Slackware 7 Linux box. I already have
> ssh2 installed, but I needed ssh1 compat so I installed ssh1 and I am
> now trying to rebuild ssh2 with ssh1 compat. I just did this last night
> on my home machine, also Slack 7, without a hitch. But on my machine
> here at work I get:
> 
> make[3]: Entering directory `/usr/local/src/ssh-2.0.13/apps/ssh'
> gcc -g -Wall  -o ssh2  ssh2.o -L. -L../../lib -lssh2 -lssh -ltermcap
> -lnsl -L/usr/local/lib -lcrypt -lncurses -ltermcap -lwrap -lbsd -lnsl 
> -lutil
> /usr/i386-slackware-linux/bin/ld: cannot open -lbsd: No such file or
> directory
> collect2: ld returned 1 exit status
> make[3]: *** [ssh2] Error 1
> make[3]: Leaving directory `/usr/local/src/ssh-2.0.13/apps/ssh'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/local/src/ssh-2.0.13/apps'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/ssh-2.0.13'
> make: *** [all-recursive-am] Error 2
> 
> I don't get it. Like I said, I _already_ had ssh2 installed prior to
> this and it built without any errors. Why would it now be looking for
> and failing on -lbsd?
> 
> -- 
> ______________________________________________________
> Mark Drummond|ICQ#19153754|mailto:[EMAIL PROTECTED]
>          Gang Warily|http://signals.rmc.ca/
> Kingston Linux Users Group|http://signals.rmc.ca/klug/
> 

-- 
Anne Carasik
Email: [EMAIL PROTECTED]
SSH Communications Security, Inc.
Senior Technical Support Engineer
"Any two consenting adults can rub two primes
together to create a public keypair" - R. Thayer

Reply via email to