Issues with MongoDB install on Ubuntu 8.04 LTS
- by Tom
I am installing MongoDB (1.4.1) on Ubuntu (8.04 LTS) and I continuously have a problem where I can be in /usr/local/mongodb/bin and run ./mongo or ./mongod and I am returned "No such file or directory."
Let me be very clear here... the files ARE there!
The obvious go-to solution is that it is because of permission issues but the permissions are fine. I've even tried others out, still without any luck.
I'm really at the end here and any help would be MUCH appreciated.
Thank you!