18禁网站免费,成年人黄色视频网站,熟妇高潮一区二区在线播放,国产精品高潮呻吟AV

學(xué)習(xí)啦>學(xué)習(xí)電腦>操作系統(tǒng)>Linux教程>

Ubuntu安裝libgdiplus報錯怎么辦

時間: 孫勝652 分享

  Linux下libgdiplus是一個Mone庫,可用于顯示web頁面的顏色,可是不少人在Ubuntu系統(tǒng)中安裝libgdiplus的時候提示錯誤,導(dǎo)致安裝無法完成,遇到這個問題該怎么辦么?下面學(xué)習(xí)啦小編就給大家介紹下Ubuntu安裝libgdiplus失敗的解決方法。

  在Ubuntu 14.04 LTS 64位系統(tǒng)中安裝libgdiplus2.10.9的時候出現(xiàn)了錯誤。

  首先下載libgdiplus2.10.9安裝包

  進入目錄開始configure編譯

  。/configure --prefix=/usrmake

  將libgdiplus安裝在/usr目錄下

  發(fā)現(xiàn)在該操作系統(tǒng)報錯了:如下

  gdiplus-private.h:33:31: fatal error: freetype/tttables.h: No such file or directory #include ^compilation terminated.make[2]: *** [adjustablearrowcap.lo] Error 1make[2]: Leaving directory `/root/libgdiplus-2.10/src‘make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/root/libgdiplus-2.10’make: *** [all] Error 2root@ubuntu:~/libgdiplus-2.10# sudo ln -s /usr/X11/include/freetype2/freetype/ /usr/X11/include/freetypeln: failed to create symbolic link ‘/usr/X11/include/freetype’: No such file or directory

  這個錯誤就是說創(chuàng)建/usr/X11/include/freetype鏈接失敗了,因為找不到freetype

  我們打開/usr/include看有沒有freetype這個目錄,沒有吧,但是我們找到了freetype2,這樣我們做個鏈接吧

  ln -s /usr/include/freetype2 /usr/include/freetype

  然后繼續(xù)make發(fā)現(xiàn)錯誤如下:

  /usr/lib64/libglib-2.0.so.0: could not read symbols: Invalid operationcollect2: error: ld returned 1 exit statusmake[2]: *** [testgdi] Error 1make[2]: Leaving directory `/usr/local/src/libgdiplus-2.10.9/tests‘make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/usr/local/src/libgdiplus-2.10.9’make: *** [all] Error 2

  解決方法:

  先執(zhí)行 。/configure 命令, 然后編輯 test/Makefile 文件;將 130 行的 LIBS = -lpthread -lfontconfig 改為 LIBS = -lpthread -lfontconfig -lglib-2.0 -lX11;再次執(zhí)行 make 命令即可。

  再次make,是不是很快成功了,ok,make install吧

  上面就是Ubuntu安裝libgdiplus時出錯的解決方法,如果你在安裝的時候系統(tǒng)報錯了,可以嘗試本文介紹的方法進行解決。

Ubuntu安裝libgdiplus報錯怎么辦

Linux下libgdiplus是一個Mone庫,可用于顯示web頁面的顏色,可是不少人在Ubuntu系統(tǒng)中安裝libgdiplus的時候提示錯誤,導(dǎo)致安裝無法完成,遇到這個問題該怎么辦么?下面學(xué)習(xí)啦小編就給大家介紹下Ubuntu安裝libgdiplus失敗的解決方法。 在U
推薦度:
點擊下載文檔文檔為doc格式

精選文章

  • Ubuntu怎么安裝aira2
    Ubuntu怎么安裝aira2

    aira2是Ubuntu下強大的下載工具,下載速度不遜色于迅雷,但我們都知道,Ubuntu系統(tǒng)軟件的安裝并不像Windows那樣簡單,下面學(xué)習(xí)啦小編就給大家詳細介紹下

  • Ubuntu如何修改命令提示符
    Ubuntu如何修改命令提示符

    Ubuntu在使用命令的時候,有時需要修改命令提示符PS1,可很多人并不知道如何修改PS1,下面學(xué)習(xí)啦小編就給大家介紹下Ubuntu如何修改命令提示符PS1,一起來

  • Ubuntu14.04不支持U盤exfat格式怎么辦
    Ubuntu14.04不支持U盤exfat格式怎么辦

    exfat是U盤的文件系統(tǒng),很多系統(tǒng)都支持exfat格式的使用,但Ubuntu系統(tǒng)并不支持exfat格式,要如何處理呢?下面學(xué)習(xí)啦小編就給大家介紹下Ubuntu14.04不支持u盤e

  • 如何在Ubuntu中安裝Mapnik工具包
    如何在Ubuntu中安裝Mapnik工具包

    Ubuntu系統(tǒng)操作中,因為開發(fā)Gis應(yīng)用程序的需要,要在Ubuntu系統(tǒng)中安裝Mapnik工具包,那么要如何安裝Mapnik工具包呢?下面學(xué)習(xí)啦小編就給大家介紹下Ubuntu安裝

317712