Description: Ubuntu 18.04.4 LTS
i have followed the installation procedure and the dependencies installation procedures.
The test fails with ImportError: No module named _pybgpstream_caida
if I change the import line to "import pybgpstream as _pybgpstream" I then get an error which states ImportError: /usr/lib/x86_64-linux-gnu/libbgpstream.so.3: undefined symbol: http_open_hdrs
Also try from python interpreter below.
Python 2.7.17 (default, Nov 7 2019, 10:07:09)
[GCC 7.4.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import pybgpstream
Traceback (most recent call last):
File "", line 1, in
File "/home/initiate/.local/lib/python2.7/site-packages/pybgpstream/init.py", line 27, in
from .pybgpstream import *
File "/home/initiate/.local/lib/python2.7/site-packages/pybgpstream/pybgpstream.py", line 29, in
import _pybgpstream
ImportError: /usr/lib/x86_64-linux-gnu/libbgpstream.so.3: undefined symbol: http_open_hdrs
Description: Ubuntu 18.04.4 LTS
i have followed the installation procedure and the dependencies installation procedures.
The test fails with ImportError: No module named _pybgpstream_caida
if I change the import line to "import pybgpstream as _pybgpstream" I then get an error which states ImportError: /usr/lib/x86_64-linux-gnu/libbgpstream.so.3: undefined symbol: http_open_hdrs
Also try from python interpreter below.
Python 2.7.17 (default, Nov 7 2019, 10:07:09)
[GCC 7.4.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.