Re: Library problems with Linux

2002-07-24 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Tue, 23 Jul 2002 23:38:13 -0400, bob richard <[EMAIL PROTECTED]> said: robertrichard> /home/bob/openssltest# gcc -lcrypto -lssl -L/usr/local/ssl/lib sign_test.c robertrichard> /tmp/ccXUtNOj.o: In function `main': robertrichard> /tmp/ccXUtNOj.o(.text+0x30): unde

Library problems with Linux

2002-07-23 Thread bob richard
Hi, I'm trying to write a routine that uses RSA_sign to sign a code file but can't figure out how to get the code to compile. For testing I created a simple file that just calls RSA_sign. When I try to compile it I get the following message. /home/bob/openssltest# gcc -lcrypto -lssl -L/us