Search Criteria
Package Details: mongodb-3.4 3.4.18-1
Git Clone URL: | https://aur.archlinux.org/mongodb-3.4.git (read-only) |
---|---|
Package Base: | mongodb-3.4 |
Description: | A high-performance, open source, schema-free document-oriented database |
Upstream URL: | https://www.mongodb.com/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Geoffroy |
Maintainer: | valdez |
Last Packager: | valdez |
Votes: | 4 |
Popularity: | 0.369077 |
First Submitted: | 2018-01-15 08:10 |
Last Updated: | 2018-11-30 00:43 |
Dependencies (17)
- libsasl
- libstemmer (libstemmer-git)
- lsb-release
- openssl (openssl-via-padlock, openssl-no-aesni, libressl-git, openssl-purify, openssl-git, openssl-zlib, libressl, openssl-chacha20)
- pcre (pcre-svn)
- snappy (snappy-git, snappy-static, libsnappy)
- wiredtiger (wiredtiger-git)
- yaml-cpp (yaml-cpp-git, yaml-cpp0.3)
- python2-pymongo (python2-pymongo-2.9) (check)
- python2-yaml (check)
- boost (make)
- libpcap (libpcap-git) (make)
- ncurses (ncurses-nohex) (make)
- readline (readline-athame-git) (make)
- scons (make)
- libpcap (libpcap-git) (optional) – needed for mongosniff
- mongodb-tools (mongodb34-bin, mongodb-tools-bin) (optional) – mongoimport, mongodump, mongotop, etc
Required by (28)
- camlistore (requires mongodb) (optional)
- camlistore-git (requires mongodb) (optional)
- graylog (requires mongodb) (optional)
- ivre (requires mongodb) (optional)
- meteor (requires mongodb)
- nemesyst-git (requires mongodb)
- nodebb (requires mongodb) (optional)
- nodejs-generator-scalatra (requires mongodb) (optional)
- nodejs-wildduck (requires mongodb)
- opa-git (requires mongodb)
- plexdrive-mongodb (requires mongodb)
- pritunl (requires mongodb) (optional)
- pritunl-git (requires mongodb)
- pump.io (requires mongodb) (optional)
- pumpio-git (requires mongodb) (optional)
- python2-pymongo-2.9 (requires mongodb) (optional)
- rocketchat-server (requires mongodb)
- ros-indigo-warehouse-ros (requires mongodb) (make)
- ros-indigo-warehouse-ros (requires mongodb)
- shifter-imagegw (requires mongodb)
- shifter-imagegw-git (requires mongodb)
- shifter-slurm-imagegw (requires mongodb)
- shifter-slurm-imagegw-git (requires mongodb)
- strapi (requires mongodb)
- unifi (requires mongodb)
- unifi-beta (requires mongodb)
- unifi-video (requires mongodb)
- unifi-voip (requires mongodb)
Latest Comments
Geoffroy commented on 2018-11-30 10:30
@drakone this error message has nothing to do with the package itself: IOError: [Errno 28] No space left on device:
Free some space before building / Libère de l'espace disque avant de compiler ;-)
drakone commented on 2018-11-30 10:25
valdez commented on 2018-11-30 00:47
Thanks for the tip, limaxray. I have applied the addition to prepare() along with the update to 3.4.18.
limaxray commented on 2018-10-22 01:29
The build fails with OpenSSL 1.1.1 installed since mongodb's TLS 1.3 support is broken. I can confirm the official package's workaround works on 3.4 with only a slight change - add "sed -i '/counts.tls13/d' src/mongo/util/net/ssl_manager.cpp" to prepare().
valdez commented on 2018-01-22 20:14
This package should indicate that it conflicts with the main mongodb package, as there are file conflicts between the two packages, so certainly they cannot be installed simultaneously.
Geoffroy commented on 2018-01-15 21:37
To clarify why I uploaded mongodb-3.4: the official mongodb package recently upgraded to 3.6 which has some breaking changes, namely for me, they remove support for the $pushAll operator, which has been deprecated since version 2.4 but is still used in some tools such as Mongoid, a ruby ORM for MongoDB.
I packaged this version for my personal need, but I also know I may not be the only one experiencing this trouble, so I just decided to share it.