You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow mongo-c and json-c drivers installation at custom locations.
autogen.sh helps in avoiding manual installation and automates the
download and installation of the appropriate drivers and libraries
including mongo-c and json-c driver. But, these drivers get
installed at the default locations e.g. /usr/lib/, and user might
not have permission to write in this directory. This results in
autogen.sh failure. Use environment variables MONGOC_INSTALL_DIR
and JSONC_INSTALL_DIR in autogen.sh to set CMAKE_INSTALL_PREFIX to
allow custom directory installation for these drivers where the user
might have permission.
Reported on GitHub through issue #152 by user pgloader.
FDW-406, Vaibhav Dalvi, reviewed by Jeevan Ladhe,
tested by Rajkumar Raghuwanshi.
0 commit comments