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
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(
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
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