Skip to content

Commit 18d2615

Browse files
authored
add wix-embedded-mysql link in FAQ of README
1 parent 3e23d3b commit 18d2615

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ A: Try it out, and if you do find any problem, raise an issue here and let's see
165165
Q: ERROR ch.vorburger.exec.ManagedProcess - mysql: /tmp/MariaDB4j/base/bin/mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
166166
A: This could happen e.g. on Fedora 24 if you have not previous installed any other software package which requires libncurses, and can be fixed by finding the RPM package which provides `libncurses.so.5` via `sudo dnf provides libncurses.so.5` and then install that via `sudo dnf install ncurses-compat-libs`.
167167

168+
Q: Is there another project that does something similar to this one?
169+
A: Indeed there is, check out [wix-embedded-mysql](https://github.com/wix/wix-embedded-mysql)! The world is big enough for both of us, and [we cross link](https://github.com/wix/wix-embedded-mysql/pull/118).
170+
168171

169172
Release?
170173
--------

0 commit comments

Comments
 (0)