> Operating system: sun4u-sun-solaris2
> WARNING! Do consider upgrading to gcc-2.8 or later.
> Configuring for solaris-sparcv9-gcc27
> /usr/local/bin/perl ./Configure solaris-sparcv9-gcc27
>
> Undefined first referenced
> symbol in file
> socket s_socket.o
> gethostbyname s_socket.o
> accept s_socket.o
> bind s_socket.o
> setsockopt s_socket.o
> getservbyname s_socket.o
> gethostbyaddr s_socket.o
> getsockopt s_socket.o
> shutdown s_server.o
> listen s_socket.o
> connect s_socket.o
> ld: fatal: Symbol referencing errors. No output written to openssl
Usually this happens if you forget to add '-lsocket -lnsl' to compiler
command line. Now I know that it should be added by the Configure script
*automatically*. It either failed to do so or gcc finds some "alien"
libsocket on its search path. Do examine command line preceding the
error message above. Do you find -lsocket -lnsl in it? If yes, then
'truss -f -t open make' and double-check where does the libsocket.so
come from...
Andy.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]