Quote:
Originally Posted by kovidgoyal
That's weird, my copy of libunrar.so doesn't have that symbol. Are you sure you compiled it correctly?
|
You are right, I didn't. I did 'make" first, then realized that I need "make lib", and did run it without 'make clean'. That was the problem. "make clean && make lib && make install-lib" fixed it. But content server gives same cherrypy error as before.