You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to opennetworklinux
Hi, Our Application is picking up
GLIBC_2.29
from ubuntu20.04. But the ONL is built in docker8 is picking the GLIBC 2.21. While loading our application on top of this compiled ONL facing issue with mismatch in the libraries.
./switch.d: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./switch.d)
./switch.d: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./switch.d)
Another query that I had by default linux4.14 is getting packaged with the ONL image. Is there a option to change this default version and pick linux.5.4.XX and GLIBC_2.29.