> ImportError: /usr/lib/python2.3/site-packages/clearsilver-0.10.3- > py2.3-linux-i686.egg/neo_cgi.so: undefined symbol: deflate > > Any ideas on where to go from here? libz.a is in /usr/local/lib, > which is configured in the library path.
libz.a is a static library, you probably want to look at libz.so.* (dynamic library) Cheers, Manu _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
