-
Type: Question
-
Resolution: Works as Designed
-
Priority: Minor - P4
-
None
-
Affects Version/s: 4.0.9
-
Component/s: Build, Packaging, Upgrade/Downgrade
-
None
I know that Ubuntu 19.04 is not listed in the supported platforms and that only LTS versions of Ubuntu are, but I upgraded my laptop and found that I could no longer install or run MongoDB. I mention this only in case it was not already known.
jim@jimbuntu:~$ sudo apt-get install -y mongodb-enterprise-server
[sudo] password for jim:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:The following packages have unmet dependencies.
mongodb-enterprise-server : Depends: libsensors4 (>= 1:3.0.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
jim@jimbuntu:~$
running mongod from a tarball installation gives:
jim@jimbuntu:~$ mongod
mongod: error while loading shared libraries: libsensors.so.4: cannot open shared object file: No such file or directory
Let me know if you need any more information.