Expected Behavior
Launch keepassxc-cli without an error, e.g.:
$ keepassxc-cli -h
Usage: keepassxc-cli [options] command
KeePassXC command line interface.
Available commands:
add Add a new entry to a database.
clip Copy an entry's password to the clipboard.
create Create a new database.
diceware Generate a new random diceware passphrase.
edit Edit an entry.
estimate Estimate the entropy of a password.
extract Extract and print the content of a database.
generate Generate a new random password.
locate Find entries quickly.
ls List database entries.
merge Merge two databases.
rm Remove an entry from the database.
show Show an entry's information.
Options:
--debug-info Displays debugging information.
-h, --help Displays this help.
-v, --version Displays version information.
Arguments:
command Name of the command to execute.
Current Behavior
$ keepassxc-cli -h
dyld: Library not loaded: /usr/local/opt/quazip/lib/libquazip.1.dylib
Referenced from: /usr/local/bin/keepassxc-cli
Reason: image not found
Abort trap: 6
Possible Solution
Possibly related to #3088?
Steps to Reproduce
- Install 2.4.3 for macOS
- run
keepassxc-cli
Context
I have verified that I can successfully run keepassxc-cli with versions 2.4.0 and 2.4.1. I have only seen this error appear with 2.4.3.
Debug Info
KeePassXC - Version 2.4.3
Revision: 5d6ef0c
Qt 5.12.3
Debugging mode is disabled.
Operating system: macOS Mojave (10.14)
CPU architecture: x86_64
Kernel: darwin 18.6.0
Enabled extensions:
- Auto-Type
- Browser Integration
- SSH Agent
- KeeShare (signed and unsigned sharing)
- YubiKey
- TouchID
Cryptographic libraries:
libgcrypt 1.8.4
Expected Behavior
Launch
keepassxc-cliwithout an error, e.g.:$ keepassxc-cli -hCurrent Behavior
Possible Solution
Possibly related to #3088?
Steps to Reproduce
keepassxc-cliContext
I have verified that I can successfully run keepassxc-cli with versions 2.4.0 and 2.4.1. I have only seen this error appear with 2.4.3.
Debug Info