Hi everyone,
I would like to make a note regarding some issues of installing mapmint using ansible-scripts.
the first this is, it is not able to make and build the ZOO-Project. It need to be done manually. While it is building there is a error
make: *** [ulinet.o] Error 1
It need to be fixed with a patch file.
After that, while ZOO-Project is building it returns
/usr/lib/x86_64-linux-gnu/libapr-1.la: file not recognized: File format
we need to remove that line from ZOOMakefile.opts file.
I wanted to setup mapmint with existing potstgresql 9.3., but the script is searching for 9.5 version.
Therefor, we need to change the version in the the scrip in base-packages.yml and pgvers.
Another thing which can be identified is, r-ran is looking for e1071_1.6-7.tar.gz but it is not available in the directory. e1071_1.6-8.tar.gz is available instead of e1071_1.6-7.tar.gz
After making all the above changes, finally it is looking for an old version of libreoffice. So it has to be checked by running loVersion.sh script and add the latest version to the main.yml.
After all the above changes mapmint was successfully installed in ubuntu14.04 machine.
Thank you!!
Hi everyone,
I would like to make a note regarding some issues of installing mapmint using ansible-scripts.
the first this is, it is not able to make and build the ZOO-Project. It need to be done manually. While it is building there is a error
make: *** [ulinet.o] Error 1It need to be fixed with a patch file.
After that, while ZOO-Project is building it returns
/usr/lib/x86_64-linux-gnu/libapr-1.la: file not recognized: File formatwe need to remove that line from ZOOMakefile.opts file.
I wanted to setup mapmint with existing potstgresql 9.3., but the script is searching for 9.5 version.
Therefor, we need to change the version in the the scrip in base-packages.yml and pgvers.
Another thing which can be identified is, r-ran is looking for
e1071_1.6-7.tar.gzbut it is not available in the directory.e1071_1.6-8.tar.gzis available instead ofe1071_1.6-7.tar.gzAfter making all the above changes, finally it is looking for an old version of libreoffice. So it has to be checked by running loVersion.sh script and add the latest version to the main.yml.
After all the above changes mapmint was successfully installed in ubuntu14.04 machine.
Thank you!!