diff options
author | Miloslav Trmač <mitr@redhat.com> | 2012-06-05 16:56:09 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-06-05 19:00:55 +0200 |
commit | f8ab9d166648f2b3af11bc3523e192bb3cd79219 (patch) | |
tree | a9c865c99cbe0701cb33a967060f743a68bb13c2 /plugins/ommongodb | |
parent | 2c0548538ef0a2f86472f000d09e49eedf278caa (diff) | |
download | rsyslog-f8ab9d166648f2b3af11bc3523e192bb3cd79219.tar.gz rsyslog-f8ab9d166648f2b3af11bc3523e192bb3cd79219.tar.bz2 rsyslog-f8ab9d166648f2b3af11bc3523e192bb3cd79219.zip |
Remove obsolete ommongodb build instructions
The plugin now uses libmongo-client (which is configured using
pkg-config) instead of the 10gen client, so the instructions to copy
client source code no longer apply.
Diffstat (limited to 'plugins/ommongodb')
-rw-r--r-- | plugins/ommongodb/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/ommongodb/README b/plugins/ommongodb/README index 71d56cfa..7581131a 100644 --- a/plugins/ommongodb/README +++ b/plugins/ommongodb/README @@ -2,21 +2,6 @@ plugin to use MongoDB as backend. tested in ubuntu 10.04 and ubuntu 10.10 -BUILDING THIS PLUGIN -Right now, it seems to be necessary to copy the 10gen c-driver directly under -the ./plugins/ommongodb subdirectory. Then, you need to follow their build -instructions on how to build the mongodb c driver: -http://api.mongodb.org/c/current/building.html - -This is clumpsy, and if someone has ideas on how to improve this situation, -please drop us a line. For obvious reasons, ./configure does not detect -a missing mongodb c driver. - -In order to successfully build ommongodb, you NEED to use the v0.2 version of -the mongo c driver. As it looks, the driver breaks API compatibility and the -curret v0.4 driver seems to have a totally different API (at least this is -what I currently (2012-03-08) see. - configuration: in your /etc/rsyslog.conf, together with other modules: |