https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280303

Mark Millard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Mark Millard <[email protected]> ---
https://lists.freebsd.org/archives/freebsd-ports/2024-September/006670.html

is another report of this issue:

QUOTE
From: Matthew Phillips <matthew_at_matthewphillips.info>
Date: Mon, 16 Sep 2024 13:04:51 UTC

On 14.1, when installing any of the Node.js packages, node22 for
example, I get this error message when attempting to run the `node`
binary:

ld-elf.so.1: /lib/libcxxrt.so.1: version CXXABI_1.3.11 required by
/lib/libc++.so.1 not found

Checkings strings:

# strings  /lib/libc++.so.1 | grep CXXABI
CXXABI_1.3
CXXABI_1.3.11

That's ok, but

# strings  /lib/libcxxrt.so.1 | grep CXXABI
CXXABI_1.3
CXXABI_1.3.1
CXXABI_1.3.5
CXXABI_1.3.6

So indeed there is a problem. This has been previously reported here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280303 but not
resolved.

Any advice? How/can I just reinstall /lib/cxxrt.so.1 and if so, how?
END QUOTE

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to