Hi Patrick. I have the exact same problem. I am trying to install caffe on an ubuntu 14.04 LTS AMI on AWS.
I installed lmdb manually.
when I type
where is lmdb.so
I get the following:
liblmdb: /usr/local/lib/liblmdb.a /usr/local/lib/liblmdb.so
So I know that the file exists. However when I check the ldconfig file by typing:
ldconfig -p | grep lmdb
I get nothing. This means that the library exist but it is not on ldconfig. Now may challenge is to add it to ldconfig. any ideas?
BR
Y Simson