You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
The tool prints a short usage message and a list of available commands.
Actual Result
The command prints the following output:
Usage: kdb <command> [args]
kdb is a program to manage Elektra's key database.
Please run a command with -H or --help as args to show a help text for
a specific command.
Known commands are:
Sorry, I have a severe problem, it seems like I am not installed correctly!
kdbOpen() failed with the info:
Sorry, 1 warning was issued ;(
Warning (#1):
Description:
could not load module, dlopen failed
Ingroup:
modules
Module:
dl
At:
../src/libs/loader/dl.c:89
Reason:
of module: libelektra-resolver.so, because: Shared object "libelektra-resolver.so" not found, required by "kdb"
Mountpoint:
Configfile:
Sorry, the error (#40) occurred ;(
Description:
failed to open default backend (see warnings for more information)
Reason:
could not open default backend
Ingroup:
kdb
Module:
At:
../src/libs/elektra/kdb.c:287
Mountpoint:
Configfile:
Please report the issue at https://issues.libelektra.org/
Exit status: 8
Most likely it is a RPATH problem (see doc/COMPILE.md). Passing -DTARGET_PLUGIN_FOLDER="" -DCMAKE_SKIP_INSTALL_RPATH=ON to cmake should be enough. Then kdb run_all should hopefully work.
Steps to Reproduce the Problem
Install Elektra on FreeBSD:
Run the KDB tool:
Expected Result
The tool prints a short usage message and a list of available commands.
Actual Result
The command prints the following output:
.
System Information
master
Further Log Files and Output
The text was updated successfully, but these errors were encountered: