Operating System - HP-UX
1831554 Members
3944 Online
110025 Solutions
New Discussion

Re: errors during make install for compiling openssh 3.8

 
SOLVED
Go to solution
Hanry Zhou
Super Advisor

errors during make install for compiling openssh 3.8

I have passwd ./configure and make, but got an error during "make install" on 11x box. ANSI/C has been used.

Please let me know .

thanks,

============================


rm -f /usr/local/bin/slogin
ln -s ./ssh /usr/local/bin/slogin
rm -f /usr/local/man/man1/slogin.1
ln -s ./ssh.1 /usr/local/man/man1/slogin.1
if [ ! -d /usr/local/etc ]; then \
./mkinstalldirs /usr/local/etc; \
fi
Generating public/private rsa1 key pair.
/usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code)
from /usr/local/lib/libcrypto.sl
sh[5]: 23640 Abort(coredump)
*** Error exit code 134

Stop.


none
8 REPLIES 8
Bruno Ganino
Honored Contributor

Re: errors during make install for compiling openssh 3.8

Hanry Zhou
Super Advisor

Re: errors during make install for compiling openssh 3.8

Bruno,

I have the document alerady, and I'm not looking for the installation steps.

But what I'm looking for now specifically is the solution to this error as I attached in my last post:
/usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code)
from /usr/local/lib/libcrypto.sl

none
Nicolas Dumeige
Esteemed Contributor
Solution

Re: errors during make install for compiling openssh 3.8

Bruno Ganino
Honored Contributor

Re: errors during make install for compiling openssh 3.8

Hanry Zhou
Super Advisor

Re: errors during make install for compiling openssh 3.8

Nicolas ,

I have ANSI/C and HP built C,and don't have gcc on the box, do I have to install gcc to resolve this error? and why?

none
Hanry Zhou
Super Advisor

Re: errors during make install for compiling openssh 3.8

Bruno,

I tried that thread, no luck.
none
Hanry Zhou
Super Advisor

Re: errors during make install for compiling openssh 3.8

I have pretty newer version of openssl (0.9.7d) installed, and there is libcryspto.a(644) and libcryspto.sl (555) under /usr/local/lib

Any idea?
none
Bruno Ganino
Honored Contributor

Re: errors during make install for compiling openssh 3.8