swrast_dri.so failed.

Dear

When I tried to generate a mesh, I got a following error message

libGL error: dlopen /usr/lib64/dri/swrast_dri.so failed (home/sikim/GiDx64/11.0.8/lib/lib/libgcc_s.so.1:version ‘GCC_4.7.0’ not found
(required by /usr/lib64/dri/swrast_dri.so)


It looks that the version of gcc mismatches.
The current gcc in my machine is 4.8.3.

How can I fix it?

Thanks,

Dear GID Staffs

The error message associated with failed swrast_dri.so and wrong version of gcc
came together with the crash of GID whenever I tried to generate meshes.
GID was installed via gid11.0.8-linux-x64-Install.
So is there any way that I could install gid with a correct gcc?

Hello sikim,

Sorry for the inconveniences.
Please try to follow these solutions first:
http://www.gidhome.com/component/manual/faqgid/solve_problems/wrong_graphics_on_linux

If it doesn’t work, please download the last developer version 11.1.9d:
http://www.gidhome.com/download/developer-versions/linux64
And copy the attached script (uncompressed) in your installation folder and launch gid using gid_old_libs.

Regards,
gid_old_libs.rar (1.23 KB)

The developer version 11.1.9d works!!

Thanks,