linux and libcurl3

Discussion in 'Testimonials & Suggestions' started by zavorra, Oct 24, 2018.

Tags:
  1. zavorra

    zavorra New Member

    Hi,
    first of all thanks for the linux version, I really appraciate it!

    I noticed that it depends on libcurl3, which on some newer version of ubuntu (I am using 18.04) generates a dependency conflict withh libcurl4 (deeded by many packages)

    Since libcurl4 should be ABI compatible with libcurl3, it should be enough to modify the DABIAN/control file to add libcurl4 as an alternative to libcurl3

    Package: tonelib-zoom
    Version: 3.0-1
    Section: editors
    Priority: optional
    Architecture: amd64
    Depends: libcurl3 | libcurl4
    Maintainer: Tonelib <feedback@tonelib.net>
    Homepage: https://tonelib.net
    Description: A Patch and an Effects Manager for the Zoom guitar pedal.
    The ToneLib-Zoom is an application which allows you to see, change
    and save all the settings in your Zoom pedal through your computer.
    You can also create complete back-ups of all the tones in your device and
    go back to them whenever you like. You can even share your patches with others
    or use a cool patch someone else created.
    Depends: libcurl4, webkit2gtk-4.0
     
    konsumschaf likes this.
  2. konsumschaf

    konsumschaf New Member

    I really love the linux version it runs very nicely and I am glad that I don't have to reboot to edit my G5n :-D

    But:

    I have tried to re-build the package with changed dependencies from libcurl3 to libcurl4, but ToneLib is hard linked to libcurl3:

    Code:
    oneLib-Zoom: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ToneLib-Zoom)
    I can not install libcurl3 as it removes libcurl4 on my Ubuntu 18.04 - which is needed by some of the tools I use.

    Is there any chance to get a version that installs on Ubuntu 18.04?
     
    Last edited: Nov 17, 2018