Skip to content
New issue

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

Необходимо заменить RDKAFKA на RdKafka #119

Closed
muxa-xoma opened this issue Dec 9, 2024 · 1 comment
Closed

Необходимо заменить RDKAFKA на RdKafka #119

muxa-xoma opened this issue Dec 9, 2024 · 1 comment

Comments

@muxa-xoma
Copy link

При установке модуля через tt:
tt install kafka 1.6.9
возникает ошибка:

CMake Error at CMakeLists.txt:96 (find_package):
  By not providing "FindRDKAFKA.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "RDKAFKA", but
  CMake did not find one.

  Could not find a package configuration file provided by "RDKAFKA" with any
  of the following names:

    RDKAFKAConfig.cmake
    rdkafka-config.cmake

  Add the installation prefix of "RDKAFKA" to CMAKE_PREFIX_PATH or set
  "RDKAFKA_DIR" to a directory containing one of the above files.  If
  "RDKAFKA" provides a separate development package or SDK, be sure it has
  been installed.

Необходимо либо переименовать файл cmake/FindRdKafka.cmake в cmake/FindRDKAFKA.cmake, либо заменить RDKAFKA на RdKafka в 96 строке файла CMakeLists.txt

@olegrok
Copy link

olegrok commented Dec 9, 2024

Fixed in #120

@olegrok olegrok closed this as completed Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants