lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Both versions work fine, but I always get "Unable to resolve symbol"
> when I try other modules.

And the message does not say which symbol, does it?

> appliance:/var/tmp> ln -s socket.so.2.0.2 socket.so

Try	ldd socket.so
 
> Or does Lua and/or its modules require some specific options in Linux
> that I may be missing?

Not if both versions of the dummy library worked.

You could try one of my libraries, like
	http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lrandom
	http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbc