https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269370
Bug ID: 269370
Summary: environ(7) isn't found: /lib/libc.so.7: Undefined
symbol "environ"
Product: Base System
Version: 13.1-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
This executable https://people.freebsd.org/~yuri/hello_world was built by the
ghdl project (VHDL simulator).
Based on its manpage environ(7) it doesn't require any shared libraries. This
symbol should be just available.
But it looks for 'environ' in /lib/libc.so.7 and fails:
> $ ./hello_world
> ld-elf.so.1: /lib/libc.so.7: Undefined symbol "environ"
--
You are receiving this mail because:
You are the assignee for the bug.