OK, I figured out this symbolic link problem, and fixed it...  got past 
compiling the object file, but now this last little bit:

gcc  -I./.. -I.. -Wall -g -O2  -o couriertls  starttls.o argparse.o libspipe.a 
../rfc1035/librfc1035.a ../soxwrap/libsoxwrap.a `cat ../soxwrap/soxlibs.dep` 
-lssl -lcrypto
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
make: *** [couriertls] Error 1


yey libssl.a is in /usr/local/ssl/lib/libssl.a

I've tried adding that to my PATH, I've tried linking to it in /usr/lib and 
/usr/local/lib - but ld is never able to find it...

Why not?

I've tried both -lopenssl and -lssl. But since the file is libssl.a, obviously 
it needs to be -lssl...

Phil
-- 
"They that can give up essential liberty to obtain a little temporary safety 
deserve neither liberty nor safety."
-Benjamin Franklin, 1759


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to