- From: Jose Kahan <jose.kahan@w3.org>
- Date: Tue, 30 Jan 2001 04:16:29 +0100
- To: www-lib@w3.org
----- Forwarded message from Sven Laaks <Sven.Laaks@epost.de> ----- Date: Fri, 26 Jan 2001 18:12:54 -0500 (EST) 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 ----- End forwarded message -----
Received on Monday, 29 January 2001 22:11:26 UTC