root@ultra:~# opkg files libpthread
Package libpthread (1.1.24-3) is installed on root and has the following files:
root@ultra:~# locate libpthread
/rom/usr/lib/opkg/info/libpthread.control
/rom/usr/lib/opkg/info/libpthread.list
/rom/usr/lib/opkg/info/libpthread.prerm
/usr/lib/opkg/info/libpthread.control
/usr/lib/opkg/info/libpthread.list
/usr/lib/opkg/info/libpthread.postinst
/usr/lib/opkg/info/libpthread.prerm
The library libpthread is missing from the pakage and rootfs 21.02-RC3 on MVEBU for EspressoBinBoard-Ultra
So, when compiling GO, get errors !
...
# runtime/cgo
/usr/bin/ld: cannot find -lpthread
/usr/bin/ld: cannot find -lpthread
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:20: build] Error 2
...