Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issue #1

Open
niroshansb opened this issue Mar 28, 2017 · 1 comment
Open

Installation issue #1

niroshansb opened this issue Mar 28, 2017 · 1 comment

Comments

@niroshansb
Copy link
Contributor

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!!

@gfenoy
Copy link
Member

gfenoy commented May 14, 2017

The issue with ulinet.o build step should be now solved and the ZOOMakefile.opts is automatically fixed by the ansible script.

There is no more need for updating both base-packages.xml and pgvers, only setting this last will works.

Version checking for both PostgreSQL and LibreOffice are both required for setting the required values to the parameters. This should probably be added to the MapMint documentation (translated from French using transifex).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants