Hi all,

external_dependencies = {
  GDBM = {
     header = "gdbm.h",
     library = "libgdbm.so"
  }
}

On Debian/Ubuntu, gdbm is available by default, but as libgdbm.so.3
(i.e. no plain .so). In any case, the library check is redundant
unless we're doing binary installs.

So a quick fix is to comment out library = ... until we have a means
of specifying variants/patterns for library searches.

steve d.

_______________________________________________
Luarocks-developers mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers

Reply via email to