simoniz0r / deb2appimage

Build AppImages from deb packages on any distro with simple json configuration
MIT License
117 stars 14 forks source link

Dependency problem #12

Open bambuo opened 5 years ago

bambuo commented 5 years ago

Excuse me, how will I set up to force all the dependencies of a deb to the generated appimage? I have encountered a separate .deb installation package. After the build, it runs fine on the generated machine, but it lacks dependencies when placed on centos.

Pastim commented 4 years ago

I have a similar problem. There's clearly something I don't understand. The debug output from the build says the dependencies are there, and all is OK, but when I run it it says the dependencies are missing,

With python, if I specify setpythonhome="true", and setpythonpath="true" I get "ImportError: No module named site"