make error building netsurf
I'm trying to install netsurf on centos 7 using the instructions in the quick-start.md document that came with the install source. I did it first on a dell tower and it all worked ok. I then tried to do it on a raspberry pi3 (again with centos 7 on it) but I get an error while running make that I didn't get before: these are the steps I've done so far in following the quick-start.md document. yum -y install git git clone git://git.netsurf-browser.org/netsurf.git cd /home/packages/netsurf wget https://git.netsurf-browser.org/netsurf.git/plain/docs/env.sh unset HOST ns-package-install source env.sh ns-clone ns-pull-install rm -f env.sh cd ~/dev-netsurf/workspace source env.sh cd netsurf yum -y install gtk3* make during make the install stops with this error Can't locate object method "hexhash" via package "MD5" at tools/git-testament.pl line 47. don't know how to get past this, thanks for any advice ___ netsurf-users mailing list -- netsurf-users@netsurf-browser.org To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org
Re: make error building netsurf
On Thu, Feb 11, 2021 at 14:48:43 +, Anthony Griffiths wrote: > don't know how to get past this, thanks for any advice I *think* this suggests CentOS 7 isn't providing Digest::MD5 by default, so perhaps try installing that? I think the package is: https://centos.pkgs.org/7/centos-x86_64/perl-Digest-MD5-2.52-3.el7.x86_64.rpm.html D. -- Daniel Silverstone http://www.netsurf-browser.org/ PGP mail accepted and encouraged.Key Id: 3CCE BABE 206C 3B69 ___ netsurf-users mailing list -- netsurf-users@netsurf-browser.org To unsubscribe send an email to netsurf-users-le...@netsurf-browser.org