Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 06-22-2025, 05:06 PM   #586
technomom
Connoisseur
technomom began at the beginning.
 
technomom's Avatar
 
Posts: 54
Karma: 10
Join Date: Sep 2005
Location: Atlanta, GA, US
Device: Kindle Colorsoft & Paperwhite, iPad Pro, iPhone 15 Pro Max
Quote:
Originally Posted by 0jay View Post
Thanks, not using Homebrew and on Mac
Do you know if you have OpenSSL installed?
technomom is offline   Reply With Quote
Old 06-22-2025, 09:39 PM   #587
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,939
Karma: 27060151
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
Quote:
Originally Posted by 0jay View Post
Thanks, not using Homebrew and on Mac
If you are up for it, you could set up a VM to run calibre in Windows. Mashable pretty regularly sells Windows 11 Pro licenses for $15, and UTM is free. You can also get ARM version of Windows 11 Pro if you have Apple Silicon Mac.
tomsem is offline   Reply With Quote
Old 06-23-2025, 03:22 AM   #588
0jay
Member
0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!
 
Posts: 13
Karma: 100000
Join Date: Jan 2023
Location: Melbourne, Australia
Device: AuraOne & Elipsa
Quote:
Originally Posted by technomom View Post
Do you know if you have OpenSSL installed?
I don't, no. How would it help?


Quote:
Originally Posted by tomsem View Post
If you are up for it, you could set up a VM to run calibre in Windows.
Tom, cmon you're suggesting running windows in a vm to enable a feature in a cross platform application
0jay is offline   Reply With Quote
Old 06-23-2025, 09:22 AM   #589
ratinox
Guru
ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.
 
Posts: 766
Karma: 10000000
Join Date: Oct 2016
Location: Somewhere in Time
Device: Forma, iPad Mini
Quote:
Originally Posted by tomsem View Post
If you are up for it, you could set up a VM to run calibre in Windows. Mashable pretty regularly sells Windows 11 Pro licenses for $15, and UTM is free. You can also get ARM version of Windows 11 Pro if you have Apple Silicon Mac.
Um. Calibre and the the plugin are Python programs. Which is to say they run wherever a Python interpreter exists. Which is to say they're cross-platform.

That said,

Code:
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libcrypto.dylib' (no such file), '/usr/local/lib/libcrypto.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/usr/local/Cellar/openssl@3/3.3.2/lib/libcrypto.3.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/openssl@3/3.3.2/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.3.2/lib/libcrypto.3.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64'))
which indicates that the OP installed AMD64 (x86_64) versions of several required libraries on a ARM Macintosh.
ratinox is offline   Reply With Quote
Old 06-23-2025, 01:41 PM   #590
tomsem
Grand Sorcerer
tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.tomsem ought to be getting tired of karma fortunes by now.
 
Posts: 6,939
Karma: 27060151
Join Date: Apr 2009
Location: USA
Device: iPhone 15PM, Kindle Scribe, iPad mini 6, PocketBook InkPad Color 3
ARM Macs use Rosetta to run Intel code, when necessary:

https://support.apple.com/en-us/102527

Yes, python is cross-platform but this plugin should be made compatible with OpenSSL3. Until it is, there are only workarounds. I'm using Windows as a workaround since I'm already using it as backup for decrypting some Kindle books with Kindle for PC.
tomsem is offline   Reply With Quote
Old 06-23-2025, 03:02 PM   #591
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,188
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
My Linux computer uses opennssl3, no problems with using this plugin.

bernie
Quote:
Originally Posted by tomsem View Post
ARM Macs use Rosetta to run Intel code, when necessary:

https://support.apple.com/en-us/102527

Yes, python is cross-platform but this plugin should be made compatible with OpenSSL3. Until it is, there are only workarounds. I'm using Windows as a workaround since I'm already using it as backup for decrypting some Kindle books with Kindle for PC.
gbm is offline   Reply With Quote
Old 06-23-2025, 05:43 PM   #592
ratinox
Guru
ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.
 
Posts: 766
Karma: 10000000
Join Date: Oct 2016
Location: Somewhere in Time
Device: Forma, iPad Mini
Quote:
Originally Posted by tomsem View Post
ARM Macs use Rosetta to run Intel code, when necessary:

https://support.apple.com/en-us/102527
I'm aware of this, but the stack trace provided by the OP indicates that it is not working.
ratinox is offline   Reply With Quote
Old 06-23-2025, 10:59 PM   #593
0jay
Member
0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!
 
Posts: 13
Karma: 100000
Join Date: Jan 2023
Location: Melbourne, Australia
Device: AuraOne & Elipsa
Quote:
Originally Posted by ratinox View Post
the OP installed AMD64 (x86_64) versions of several required libraries on a ARM Macintosh.
This system's migrated from a much older Intel system (I'd guess 10.15)
0jay is offline   Reply With Quote
Old 06-24-2025, 12:50 AM   #594
odamizu
just an egg
odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.odamizu ought to be getting tired of karma fortunes by now.
 
odamizu's Avatar
 
Posts: 1,827
Karma: 7943430
Join Date: Mar 2015
Device: Kindle, iOS
Quote:
Originally Posted by 0jay View Post
I'm on Calibre 8.4 and get the following error trying to install from the plugins interface ... Is this a known problem?
Quote:
Originally Posted by 0jay View Post
... not using Homebrew and on Mac
Quote:
Originally Posted by 0jay View Post
This system's migrated from a much older Intel system (I'd guess 10.15)
For what it's worth, I installed DeACSM 0.0.16 on an Intel Mac in 2022 (I think) without any problem. I was probably running Catalina or Monterey at the time.

I got a new M2 Mac in 2023 and installed the same DeACSM 0.0.16 on that M2 Mac running Ventura, and have since updated to Sonoma and now Sequoia 15.5 with no problems. DeACSM still runs fine.

So DeACSM does run on Mac without VM. Also, I don't know what OpenSSL is, so unless it came packaged with macOS, I don't have it.
odamizu is offline   Reply With Quote
Old 06-24-2025, 12:57 AM   #595
0jay
Member
0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!
 
Posts: 13
Karma: 100000
Join Date: Jan 2023
Location: Melbourne, Australia
Device: AuraOne & Elipsa
Quote:
Originally Posted by odamizu View Post
have since updated to Sonoma and now Sequoia 15.5 with no problems. DeACSM still runs fine.
Thanks, I had it working back on Calibre 6, version 7 broke it and I've had zero luck trying (half heartedly) to get it working again since.
0jay is offline   Reply With Quote
Old 06-24-2025, 01:31 AM   #596
0jay
Member
0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!
 
Posts: 13
Karma: 100000
Join Date: Jan 2023
Location: Melbourne, Australia
Device: AuraOne & Elipsa
Quote:
Originally Posted by tomsem View Post
this plugin should be made compatible with OpenSSL3. Until it is, there are only workarounds
Ok so sounds as though I may be running OpenSSL3.

Thanks to everyone for their input.
0jay is offline   Reply With Quote
Old 06-24-2025, 10:02 AM   #597
ratinox
Guru
ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.ratinox ought to be getting tired of karma fortunes by now.
 
Posts: 766
Karma: 10000000
Join Date: Oct 2016
Location: Somewhere in Time
Device: Forma, iPad Mini
Quote:
Originally Posted by odamizu View Post
So DeACSM does run on Mac without VM. Also, I don't know what OpenSSL is, so unless it came packaged with macOS, I don't have it.
OpenSSL is an implementation of the Secure Sockets Layer protocol and cipher suites. SSL is the "S" in HTTPS, among others. It's not part of the plugin, but is a library used by many applications including the plugin.

And, as evinced by the stack trace, the problem appears to lie in having an X86-64 package installed on an ARM system, and the X86 -> ARM translation layer isn't working.
ratinox is offline   Reply With Quote
Old 06-25-2025, 01:40 AM   #598
0jay
Member
0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!0jay rocks like Gibraltar!
 
Posts: 13
Karma: 100000
Join Date: Jan 2023
Location: Melbourne, Australia
Device: AuraOne & Elipsa
Quote:
Originally Posted by ratinox View Post
the problem appears to lie in having an X86-64 package installed on an ARM system
Ok, this can only be the result of migration.

I'll see what I can do to resolve it.
0jay is offline   Reply With Quote
Old 07-17-2025, 04:27 PM   #599
mariowarner
Member
mariowarner began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Aug 2018
Device: kindle
Hi! I used to use the Artifacts for this plugin, but it doesn't seem available anymore (expired). What's the best route to download the plugin now? I'm on Linux. Thanks in advance
mariowarner is offline   Reply With Quote
Old 07-17-2025, 09:59 PM   #600
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,188
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
I have no idea what the "Artifacts" are but to load the plugin see the screenshot:Click image for larger version

Name:	Screenshot from 2025-07-17 21-57-29.png
Views:	27
Size:	136.7 KB
ID:	216957

bernie
Quote:
Originally Posted by mariowarner View Post
Hi! I used to use the Artifacts for this plugin, but it doesn't seem available anymore (expired). What's the best route to download the plugin now? I'm on Linux. Thanks in advance
gbm is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[FileType Plugin] GetFileName Terisa de morgan Plugins 417 07-16-2024 03:37 AM
[FileType Plugin] YVES Bible Plugin ClashTheBunny Plugins 27 01-16-2023 01:25 AM
help with epub on_import filetype plugin digitalvideo Development 4 02-27-2020 05:13 AM
Question about file_types in FileType plugin Terisa de morgan Plugins 6 02-08-2017 05:53 AM
Zip Filetype Plugin? rsingley Plugins 7 02-11-2011 05:11 PM


All times are GMT -4. The time now is 03:23 PM.


MobileRead.com is a privately owned, operated and funded community.