[Dillo-dev]testing https plugin gave problems
Hi First, thanks to all for a great browser! The following applies to dillo-0.8.4 on linux with glibc2. I tried to test the https plugin by removing line 56 from dpi/https.c, as suggested. However, the linker complained about unresolved symbols when I recompiled. I solved that problem by changing the order of LIBSSL_LIBS in configure.in to "-lssl -lcrypto". Dillo then recompiled fine, however I still get the default message about the prototype plugin for https being disabled. Is there something else I should do. Regards, Peter
On Fri, Feb 18, 2005 at 09:21:45AM +0100, Peter Wood wrote:
I tried to test the https plugin by removing line 56 from dpi/https.c,
The message you saw is probably not quite accurate. Try to replace the "#undef ENABLE_SSL" with "#define ENABLE_SSL". All the best, -- Matthias Franz
participants (2)
-
Matthias Franz
-
Peter Wood