Hello I have openssl-0.9.7d installed and when I attempt a make install on SSH(v3.8p1), I get the following error: .../openbsd-compat/xcrypt.c(76): undefined reference to 'crypt' Can anyone help me get past this problem ? Thank you in advance... Amba Giri Symbol Technologies, San Jose P: 408-528-2721 E:agiri at sj.symbol.com Symbol. The Enterprise Mobility Company.
On Tue, Jun 15, 2004 at 04:03:24PM -0700, Amba giri wrote:> Hello > > I have openssl-0.9.7d installed and when I attempt a make > install on SSH(v3.8p1), I get the following error: > .../openbsd-compat/xcrypt.c(76): undefined reference to 'crypt' > > Can anyone help me get past this problem ?Try ./configure --with-md5-passwords and see if the make works. //Peter
Would we care to tell us what OS and what ./configure options you used? - Ben On Tue, 15 Jun 2004, Amba giri wrote:> Hello > > I have openssl-0.9.7d installed and when I attempt a make install on SSH(v3.8p1), I get the following error: > .../openbsd-compat/xcrypt.c(76): undefined reference to 'crypt' > > Can anyone help me get past this problem ? > > Thank you in advance... > > > > > > Amba Giri > Symbol Technologies, San Jose > P: 408-528-2721 > E:agiri at sj.symbol.com > Symbol. The Enterprise Mobility Company. > > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev >
Amba giri wrote:> I have openssl-0.9.7d installed and when I attempt a make install on SSH(v3.8p1), I get the following error: > .../openbsd-compat/xcrypt.c(76): undefined reference to 'crypt' > > Can anyone help me get past this problem ?Depends on what platform you're using, most likely you just need to add "--with-ldflags=-lcrypt" to you configure line. If that fixes it, tell us what your platform is and what ./config.guess reports and we can make configure do it automatically. You might like to use 3.8.1p1 rather than 3.8p1, it's newer and (probably :-) has a few less bugs. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.