14 lines
492 B
Text
14 lines
492 B
Text
|
===========================================================================
|
||
|
$NetBSD: MESSAGE,v 1.1.1.1 2004/02/26 15:03:07 poppnk Exp $
|
||
|
|
||
|
To use lua-pgsql in your lua programs you must set this environ variable:
|
||
|
|
||
|
LUA_INIT = "loadlib('/usr/pkg/lib/libluasqlpostgres.so',
|
||
|
'luasql_libopen_postgres')();"
|
||
|
|
||
|
You will probably will problems loading the library, then environ that:
|
||
|
|
||
|
LD_LIBRARY_PATH=${PREFIX}/lib
|
||
|
|
||
|
===========================================================================
|