Undefined symbols in the Linux nvidia-drivers 370.23

Hi,

did anybody notice, that there is an undefined symbol __VkWsiDirectUnix::Init() in the libnvidia-glcore.so.370.23 and libnvidia-eglcore.so.370.23 of the Linux x86_64 (and probably also other architectures) nvidia-drivers 370.23?

nm -CD /usr/lib64/libnvidia-glcore.so.370.23 | grep VkW

U __VkWsiDirectUnix::Init()

nm -CD /usr/lib64/libnvidia-eglcore.so.370.23 | grep VkW

U __VkWsiDirectUnix::Init()

It is impossible to link anything when those drivers are installed. Where is this symbol defined? Or is it a bug?

Thanks,
Martin

It’s a bug, and it should be fixed in the next release.

OK, I’ll revert back to 367.44 and will wait for the next release. Thanks for the info.