What did you do exactly?I am trying the ff58 , not installed, I just unpacked the txz to avoid any f* up with the others pkgs,
That's strange: as far as I know libdl.so.1 is a very deprecated shared library dependency and shouldn't be supposed to reside in your system. Dynamic linking support is now provided in FreeBSD by FreeBSD C library (through libc.so.7), and GNU/Linux by glic/libc6 (with libdl.so.2). Accordingly, If you have the Linux compatibility layer enabled in FreeBSD you should find libdl.so.2 under /compat/linux/usr/lib*issue is it ask for "libdl.so.1" any idea what pkg provides this? thx in advance
XPCOMGlueLoad error for file /usr/home/chris/ff58/usr/local/lib/firefox/libxul.so:
Shared object "libdl.so.1" not found, required by "libxul.so"
Couldn't load XPCOM.
Being afraid to do proper package updates is not a good sign.to avoid any f* up with the others pkgs
libdl.so.1 is provided (as a filter for libc.so.7) on 12.0-CURRENT to ease porting of applications that insist on linking with -ldl.What did you do exactly?
That's strange: as far as I know libdl.so.1 is a very deprecated shared library dependency and shouldn't be supposed to reside in your system. Dynamic linking support is now provided in FreeBSD by FreeBSD C library (through libc.so.7), and GNU/Linux by glic/libc6 (with libdl.so.2). Accordingly, If you have the Linux compatibility layer enabled in FreeBSD you should find libdl.so.2 under /compat/linux/usr/lib*
SirDice please correct me if I'm wrong
If you're actually running 12.0-CURRENT then it's either 6 months out of date or you're building it with lld (in both cases libdl.so.1 is not provided). I suggest you update your system or build your own Firefox package.I unpacked (into a different folder that /usr/) the firefox 58 from
https://pkg.freebsd.org/FreeBSD:12:amd64/latest/All/
then I am getting this while trying to execute it
Code:XPCOMGlueLoad error for file /usr/home/chris/ff58/usr/local/lib/firefox/libxul.so: Shared object "libdl.so.1" not found, required by "libxul.so" Couldn't load XPCOM.
pkg add
.Being afraid to do proper package updates is not a good sign.![]()
PC-BSD, FreeNAS, NAS4Free, and all other FreeBSD DerivativesI am running TrueOS 12-unstable,
TrueOS has FF58 in their ports tree fork (https://github.com/trueos/freebsd-ports) and surely it can be built from that on TrueOS.I am running TrueOS 12-unstable, so I can't mix ports from FreeBSD,
If you're actually running 12.0-CURRENT then it's either 6 months out of date or you're building it with lld (in both cases libdl.so.1 is not provided). I suggest you update your system or build your own Firefox package.
Topics about unsupported FreeBSD versionsI am running CURRENT
As far as I can see, I have neither asked a question nor requested support here.
Which is why I posted it. Not many people realize what running -CURRENT really means.Like many people, I try an internet search of error messages when I attempt to troubleshoot, and the forum is quite often a repository of usable fixes.
Which is why I posted it. Not many people realize what running -CURRENT really means.