Re: https over proxy patch

Hi,

I'm trying out the https over proxy patch, and I am having the build error
you had mentioned at the www-lib@w3.org mail archives.  I can't figure out
which Makefile to edit and how to change it.  I've tried a few thing but
have been unsuccessfully.

Thanks

Andy

This is a clip of what you wrote:

You aslo have to change make file to be able to build the library. There
are
dependency on SSL in HTChannl.c:150:

    if (ch->htssl){
      HTSSL_free(ch->htssl);
      ch->htssl = NULL;
    }
    So you have to link with libwwwssl when creating libwwwcore.so to avoid
link
error:
   ..... undefined reference to `HTSSL_free'

This has to be fix. Core library should not depend on libwwwssl. I'll fix
that
later.

Received on Tuesday, 5 June 2001 04:42:31 UTC