Forum Discussion

ManuDwivedi's avatar
ManuDwivedi
Icon for Occasional Contributor rankOccasional Contributor
2 years ago
Solved

Intel FPGA AI Suite: Glibc v2.32-2.35 not found

Hello, I am running the A10 SoC Dev Kit based example for FPGA AI suite, OS: Ubuntu 20.04 LTS Intel Quartus Pro: v2023.3 Intel FPGA AI Suite: v2023.3 OpenVINO Kit: v2022 In the final step...
  • ManuDwivedi's avatar
    ManuDwivedi
    2 years ago

    I'm strongly against installing glibc version that is against the version which came with Ubuntu 20.04, as it has major implications on the system. For me the solution was as follows:
    For some other applications I had exported my LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/ in .bashrc which uses glib2.31 that is native to Ubuntu 20.04, removing this line from .bashrc and sourcing the .bashrc fixed the issue. For users who do intend to install glibc version that isn't native to their linux, please use containerized environment.