- From: Sven Laaks <Sven.Laaks@epost.de>
- Date: Sat, 27 Jan 2001 03:29:18 +0100
- To: www-lib@w3.org
Hello. I tried to compile a program with ssl support. (openssl 0.9.6 installed, libwww 5.3.2 installed) The code looks like that: HTProfile_newClient(APP_NAME, APP_VERSION); HTSSLhttps_init(YES); HTSSLhttps_terminate(); HTProfile_delete(); For compilation I use the 'libwww-config' - file. But the result is only the following error message: /tmp/cciva0zL.o: In function `main': /tmp/cciva0zL.o(.text+0x21): undefined reference to `HTSSLhttps_init' /tmp/cciva0zL.o(.text+0x29): undefined reference to `HTSSLhttps_terminate' collect2: ld returned 1 exit status I donīt know whats going wrong. Thank you for helping me, Sven
Received on Friday, 26 January 2001 21:32:43 UTC