Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

MCP Failing Solution

omer ugur
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 9, 2025

Hi, I had problems using MCP tools on Linux, so here I put most potential cause and solution of it. The problem happens because of GLIBC version mismatch, in my Linux device (zorin os), this command:

ldd --version

returns 

ldd (Ubuntu GLIBC 2.35-0ubuntu3.10) 2.35

RovoDev CLI bundles its own libstdc++.so.6 library for MCP tools.That library was compiled against GLIBC 2.36, newer than the system’s GLIBC 2.35.Node tries to load the bundled library first → crashes with “version not found”. The main problem was the bundled libstdc++.

image.png

image.png

The Solution

We need to rename shipped library, so we can force node to use system's library:

mv ~/.local/share/acli/1.3.3-stable/plugin/rovodev/lib/libstdc++.so.6 \
~/.local/share/acli/1.3.3-stable/plugin/rovodev/lib/libstdc++.so.6.bak

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events