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
Copy file name to clipboardExpand all lines: docs/plugin/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ There are several limitations currently at https://pkg.go.dev/plugin.
9
9
10
10
- The version of the operating system used to run the plugin binary and main binary must be the same as the one you used to build the plugin binary and main binary. For example, if you want to run the plugin binary and main binary on Ubuntu 20.04, you have to build it using Ubuntu 20.04.
11
11
12
+
With the limitations above, you will often encounter errors like this `/lib64/libc.so.6: version 'GLIBC_2.xx' not found (required by /my/app)`. So you need to build Tob from source directly.
0 commit comments