How to get soci.h?
- by Ricky
I am using Ubuntu 12.04, and I compiled a package for object recognition(rein).I got an error indicating that I don't have soci.h:
Error: cannot find SOCI header file: soci.h
I tried to use this command to install libsoci
sudo apt-get install libsoci-core-gcc
But I get the message:
E: can't find package libsoci-core-gcc
Does anybody know how to install this library?Thanks!
P.S.For more detailed information, click here.