- From: Noah Arliss <narliss@cs.brandeis.edu>
- Date: Sat, 5 Feb 2000 02:41:03 -0500
- To: www-lib@w3.org
Hello there, I am new to www-lib.. I actually just installed it tonight... I finally figured out how to get things to compile. Now that I have done so.. I am having issues running some of the test code... I took the very first two examples of code to test my install and compiled them. To do this I found the sample on the web and pasted: #include "WWWLib.h" int main() { HTLibInit("TestApp", "1.0"); HTLibTerminate(); return 0; } //End into a local file called startlib.c. I then compiled it using: gcc -o test `libwww-config --cflags` startlib.c `libwww-config --libs` This part worked wonderfully. I then however to take the test one step further executed test with: ./test and recieved the following error: error in loading shared libraries: /usr/lib/libwwwapp.so.0: undefined symbol: HTZLib_inflate Does anyone know what I have done wrong? Noah Arliss Senior - Brandeis Univeristy
Received on Saturday, 5 February 2000 02:47:15 UTC