Forum Discussion
Altera_Forum
Honored Contributor
9 years agoit may prove useful running vsim with specific command line arguments like LD_LIBRARY_PATH, see further :
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mnt/media/Disk_H/Altera/lib-32-freetype2-workaround you edit the /bin/vsim file (well the file it links to i.e. "../vco"), then add this after the "#!/bin/sh" lines. where lib-32-freetype2-workaround is a directory where you put your versions of libraries in my case freetype2-2.5.0.1-1-i686 and the correspondig names (symlinks). This is a solution from the ARCH Wiki, the most "elegant" they say, as it does not mess up the freetype2 libs system-wide. We must work the other libraries too, just need to know precisely which. You said it works well on CentOS, please verify all the versions of the aforementioned libs if you can. It needs more isolation. cr4150n