-
使用官方教程在centos 7.0环境下安装fibos后,无法启动fibos,提示:
fibos: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
但是我的libcrypto已经默认安装好了啊
-
Hello @fibo
I have noticed when using Tabs component, the first Tabs.Item has a double underline, even when it becomes no active anymore.
The rest of the Tabs.Item is rendered correctly then.
…
-
I needed the changes in https://github.com/immunant/c2rust/commit/44d3eb5ecc5b458e0255b3b1c98badde4e0b5267 to transpile libdivide and tried installing from git using:
```
LLVM_CONFIG_PATH=/home/linu…
-
It was added in #1309 (I can't understand why). Let's remove it since it conflicts with `ENTRYPOINT` from `Dockerfile` of the image.
-
curl -s https://fibos.io/download/installer.sh |sh
fibos --version
fibos: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
env…
-
Internet world region image on http://g14n.info/netvision/ is broken
-
FIBO distinguishes Legal Person which would encompass all entities except Funds and Branches. Would it be useful for GLEIF - we could have a separate superclass?
-
# List comprehension ifs
try to combine conditions with logical operators, i.e.,
```
[x for x in range(100) if x % 2 == 0 and x % 6 == 0]
```
also, if a number is divisible by 6, it must be divi…
-
Hi,
I have a very simple project as follow:
`test.cpp:`
```
#include "fib.hpp"
#include
int main()
{
fibo f;
std::cout
-
**Original bug ID:** 4335
**Reporter:** fmadero
**Status:** closed (set by @xavierleroy on 2007-10-25T07:53:11Z)
**Resolution:** fixed
**Priority:** normal
**Severity:** trivial
**Version:** 3.10.0
**…