How do I clean build and installs, ie un-build?
        Posted  
        
            by 
                Kaustubh P
            
        on Ask Ubuntu
        
        See other posts from Ask Ubuntu
        
            or by Kaustubh P
        
        
        
        Published on 2011-01-14T06:31:32Z
        Indexed on 
            2011/01/14
            6:58 UTC
        
        
        Read the original article
        Hit count: 526
        
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.
© Ask Ubuntu or respective owner