lua-users home
lua-l archive

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


Hi!

I managed to install lua50 and compile luasql. I edited compat-5.1.lua
to include /home/mfritsche/lib/ (for testing purposes) and adjusted the
environment variable.

I put libpostgres.2.0.1.so into /home/mfritsche/lib/ - and
require"luasql.postgres" fails. I linked libpostgresql.2.0.1.so to
~/lib/luasql/libpostgresl.so and it still fails...

The question is: how is the directory / filename convention, if I have
included "~/lib/" in the library path and want to require a package
"luasql.postgresl"?

Kind regards, Markus