Closed dimir closed 11 years ago
If libgd2.so is not available ffi_lib() is called with empty string which results in ffi reporting error message:
Could not open library 'lib.so'
I think the call to ffi_lib() should not be made and instead an error message reporting that libgd2 library is missing should appear.
Fixed in ffi upstream, ffi/ffi#239.
If libgd2.so is not available ffi_lib() is called with empty string which results in ffi reporting error message:
I think the call to ffi_lib() should not be made and instead an error message reporting that libgd2 library is missing should appear.