OCamlPro / freeton_wallet

The 'ft' tool is a multi-account terminal wallet for the Free TON blockchain. It is based on the freeton_ocaml_sdk.
https://ocamlpro.github.io/freeton_wallet
Other
14 stars 9 forks source link

`ft account` bug #5

Closed tomsib2001 closed 3 years ago

tomsib2001 commented 3 years ago
opam pin add freeton_ocaml_sdk ../freeton-ocaml-sdk/
make
make install
ft account
Config loaded from /home/thomas/.ft/config.json
Network: testnet
Loading wallet file /home/thomas/.ft/testnet/wallet.json
fatal exception (Failure
  "Unknown Error -1: (Failure \"No SSL or TLS support compiled into Conduit\")")
Raised at file "stdlib.ml", line 29, characters 17-33
Called from file "src/core/lwt.ml", line 1981, characters 41-46
Re-raised at file "src/core/lwt.ml", line 3072, characters 20-29
Called from file "src/unix/lwt_main.ml", line 31, characters 10-20
Called from file "src/unix/lwt_main.ml", line 118, characters 8-13
Re-raised at file "src/unix/lwt_main.ml", line 124, characters 4-13
Called from file "src/freeton_wallet_lib/commandAccount.ml", line 83, characters 4-62
Called from file "src/freeton_wallet_lib/commandAccount.ml", line 129, characters 10-41
Called from file "list.ml", line 110, characters 12-15
Called from file "src/freeton_wallet_lib/commandAccount.ml", line 702, characters 15-275
Called from file "cmdliner_term.ml", line 25, characters 19-24
Called from file "cmdliner.ml", line 117, characters 32-39
Called from file "cmdliner.ml", line 147, characters 18-36
Called from file "cmdliner.ml", line 265, characters 22-48
Called from file "src/ez_cmdliner/ezcmd.ml", line 267, characters 12-64
Called from file "src/freeton_wallet_lib/main.ml", line 90, characters 10-198
lefessan commented 3 years ago

Should be fixed by this PR https://github.com/OCamlPro/freeton_wallet/pull/9 (add explicit dep to lwt_ssl)