Entering edit mode
3.8 years ago
Evy_00
•
0
Hi,everyone!
I'm new to R and Ubuntu. I was trying to run a Rscript under Ubuntu, and something wrong when I ran the Rscript.
Error in jpeg(file = paste(outputFolder, "/vsd_normalized.", readType, :
X11 module cannot be loaded
In addition: Warning message:
In jpeg(file = paste(outputFolder, "/vsd_normalized.", readType, :
unable to load shared object '/home/yangyuan/R-3.5.0/modules//R_X11.so':
/usr/lib/x86_64-linux-gnu/libcairo.so.2: undefined symbol: FT_Get_Var_Design_Coordinates
I can't find any solutions on the Internet.Is there any idea about these error?How can I solve the problem?
It seems you have a problem if your X11 module, maybe you could try reinstalling it via your terminal :
sudo apt install xorg
?I tried, but it still didn't work.
This question may be best posed on StackOverflow, since it does not relate to a bioinformatics error specifically - you may find more help there.
I see. Thanks for your reminder!