Re: SSL lib

2005-08-02 Thread Kris Kennaway
On Fri, Jul 29, 2005 at 03:45:15AM -0700, sibel kanmaz wrote: > hello I have some problems with openssl: > wclient2.o(.text+0x3a6): undefined reference to `SSL_new' > wclient2.o(.text+0x3b9): undefined reference to `BIO_new_socket' > wclient2.o(.text+0x3d0): undefined reference to `SSL_set_bio' > w

SSL lib

2005-07-29 Thread sibel kanmaz
hello I have some problems with openssl: wclient2.o(.text+0x3a6): undefined reference to `SSL_new' wclient2.o(.text+0x3b9): undefined reference to `BIO_new_socket' wclient2.o(.text+0x3d0): undefined reference to `SSL_set_bio' wclient2.o(.text+0x3de): undefined reference to `SSL_connect' wclient2.o(

Re: SSL lib

2003-08-14 Thread Mikko Työläjärvi
On Mon, 11 Aug 2003, Maria Dolores Moral wrote: > Hello. I am working with FreeBSD > I have included in that files, and I obtain the following > error: > > IPv6Router# gcc -lssl echo_server.c ssl_common.c -o ssl > /tmp/ccN7GB0Z.o: In function `main': > /tmp/ccN7GB0Z.o(.text+0x170): undefined refe

SSL lib

2003-08-14 Thread Maria Dolores Moral
Hello. I am working with FreeBSD I have included in that files, and I obtain the following error: IPv6Router# gcc -lssl echo_server.c ssl_common.c -o ssl /tmp/ccN7GB0Z.o: In function `main': /tmp/ccN7GB0Z.o(.text+0x170): undefined reference to `BIO_new_socket' /tmp/ccN7GB0Z.o(.text+0x20f): undef