<div dir="ltr">I have (or so I thought) installed all dependencies for Lua to connect to a postgres db in freeswitch.<div><br></div><div>When I run the Lua script though I get this message</div><div><br></div><div><br></div>
<div>2014-08-14 08:16:20.832901 [ERR] mod_lua.cpp:203 /usr/local/freeswitch/scripts/db_connect.lua:12: module &#39;luasql.postgres&#39; not found:</div><div>        no field package.preload[&#39;luasql.postgres&#39;]</div>
<div>        no file &#39;./luasql/postgres.lua&#39;</div><div>        no file &#39;/usr/local/share/lua/5.1/luasql/postgres.lua&#39;</div><div>        no file &#39;/usr/local/share/lua/5.1/luasql/postgres/init.lua&#39;</div>
<div>        no file &#39;/usr/local/lib/lua/5.1/luasql/postgres.lua&#39;</div><div>        no file &#39;/usr/local/lib/lua/5.1/luasql/postgres/init.lua&#39;</div><div>        no file &#39;./luasql/postgres.so&#39;</div><div>
        no file &#39;./libluasql/postgres51.so&#39;</div><div>        no file &#39;/usr/local/lib/lua/5.1/luasql/postgres.so&#39;</div><div>        no file &#39;/usr/local/lib/lua/5.1/libluasql/postgres51.so&#39;</div><div>
        no file &#39;/usr/local/lib/lua/5.1/loadall.so&#39;</div><div>        no file &#39;./luasql.so&#39;</div><div>        no file &#39;./libluasql51.so&#39;</div><div>        no file &#39;/usr/local/lib/lua/5.1/luasql.so&#39;</div>
<div>        no file &#39;/usr/local/lib/lua/5.1/libluasql51.so&#39;</div><div>        no file &#39;/usr/local/lib/lua/5.1/loadall.so&#39;</div><div><br></div><div><br></div><div>I do have lua-sql-postgres installed on Debian 7 as well as libpq-dev and all other mentioned packages</div>
<div><br></div><div><br></div><div>How do I correct the issue of FreeSWITCH not seeing lua-sql-postgres?</div><div><br></div><div><br></div></div>