Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2023 00:35:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 269370] environ(7) isn't found: /lib/libc.so.7: Undefined symbol "environ"
Message-ID:  <bug-269370-227-EPvlphqnyM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269370-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269370-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269370

Xin LI <delphij@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs@FreeBSD.org            |yuri@freebsd.org
                 CC|                            |delphij@FreeBSD.org,
                   |                            |kib@FreeBSD.org

--- Comment #2 from Xin LI <delphij@FreeBSD.org> ---
How was the binary built?

It appears like you might be using a non-standard linking option like
-nostdlib, which prevented the standard C runtime (crt1.o, built from lib/c=
su)
from getting linked.  (there are some other options that can inhibit the us=
e of
standard C runtime startup routines, but you would want to look at how the
binary was linked)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269370-227-EPvlphqnyM>