SSL-users, I am sorry to disturb the group with a problem that should be intuitive, but the solution is not coming to mind very easily. I'm not sure where to start looking for the source of the error in order to correct it. In attempting to build SSLeay-0.8.1 on x86 SunOS 5.5.1, a "fatal: Symbol referencing error...." appears, which of course, terminates the build process. The following is a segment of the make process: ------------------------------------------------------ gcc -DMONOLITH -I../include -O -DNOPROTO -c s_socket.c gcc -DMONOLITH -I../include -O -DNOPROTO -c version.c gcc -DMONOLITH -I../include -O -DNOPROTO -c sess_id.c gcc -DMONOLITH -I../include -O -DNOPROTO -c ciphers.c gcc -DMONOLITH -I../include -O -DNOPROTO -c ssleay.c /bin/rm -f ssleay gcc -o ssleay -DMONOLITH -I../include -O -DNOPROTO ssleay.o verify.o asn1pars.o req.o dgst.o dh.o enc.o gendh.o errstr.o ca.o gendsa.o pkcs7.o crl2p7.o crl.o rsa.o dsa.o dsaparam.o x509.o genrsa.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o version.o sess_id.o ciphers.o -L. -L.. -L../.. -L../.. /.. -L.. -lssl -L.. -lcrypto 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 ssleay *** Error code 1 make: Fatal error: Command failed for target `ssleay' Current working directory /webdisk1/users/gatchell/SSLeay-0.8.1/apps *** Error code 1 make: Fatal error: Command failed for target `all' ----------------------------------------------------------- As I said, I am not able to determine the source of the error in order to correct it. If anyone has any suggestions, I would greatly appreciate it. Also, if you need additional information, just let me know. Thanks, Scott Gatchell [EMAIL PROTECTED] +-------------------------------------------------------------------------+ | Administrative requests should be sent to [EMAIL PROTECTED] | | List service provided by Open Software Associates, http://www.osa.com/ | +-------------------------------------------------------------------------+
