Using PyInstaller (library dl : not found)

asked 2015-12-29 00:12:56 +0300

Mario gravatar image

updated 2015-12-29 10:50:39 +0300

Hi together,

I'm trying to use PyInstaller for a Jolla application that I'm developing.

For PyInstaller a so-called "bootloader" is needed that has to be build manually for Jolla (see http://pythonhosted.org/PyInstaller/#building-the-bootloader).

Building the bootloader fails with the following error message:

Checking for library dl                  : not found

Has anyone an idea how to install this library?

Is there a "build essential" package or something like that (that may contain this library)?

Thanks.

edit retag flag offensive close delete