(lastest version) monetdb source compilation and installation problem
Hi All,
Could you please help me to solve the following error? When I try to
install monetdb I have the following error:
* fatal error: *geos_c.h: No such file or directory
#include
If you don't need the geom module, try the configure call with the added option --without-geos If you do need it, you need to install the geos library development package. How that is called depends on the distribution you're using. On 08/17/2017 08:34 PM, 张馨匀 wrote:
Hi All,
Could you please help me to solve the following error? When I try to install monetdb I have the following error:
* fatal error: *geos_c.h: No such file or directory
#include
* *
*My steps used to compile monetdb src and to install monetdb are:*
* *
a. Environment setup:
$ exportMonetDB_rel=July2017
$ exportMonetDB_ver=11.27.5
$ exportMonetDB_base_dir=$HOME/MonetDB-$MonetDB_rel
$ exportMonetDB_source_dir=$MonetDB_base_dir/MonetDB-$MonetDB_ver
$ exportMonetDB_build_dir=$MonetDB_base_dir/BUILD
$ exportMonetDB_prefix_dir=$MonetDB_base_dir
$ mkdir$MonetDB_base_dir
$ cd$MonetDB_base_dir
b. Download the latest version:
$ wget https://dev.monetdb.org/downloads/sources/Jul2017-SP1/MonetDB-11.27.5.tar.xz
$ tar xf MonetDB-$MonetDB_ver.tar.xz
c. Build:
$ mkdir $MonetDB_build_dir
$ cd $MonetDB_build_dir
$ MonetDB_source_dir/configure --prefix=$MonetDB_prefix_dir
d. Install:
$ make -j 20 (error mentioned above occurs here)
$ make -j 20 install
Thanks,
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
-- Sjoerd Mullender
participants (2)
-
Sjoerd Mullender
-
张馨匀