Return-Path: william@bourbon.usc.edu Delivery-Date: Tue Sep 9 20:49:31 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id m8A3nVpb015235 for ; Tue, 9 Sep 2008 20:49:31 -0700 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id m8A3mrn2006479 for ; Tue, 9 Sep 2008 20:48:53 -0700 Message-Id: <200809100348.m8A3mrn2006479@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: Linking Problem Date: Tue, 09 Sep 2008 20:48:53 -0700 From: Bill Cheng Someone wrote: > In spite of following all the steps I am still not able to link > the openssl library. I am getting errors in referencing funtions > MD5_Init(), MD5_Final() etc. > Please tell me what is to be done. According to the following web page: http://merlot.usc.edu/cs551-f08/projects/openssl.html For linking, it says: Add the following commandline option during linking to link with the openssl library (after all the .o files): -L/home/scf-22/csci551b/openssl/lib -lcrypto -lsocket If you are doing that and it still doesn't work, I won't know why it's not working! If that's the case, please send me a transcript of everything you see when you do "make". -- Bill Cheng // bill.cheng@usc.edu