Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install on OpenSuSE #248

Open
NohWayJose opened this issue Sep 19, 2024 · 7 comments
Open

Unable to install on OpenSuSE #248

NohWayJose opened this issue Sep 19, 2024 · 7 comments

Comments

@NohWayJose
Copy link

Environment

  • Linux DERWENT 6.10.7-1-default Crash when receiving osc on same port #1 SMP PREEMPT_DYNAMIC Fri Aug 30 04:50:21 UTC 2024 (54e6893) x86_64 x86_64 x86_64 GNU/Linux
  • OpenSuSE Tumbleweed, with KDE, Wayland & Plasma 6

"Description"

  • I downloaded.the latest stable release,
  • chmod a+x <filename>
  • I executed the file and it immediately responded
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
Copy link
Author

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

@benkuper
Copy link
Owner

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

@NohWayJose
Copy link
Author

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
Copy link
Author

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?

@benkuper
Copy link
Owner

libcurl4 would be a good candidate

@NohWayJose
Copy link
Author

zypper se libcurl4
Loading repository data...
Reading installed packages...

S  | Name           | Summary                                 | Type
---+----------------+-----------------------------------------+--------
i  | libcurl4       | Library for transferring data from URLs | package
i  | libcurl4-32bit | Library for transferring data from URLs | package

@benkuper
Copy link
Owner

https://forums.opensuse.org/t/error-while-loading-shared-libraries-libcurl-gnutls-so-4/122383/10 ? maybe
you can look for generic missing libcurl-gnutls in OpenSuse I think, this is the first google search result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants