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
Current stable (a1e5697) and master (4c0b8a3) docker build fails:
$ docker build --build-arg="APP=smp-server" --build-arg="APP_PORT=3456" .
cabal-3.6.2.0: Missing dependency on a foreign library:
* Missing (or bad) C library: crypto
Building sqlcipher-simple with openssl flag separately on Ubuntu 22.04 with installed openssl succeeds, but the resulting libHSsqlcipher-simple-0.4.18.1-inplace-ghc8.10.7.so attempts to link to both libcrypto.so.3 and libcrypto.so.1.1 where the latter doesn't exist.
The text was updated successfully, but these errors were encountered:
Configuring library for direct-sqlcipher-2.3.27..
cabal-3.6.2.0: Missing dependency on a foreign library:
* Missing (or bad) C library: crypto
problem can usually be solved by installing the system package that
provides this library (you may need the "-dev" version). If the library is
already installed but in a non-standard location then you can use the flags
--extra-include-dirs= and --extra-lib-dirs= to specify where it is.If the
library file does exist, it may contain errors that are caught by the C
compiler at the preprocessing stage. In this case you can re-run configure
with the verbosity flag -v3 to see the error messages.
cabal: Failed to build direct-sqlcipher-2.3.27 (which is required by
exe:smp-server from simplexmq-5.3.0.1). See the build log above for details.
Current stable (a1e5697) and master (4c0b8a3) docker build fails:
Building
sqlcipher-simple
withopenssl
flag separately on Ubuntu 22.04 with installed openssl succeeds, but the resultinglibHSsqlcipher-simple-0.4.18.1-inplace-ghc8.10.7.so
attempts to link to bothlibcrypto.so.3
andlibcrypto.so.1.1
where the latter doesn't exist.The text was updated successfully, but these errors were encountered: