
Comment 1 by Grégory Soutadé, Apr 5, 2023
You need libssl-dev with OpenSSL 3, but it doesn't seem available in bullseye... you can use AppImage or try to compile v0.7.2
Status:
WontFix

Comment 3 by sid sloth, Apr 5, 2023
The thing is, not even the AppImage works: ``` $ ./acsmdownloader 723caf6a-0e27-44be-8733-904cede39cd2.acsm terminate called after throwing an instance of 'gourou::Exception' what(): Exception code : 0x500e Message : Error, OpenSSL legacy provider not available Aborted ```

Comment 5 by sid sloth, Apr 6, 2023
Where did you put the new AppImage? still here? https://soutade.fr/files/libgourou_utils-0.8.1-x86_64.AppImage.tar.gz

Comment 6 by sid sloth, Apr 6, 2023
downloaded the appimage archive reusing adept folder created previously by 'knock' under: /home/user/.local/share/knock/acsm extract the appimage archive, cd into it. $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD $ export ADEPT_DIR=/home/user/.local/share/knock/acsm $ ./acsmdownloader URLLink.acsm $ ./adept_remove name-of-book.epub $ ./adept_remove name-of-book.pdf Tested both pdf and epub samples from adobe sample library. Both work. THANK YOU!
Sign in to reply to this comment.
Reported by sid sloth, Apr 5, 2023