[CDRIVER-374] create RPM package for libbson and libmongoc Created: 11/Jun/14  Updated: 11/Jun/14  Resolved: 11/Jun/14

Status: Closed
Project: C Driver
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0.0

Type: Improvement Priority: Minor - P4
Reporter: Christian Hergert Assignee: Christian Hergert
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

It would be nice to have RPM packages for the major RPM based distros.

RHEL/CentOS 5, 6, and 7
SuSE Linux Enterprise Server (SLES) 11, 12
Fedora 20



 Comments   
Comment by Christian Hergert [ 11/Jun/14 ]

You can build RPMs using the build/mci.sh script using Git master on a Fedora, RHEL, or CentOS based host.

git clone git://github.com/mongodb/mongo-c-driver.git
cd mongo-c-driver
./build/mci.sh

This will place the RPMs in ~/rpmbuild/RPMS/$ARCH/.

On SUSE Linux, you need to be root due to default path requirements for rpmbuild.

git clone git://github.com/mongodb/mongo-c-driver.git
cd mongo-c-driver
su
./build/mci.sh

The RPMs on SUSE Linux will be placed in /usr/src/packages/RPMS/$ARCH/.

Generated at Wed Feb 07 21:09:18 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.