Wayne Thomas wrote:
I am attempting to compile openssl-0.9.7 on my Solaris 8 Sun Blade 100
with simply ./config and make. The following error occurs:

"/usr/ucbinclude/signal.h", line 49: syntax error before or at: int
"/usr/ucbinclude/signal.h", line 49: warning: undefined or missing type
This is wrong, the ucb directories (/usr/ucb, /usr/ucbinclude, /usr/ucblib) are for backward compatibility with BSD-based SunOS 4.x, and should never be used for System V-based Solaris.

You should check that none of them appear in PATH, CFLAGS, CPPFLAGS, LDFLAGS, or any other environement variable before starting ./configure or make.
The only tool that's commonly used is /usr/ucb/install, but it's automatically detected by ./configure, so there no need to put it in the PATH.

HTH,

Laurent

--
IRI-Secodip www.infores.com
4, rue Andr� Derain mailto:[EMAIL PROTECTED]
78240 Chambourcy tel: +33 (0) 130 06 26 52
France fax: +33 (0) 130 65 09 45

______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]

Reply via email to