FW: SSL and LIBWWW: compiling error in program

In order to get the SSL to build under win32 I had to download
the SSL source from http://www.openssl.org/
I then was able to run the perl make file without any difficulty.
I then moved the *eay32.dll and lib files to my w3c\bin and
w3c\bin\debug-release
directories. Having done this I had no difficulty linking, building, or
running
the wwwssl sample or incorporating SSL into my project using VC++.


-Eric J. Witherspoon


-----Original Message-----
From: Sven Laaks [mailto:Sven.Laaks@epost.de]
Sent: Wednesday, January 31, 2001 10:43 AM
To: www-lib@w3.org
Cc: openssl-users@openssl.org
Subject: Re: SSL and LIBWWW: compiling error in program


Hi,
I use this commandline:
    gcc -o test `libwww-config --cflags` ssltest.c `libwww-config
--libs`
I tried it also with:
    gcc -static -o test .....
The libwww-library is compiled with ssl-support and the
libwww-config-file is not modified.

The example "wwwssl" in the example-dir works fine, but I donīt
understand how it works.

To Lutz:
I include @LWWWSSL@ in libwww-config.in, but the result is the same.

Received on Wednesday, 31 January 2001 11:13:47 UTC