Never mind, Ramon. I think openssl 0.9.8 supports Solaris 10. The
problem that I had was that I did not update gcc header file. When I
installed pre-compiled gcc on the Solaris 10, there is an instruction
about to update gcc header file but I did not do that at the time. After
I updated gcc header file, both openssl 0.9.7g and 0.9.8 was compiled
fine. I am not sure why you got the problem maybe library files were not
in your path? Thanks anyway.

Ryan

-----Original Message-----
From: Ramon Berger [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 26, 2005 6:06 PM
To: Ruiyuan Jiang
Subject: Re: Openssl for Solaris 10

Ruiyan,

What error are you getting? I had a problem with 0.9.8 on Solaris 10 and
9. But I got the following information from Tim Rosmus
[EMAIL PROTECTED], from this mailing list...

|# gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o 
|sshconnect1.o # sshconnect2.o -L. -Lopenbsd-compat/ -L/opt/ssl/lib 
|-R/opt/ssl/lib  -lssh # -lopenbsd-compat -lresolv -lcrypto -lrt -lz 
|-lsocket -lnsl #
|# Undefined                       first referenced
|#  symbol                             in file
|# dlopen
/opt/ssl/lib/libcrypto.a(dso_dlfcn.o)
|#  (symbol belongs to implicit dependency /usr/lib/libdl.so.1)
|# dlclose
/opt/ssl/lib/libcrypto.a(dso_dlfcn.o)
|#  (symbol belongs to implicit dependency /usr/lib/libdl.so.1)
|# dlsym
/opt/ssl/lib/libcrypto.a(dso_dlfcn.o)
|#  (symbol belongs to implicit dependency /usr/lib/libdl.so.1)
|# dlerror
/opt/ssl/lib/libcrypto.a(dso_dlfcn.o)
|#  (symbol belongs to implicit dependency /usr/lib/libdl.so.1) # ld: 
|fatal: Symbol referencing errors. No output written to ssh # collect2: 
|ld returned 1 exit status # make: *** [ssh] Error 1 #

Add "--with-ldflags=-ldl" to your configure run for openssh.
-- 
                Tim Rosmus <[EMAIL PROTECTED]>
                   Postmaster / USENET / DNS
                      Northwest Nexus Inc.

> Hi, all
>
> Does openssl 0.9.7g and 0.9.8 supports Solaris 10? The "config" 
> command passed but "make" failed for both version. Thanks.
>
> Ryan
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           [EMAIL PROTECTED]
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to