You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build my demo project on Linux (WSL or Kubernetes) I have this error:
# go build
/usr/bin/ld: /home/loganmzz/.asdf/installs/golang/1.22.5/packages/pkg/mod/github.com/pdftron/pdftron-go/[email protected]/shared_libs/unix_x86_64/Lib/libPDFNetC.so: .dynsym local symbol at index 3 (>= sh_info of 3)
/usr/bin/ld: /home/loganmzz/.asdf/installs/golang/1.22.5/packages/pkg/mod/github.com/pdftron/pdftron-go/[email protected]/shared_libs/unix_x86_64/Lib/libPDFNetC.so: .dynsym local symbol at index 4 (>= sh_info of 3)
/usr/bin/ld: /home/loganmzz/.asdf/installs/golang/1.22.5/packages/pkg/mod/github.com/pdftron/pdftron-go/[email protected]/shared_libs/unix_x86_64/Lib/libPDFNetC.so: .dynsym local symbol at index 5 (>= sh_info of 3)
/usr/bin/ld: /home/loganmzz/.asdf/installs/golang/1.22.5/packages/pkg/mod/github.com/pdftron/pdftron-go/[email protected]/shared_libs/unix_x86_64/Lib/libPDFNetC.so: .dynsym local symbol at index 3 (>= sh_info of 3)
/usr/bin/ld: /home/loganmzz/.asdf/installs/golang/1.22.5/packages/pkg/mod/github.com/pdftron/pdftron-go/[email protected]/shared_libs/unix_x86_64/Lib/libPDFNetC.so: .dynsym local symbol at index 4 (>= sh_info of 3)
/usr/bin/ld: /home/loganmzz/.asdf/installs/golang/1.22.5/packages/pkg/mod/github.com/pdftron/pdftron-go/[email protected]/shared_libs/unix_x86_64/Lib/libPDFNetC.so: .dynsym local symbol at index 5 (>= sh_info of 3)
Issue
I build my demo project on Linux (WSL or Kubernetes) I have this error:
Context
main.go
go mod graph
The text was updated successfully, but these errors were encountered: