gdebi --n libemail-send-perl*.deb
gdebi --n libreturn-value-perl*.deb
### the three below needs to be installed in the current order.
+ ### we include them here because they missing from the repo in Bionic.
gdebi --n libmarc-charset-perl*.deb
gdebi --n libmarc-xml-perl*.deb
gdebi --n libnet-z3950-simple2zoom-perl*.deb
chown -R opensrf:opensrf /openils
}
+Install_DB_Debs () { ### install debs for the db server
+
+ ### the three below needs to be installed in the current order.
+ ### we include them here because they missing from the repo in Bionic.
+ gdebi --n debs/libmarc-charset-perl*.deb
+ gdebi --n debs/libmarc-xml-perl*.deb
+}
PG_Deps_Warning () { ### Dependency install error message
echo
Install_DB_Deps() { ### Install Additional Database dependencies.
if [ "$OSDISTRO" == "Ubuntu" ]
then
+ Install_DB_Debs
$APT_TOOL -y install gcc libxml-libxml-perl libxml-libxslt-perl libjson-xs-perl libmarc-record-perl libmarc-xml-perl libuuid-tiny-perl libbusiness-isbn-perl liblibrary-callnumber-lc-perl
else
$APT_TOOL -y install gcc libxml-libxml-perl libxml-libxslt-perl
#fi
### Set file ownership correctly on /etc/postgres
chown -R postgres:postgres /etc/postgres
+ Add_EG_DB_User
fi
fi