Source: python-liblas
Version: 1.2.1-1
Severity: minor

liblas/core.py contains the following line:

free = ctypes.CDLL(find_library('libc.so.6')).free

This is not how find_library() is supposed to be called (it should be: "find_library('c')"), and as a consequence find_library() always returns None here.

--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to