2
PHP에서 GD 라이브러리를 설치하는 방법?
PHP에서 imagefromjpeg () 함수를 사용하려고 할 때 오류가 발생하여 다음 명령을 사용하여 GD 라이브러리를 설치하려고했습니다. sudo apt-get install php5-gd 그러나 다음과 같은 오류가 발생했습니다. php5-gd : Depends: php5-common (= 5.5.9+dfsg-1ubuntu4) but 5.5.10+dfsg-1+deb.sury.org~saucy+1 is to be installed E: Unable to correct problems, you have held broken packages. 우분투 14.04LTS를 사용하고 있습니다. …