Error in installing bahmni 0.92 in vagrant box

Hi all,

@angshuonline @binduak @snehabagri @mksrom @rakib.hasan @akshaybirajdar

We have fixed the mysql_user ansible error issue by installing zlib 1.2.11 manually.

Centos 7 does not have an official release for zlib 1.2.11 yet - maximum version we get for centos 7 is 1.2.7. We downloaded zlib 1.2.11 fedora rpm and installed it manually before installing bahmni.

yum install https://rpmfind.net/linux/fedora/linux/updates/30/Everything/x86_64/Packages/z/zlib-1.2.11-18.fc30.x86_64.rpm

This is a publicly available rpm - I cant guarantee the authenticity of the same. You could download the rpm from official fedora repo from here - https://apps.fedoraproject.org/packages/zlib

yum install https://kojipkgs.fedoraproject.org//packages/zlib/1.2.11/18.fc30/x86_64/zlib-1.2.11-18.fc30.x86_64.rpm

After proper testing above steps would be added the bahmni wiki.

3 Likes