Does anybody successfully install py3exiv2 on CentOS?
I found this instructions: https://dev.exiv2.org/projects/exiv2/wiki/BuildingPy3Exiv2onCentos and followed them, however it looks like it's old.
I tried different solutions from the internet but none of them worked.
As of now, when I execute command: python3 -m pip install py3exiv2
I received below error message:
g++ -pthread -shared -Wl,-z,relro -Wl,-z,now -g -Wl,-z,relro -Wl,-z,now -g build/temp.linux-x86_64-3.6/src/exiv2wrapper.o build/temp.linux-x86_64-3.6/src/exiv2wrapper_python.o -L/usr/lib64 -lboost_python36 -lexiv2 -lpython3.6m -o build/lib.linux-x86_64-3.6/libexiv2python.cpython-36m-x86_64-linux-gnu.so
/usr/bin/ld: cannot find -lboost_python36
collect2: error: ld returned 1 exit status
error: command 'g++' failed with exit status 1
I tried to install boost_python with yum and manually, but it still not working.
I would appreciate any help!