[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: compat-5.1.lua / directory-structure
- From: Markus Fritsche <Fritsche.Markus@...>
- Date: Wed, 29 Jun 2005 23:27:45 +0200
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