pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-i386/55184: firefox, thunderbird, seamonkey, netsurf cannot start because of the same error
The following reply was made to PR pkg/55184; it has been noted by GNATS.
From: Alexei Malinin <amalinin%amt.ru@localhost>
To: <leot%NetBSD.org@localhost>, <pkg-manager%netbsd.org@localhost>, <gnats-admin%netbsd.org@localhost>,
<pkgsrc-bugs%netbsd.org@localhost>, <tmp%bh0.amt.ru@localhost>, <gnats-bugs%netbsd.org@localhost>
Cc:
Subject: Re: port-i386/55184: firefox, thunderbird, seamonkey, netsurf cannot
start because of the same error
Date: Thu, 23 Apr 2020 00:15:13 +0300
Hello!
Quick fix:
# cd /usr/X11R7/lib && \
mv libepoxy.so.0.0 libepoxy.so.0.0.orig && \
ln -s /pkg/lib/libepoxy.so.0.0.0 libepoxy.so.0.0
After that netsurf will successfully start.
Fix:
# cd /etc && cat ld.so.conf
/usr/X11R7/lib
# cat /dev/null >ld.so.conf
After that netsurf also will successfully start.
I have not checked firefox, thunderbird, seamonkey yet.
--
Alexei
Home |
Main Index |
Thread Index |
Old Index