We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to dynamic build, whenever we do plax -version getting following error
2024/01/03 06:40:31 | Recv shell 2024/01/03 06:40:31 | Effective topic: stdout 2024/01/03 06:40:31 | Effective regexp: plax (?P(.)). 2024/01/03 06:40:31 > CmdChan shell Recv 2024/01/03 06:40:31 | Recv regexp plax (?P(.)). 2024/01/03 06:40:31 | Recv target payload 2024/01/03 06:40:31 > Process shell stderr line: plax: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by plax) 2024/01/03 06:40:31 > Process shell stderr line: plax: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by plax) 2024/01/03 06:40:31 | Recv dequeuing topic 'stderr' (vs 'stdout') 2024/01/03 06:40:31 | plax: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by plax) 2024/01/03 06:40:31 | Recv dequeuing topic 'stderr' (vs 'stdout') 2024/01/03 06:40:31 | plax: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by plax) 2024/01/03 06:40:41 | Recv timeout (10s) 2024/01/03 06:40:41 | Phase teardown 2024/01/03 06:40:41 | Step 0
GLIBC_2.32' not found (required by plax) 2024/01/03 06:40:31 > Process shell stderr line: plax: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.32' not found (required by plax) 2024/01/03 06:40:31 | Recv dequeuing topic 'stderr' (vs 'stdout') 2024/01/03 06:40:31 | plax: /lib/x86_64-linux-gnu/libc.so.6: version
The text was updated successfully, but these errors were encountered:
hemanjayam
robertfarnum
Successfully merging a pull request may close this issue.
Due to dynamic build, whenever we do plax -version getting following error
2024/01/03 06:40:31 | Recv shell
2024/01/03 06:40:31 | Effective topic: stdout
2024/01/03 06:40:31 | Effective regexp: plax (?P(.)).
2024/01/03 06:40:31 > CmdChan shell Recv
2024/01/03 06:40:31 | Recv regexp plax (?P(.)).
2024/01/03 06:40:31 | Recv target payload
2024/01/03 06:40:31 > Process shell stderr line: plax: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.32' not found (required by plax) 2024/01/03 06:40:31 > Process shell stderr line: plax: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.34' not found (required by plax)2024/01/03 06:40:31 | Recv dequeuing topic 'stderr' (vs 'stdout')
2024/01/03 06:40:31 | plax: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.32' not found (required by plax) 2024/01/03 06:40:31 | Recv dequeuing topic 'stderr' (vs 'stdout') 2024/01/03 06:40:31 | plax: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.34' not found (required by plax)2024/01/03 06:40:41 | Recv timeout (10s)
2024/01/03 06:40:41 | Phase teardown
2024/01/03 06:40:41 | Step 0
The text was updated successfully, but these errors were encountered: