livecode server, postgres

Andre Garzia andre at andregarzia.com
Tue Dec 13 13:16:11 EST 2011


Malte,

This will sound stupid but too often I type the database type capitalized
such as MySQL and Postgres, this will break under Linux because the file
system is case-sensitive. It will look for dbMySQL.so instead of the
correct dbmysql.so.

Also, under linux you can:

ldd dbpostgres.so

And check for missing library dependencies.

=)



More information about the use-livecode mailing list