Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
both
• DeepStream Version
7.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
Error in section(s) Install librdkafka
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
The 7.0 instructions have
Copy the generated libraries to the deepstream directory:
$ sudo mkdir -p /opt/nvidia/deepstream/deepstream/lib
$ sudo cp /usr/local/lib/librdkafka* /opt/nvidia/deepstream/deepstream/lib
I believe this needs to be
Copy the generated libraries to the deepstream directory:
$ sudo mkdir -p /opt/nvidia/deepstream/deepstream-7.0/lib
$ sudo cp /usr/local/lib/librdkafka* /opt/nvidia/deepstream/deepstream-7.0/lib
… as you had in previous releases see 6.3
If you do as the instructions suggest, the installation will fail to setup the symlink from deepstream
to deepstream-7.0
since the directory deepstream
already exists.
Regards,
Robert.