With julia v1.10.4 and suitesparse v5.0.0 (on Ubuntulinux), everytime julia runs, it shows the following error:
│ exception =
│ could not load symbol "SuiteSparse_config_malloc_func_set":
│ /usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so.5: undefined symbol: SuiteSparse_config_malloc_func_set
I solved this issue by setting alias julia=’LD_LIBRARY_PATH=” ” julia’ in bashrc. But how can I set this configuration in vscode? It is obvious that I must modify the julia launcher in vscode but till now could not solve the problem after two-three hours.
It would be great if anyone can help me solve this problem.