benkuper / Chataigne

Artist-friendly Modular Machine for Art and Technology
https://benjamin.kuperberg.fr/chataigne
GNU General Public License v3.0
1.15k stars 55 forks source link

Unable to install on OpenSuSE #248

Open NohWayJose opened 1 day ago

NohWayJose commented 1 day ago

Environment

"Description"

greg@DERWENT:~> cd ~/Downloads/
greg@DERWENT:~/Downloads> ll Ch*
-rwxr-xr-x 1 greg greg 19104960 Sep 19 16:20 Chataigne-linux-x64-1.9.19.AppImage
greg@DERWENT:~/Downloads> ./Chataigne-linux-x64-1.9.19.AppImage
Chataigne: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory

Expected behaviour A clean install

NohWayJose commented 1 day ago

Tried this on TWO machines (Desktop & laptop). Both running same Linux distro

benkuper commented 1 day ago

Have you tried installing libcurl, as the error message seems to point out ?

NohWayJose commented 18 hours ago

Which would you propose to add

S  | Name                     | Summary                                                              | Type
---+--------------------------+----------------------------------------------------------------------+--------
i+ | curl                     | A Tool for Transferring Data from URLs                               | package
   | curl-fish-completion     | Fish completion for curl                                             | package
   | curl-zsh-completion      | Zsh Completion for curl                                              | package
   | curlftpfs                | Filesystem for mounting FTP hosts using FUSE and libcurl             | package
   | curlie                   | a frontend to curl that adds the ease of use of httpie               | package
   | flickcurl                | Command-Line Tools for the Flickr Web Service                        | package
   | flickcurl-doc            | Documentation for flickcurl, a Flickr Web Service C library          | package
   | gap-curlinterface        | GAP: Web Access via curl                                             | package
   | iosevka-curly-fonts      | Iosevka in monospace curly style                                     | package
   | iosevka-curly-slab-fonts | Iosevka in monospace slab-serif curly style                          | package
   | libcurl-devel            | Development files for the curl library                               | package
   | libcurl-devel-32bit      | Development files for the curl library                               | package
   | libcurl-devel-doc        | Manual pages for libcurl                                             | package
   | libcurl-mini4            | Library for transferring data from URLs                              | package
i+ | libcurl4                 | Library for transferring data from URLs                              | package
   | libcurl4-32bit           | Library for transferring data from URLs                              | package
   | libflickcurl-devel       | Development files for flickurl, a Flickr Web Service library         | package
   | libflickcurl0            | C Library API to the Flickr Web Service                              | package
   | libgnunetcurl0           | GNUnet library libgnunetcurl                                         | package
   | monitoring-plugins-curl  | Test the HTTP service on the specified host, via libcurl             | package
   | nbdkit-curl-plugin       | HTTP/FTP (cURL) plugin for nbdkit                                    | package
   | php8-curl                | PHP libcurl integration                                              | package
   | python-pycurl-doc        | Documentation for python-curl                                        | package
   | python310-curlylint      | HTML templates linting for Jinja, Nunjucks, Django templates, Twig-> | package
   | python310-pycurl         | PycURL -- cURL library module                                        | package
   | python311-curlylint      | HTML templates linting for Jinja, Nunjucks, Django templates, Twig-> | package
i+ | python311-pycurl         | PycURL -- cURL library module                                        | package
   | python312-curlylint      | HTML templates linting for Jinja, Nunjucks, Django templates, Twig-> | package
   | python312-pycurl         | PycURL -- cURL library module                                        | package
   | qemu-block-curl          | cURL block support for QEMU                                          | package
   | syslog-ng-curl           | HTTP destination support for syslog-ng                               | package
   | tclcurl                  | Tcl Binding to libcurl                                               | package
   | wcurl                    | A simple wrapper around curl to easily download files                | package
NohWayJose commented 18 hours ago

I used zypper se curl to search for this. I see that there's no candidate that matches the missing file libcurl-gnutls. Also, I thought that an AppImage was self contained and included all the dependencies, integrated into an executable file, so it could run on ANY distribution?