How do I clean build and installs, ie un-build?
- by Kaustubh P
I have installed and downloaded and built mongodb, and just one works.
$ mongo
mongo: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory
$ /opt/mongo/bin/mongo
/opt/mongo/bin/mongo: error while loading shared libraries: libboost_system-mt.so.1.38.0: cannot open shared object file: No such file or directory
$ /usr/bin/mongo
MongoDB shell version: 1.6.5
connecting to: test
>
I can remove the installation via apt-get. But how do I remove all things mongo that were built with make, and get a clean system? I followed this guide to build and install mongodb.
Thanks.