Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] OpenSSH spell not installing binaries

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Spencer Ogden <spencero AT mail.utexas.edu>
  • To: SM-Discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] OpenSSH spell not installing binaries
  • Date: Mon, 13 Jan 2003 10:15:50 -0600

It turns out that the compile if failing with the error:

gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o
readconf.o clientloop.o -L. -L
openbsd-compat/ -s -lssh -lopenbsd-compat -lutil -lz -lnsl -lcrypto
./libssh.a(rsa.o): In function `rsa_generate_additional_parameters':
rsa.o(.text+0x1c3): undefined reference to `BN_mod'
rsa.o(.text+0x1e2): undefined reference to `BN_mod'
collect2: ld returned 1 exit status
make: *** [ssh] Error 1

but the cast is not detecting this and showing the cast successful. Also
the group add is still not working (non unique groupid).

Spencer



On Monday 13 January 2003 09:53 am, Spencer Ogden wrote:
> I thought I was having problems with openssh vs. openssl versions, but
> then I looked at openssh's install log and it read:
>
> /etc/init.d/sshd.sh
> /etc/pam.d
> /etc/rc0.d/K50sshd
> /etc/rc1.d/S35sshd
> /etc/rc2.d/S35sshd
> /etc/rc3.d/S35sshd
> /etc/rc4.d/S35sshd
> /etc/rc5.d/S35sshd
> /etc/rc6.d/K50sshd
> /etc/xinetd.d
> /usr/doc/openssh
> /var/log/sorcery/compile/openssh-3.5p1.bz2
> /var/log/sorcery/md5sum/openssh-3.5p1
> /var/log/sorcery/install/openssh-3.5p1
>
> An ldd of the existing /usr/bin/ssh confirms that it was compiled
> against the old openssl 0.9.6. So it is not being replaced on a cast
> openssh. Any one else see this?
>
> Spencer
> _______________________________________________
> SM-Discuss mailing list
> SM-Discuss AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-discuss





Archive powered by MHonArc 2.6.24.

Top of Page