Re: [Announcement] libwww 5.3.2 released

Hello Francis,

In our previous episode, Francis Clement said:
> I restart from scracth 5.3.2 and it compiles on the fly for VC6 on
> window2000
> Great job......
> Thanks

Thanks to Vladimir for preparing and contributing the Windows makefiles :)

> but I am still in difficulty to integrate SSl
> I compile fine openssl-0.9.6
> It is not clear what to modify in order that chunk https:x.x.x will work.
> I found in the archive msg about ssl integration...
> Are their still valid with 5.3.2?

Aha, one thing that we forgot again when preparing this release is that we
don't have any Makefiles for compiling the SSL part of libwww under Windows.

Basically, you have to make a new libwwwssl library, include all the .c 
files that are under Library/src/ssl, and add the dependencies to the open 
ssl libraries and to some of the libwww ones.

You'll also need to edit the Library/windows/configure.h file to activate
libwww's SSL code.

If someone wants to contribute these files, I can give more information
on what has to be added. You can get these info too from the Unix Makefiles
that are included in the package.

My apologies for having forgotten about this again,

-jose

Received on Thursday, 21 December 2000 12:16:08 UTC