"how to install luasql on linux ubuntu 16?" Code Answer

4

as suggested by @knud larsen:

first, you need to install libpq-dev.

if it was installed successfully, you can see the file /usr/include/postgresql/libpq-fe.h

after that execute the command:

sudo luarocks pgsql_incdir=/usr/include/postgresql/ install luasql-postgres
By Bilal Khan on June 14 2022

Answers related to “how to install luasql on linux ubuntu 16?”

Only authorized users can answer the Search term. Please sign in first, or register a free account.