Using PyInstaller (library dl : not found)
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.