- From: Mike Deleo <mike@seacoms.com>
- Date: Tue, 26 Jun 2001 20:47:36 -0400 (EDT)
- To: www-lib@w3.org
- Message-ID: <3B392D00.FE1C3A36@seacoms.com>
Here's something that might help. You're probably missing "-lwwwzip" in your Makefile when your doing your link. I was using libwww-config in the Makefile (like the examples show) but it was not adding that particular library reference. To verify this, try the following: $ /usr/bin/libwww-config --libs -L/usr/lib -lmd5 -lwwwxml -lxmltok -lxmlparse -lwwwzip -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils -ldl -lz Hope this didn't waste two days of your time like it did me, -Mike > Re: undefined symbole HTZLib_inflate > > From: martock@gmx.de > Date: Tue, Jun 05 2001 > > *Next message: david@carter.net: "www-lib usable on server for cgi content-encoding?" > > * Previous message: andrew.d.falk@accenture.com: "Re: https over proxy patch" > * Maybe in reply to: Karim Hamed: "undefined symbole HTZLib_inflate" > * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > * Other mail archives: [this mailing list] [other W3C mailing lists] > * Mail actions: [ respond to this message ] [ mail a new topic ] > > ------------------------------------------------------------------------ > > Date: Tue, 5 Jun 2001 08:28:35 -0400 (EDT) > From: martock@gmx.de > To: www-lib@w3.org > Cc: jose.kahan@w3.org > Message-ID: <3B1CEAC0.25606.4D7D5CC@localhost> > Subject: Re: undefined symbole HTZLib_inflate > > Hi! > > I have the same problem! If I compile a little test program and try to start it, I get the error > message: > "error in loading shared libraries: > /usr/lib/libwwwapp.so.0: undefined symbol: HTZLib_inflate" > > But if I use the examples in the example directory, everything works fine ?! I have compiled > and install LIBWWW from cvs repository myself and I use Linux RedHat 7.0! I have installed > the package on other maschines with the same OS without any problems, only on this one > maschine I get this error message. I can not say if "configure" have found my zlib? I can see > in the log file that configure have checked it. > > I have no idea ... hope you can help me! > > Ciao Timo! > > ------------------------------------------------------------------------ > > * Next message: david@carter.net: "www-lib usable on server for cgi content-encoding?" > * Previous message: andrew.d.falk@accenture.com: "Re: https over proxy patch" > * Maybe in reply to: Karim Hamed: "undefined symbole HTZLib_inflate" > * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > * Other mail archives: [this mailing list] [other W3C mailing lists] > * Mail actions: [ respond to this message ] [ mail a new topic ]
Received on Wednesday, 27 June 2001 03:21:30 UTC