Closed Scusemua closed 4 years ago
We found that there were system links existing for
libboost_python.a -> libboost_python-py27.a
libboost_python.so -> libboost_python-py27.so
So we removed these and recreated them for libboost_python-py35.a and libboost_python-py35.so, respectively. This resolved the problem.
Hello:
I have encountered some troubles setting up Pocket. It seems that libpocket.so is not being built correctly based on the errors I am receiving, though I could be incorrect on that.
After running build.sh in the Client directory, I copy pocket.py, libpocket.so, and libcppcrail.so to the Controller directory and attempt to execute the controller via python3 controller.py. This produces the following error:
Similarly, if I attempt to run the Lambda function that gets set-up in the Microbenchmark directory, I will get an error about Lambda being unable to find the file or directory "libboost_python-py27.so.1.58.0":
Unable to import module 'latency': libboost_python-py27.so.1.58.0: cannot open shared object file: No such file or directory
If I then include "libboost_python-py27.so.1.58.0" in the Lambda deployment package, I get the following error:
I am running this on a Ubuntu 16.04.6 LTS EC2 VM. I have Python 3.5.6 and Python 2.7.12 as well as Python 3.6.8 installed. The version of Boost I have installed is "1.58.0.1ubuntu1." I can provide any additional details if necessary.