Hi Michael,
Am 14.09.23 um 00:36 schrieb Michael Butler:
On 9/13/23 05:02, Rainer Hurling wrote:
/usr/local/bin/ld: warning: libre2.so.10, needed by
/usr/local/lib/qt5/libQt5WebEngineCore.so, not found (try using -rpath
or -rpath-link)
.. would seem to suggest that it's picking up the previously installed
library and failing because it was linked to the now replaced libre2.so.
To fix, you might try .. saving the currently installed version with
'pkg create qt5-webengine' (just in case ;-)); remove it with 'pkg
delete -f qt5-webeingine' and then build and install the updated port
from a cleaned port directory. If that fails, you can always reinstall
what was there with 'pkg add qt5-webengine-5.15.8_5.pkg' or whatever the
'create' command built.
You are right. Removing the installed version before rebuilding it does
the trick!
Many thanks :)
Best wishes,
Rainer
I'm taking this approach myself but it'll take more than a few hours on
this laptop (i5-3340) to confirm :-(
Michael