0.9.6.g
SOLUTION: Find the BSD source for ftime(). Copy it to openSSL/crypto add ftime.c and ftime.o to the lines in openssl/crypto/Makefile that define LIBSRC and LIBOBJ respectively: LIBSRC= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c ebcdic.c uid.c ftime.c LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o uid.o ftime.o Regards, Milo On Friday, August 23, 2002, at 02:07 PM, Lutz Jaenicke via RT wrote: > > [[EMAIL PROTECTED] - Tue Aug 20 08:44:07 2002]: > >> I'm attempting to biuld openSSL on a Mac OS X Server 1.2v3 system >> a/k/a Rhapsody. > ... >> /usr/bin/ld: Undefined symbols: >> _ftime > > What version of OpenSSL? This should be resolved since June 2002 > (0.9.6e and later!?). (Ticket #99) > > Best regards, > > -- Milo Velimirovic <[EMAIL PROTECTED]> Unix Computer Network Administrator (608) 785-6618 University of Wisconsin - La Crosse La Crosse, Wisconsin 54601 USA 43 48 05 N 91 14 22 W ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
