六月丁香五月婷婷,丁香五月婷婷网,欧美激情网站,日本护士xxxx,禁止18岁天天操夜夜操,18岁禁止1000免费,国产福利无码一区色费

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

Ubuntu安裝libgdiplus報(bào)錯(cuò)怎么辦

時(shí)間: 孫勝652 分享

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

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

  首先下載libgdiplus2.10.9安裝包

  進(jìn)入目錄開始configure編譯

  。/configure --prefix=/usrmake

  將libgdiplus安裝在/usr目錄下

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

  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

  這個(gè)錯(cuò)誤就是說創(chuàng)建/usr/X11/include/freetype鏈接失敗了,因?yàn)檎也坏絝reetype

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

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

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

  /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時(shí)出錯(cuò)的解決方法,如果你在安裝的時(shí)候系統(tǒng)報(bào)錯(cuò)了,可以嘗試本文介紹的方法進(jìn)行解決。

Ubuntu安裝libgdiplus報(bào)錯(cuò)怎么辦

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

精選文章

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

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

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

    Ubuntu在使用命令的時(shí)候,有時(shí)需要修改命令提示符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)操作中,因?yàn)殚_發(fā)Gis應(yīng)用程序的需要,要在Ubuntu系統(tǒng)中安裝Mapnik工具包,那么要如何安裝Mapnik工具包呢?下面學(xué)習(xí)啦小編就給大家介紹下Ubuntu安裝

317712