Open swyo opened 1 year ago
How to handle this issue? If anyone guide to me, I will try to fix this issue! Adding type cast will solve the problem at line 119 https://github.com/confluentinc/librdkafka/blob/e75de5be191b6b8e9602efc969f4af64071550de/src/rdposix.h#L119
Hello, could you provide the output of ldd --version
? to check glibc version
Hello, the ldd
command does not exist. so, I installed pkg install ldd
and then, when I execute ldd --version
, I got this message.
ldd --version
readelf: Error: 'readlink (GNU coreutils) 9.3
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Dmitry V. Levin.': No such file
readelf: Error: 'readlink (GNU coreutils) 9.3
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Dmitry V. Levin.': No such file
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
Do NOT create issues for questions, use the discussion forum: https://github.com/edenhill/librdkafka/discussions
Description & How to reproduce