오늘의 IT144 리눅스 Nodejs 설치 yum install epel-release yum install nodejs ### 특정 버전 설치 yum install -y curl curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash - yum install -y nodejs node -v node를 설치하면 npm은 자동으로 설치 된다. 2021. 3. 19. pip psycopg2 설치 #### 패키지 설치 yum install python-devel postgresql-devel #### psycopg2 설치 pip instsll psycopg2 2021. 3. 19. libcurses.so.5: cannot open shared object file: No such file or directory ### 프로그램 설치 시, 다음과 같은 오류 가 발생하면 아래 패키지 설치 yum install ncurses* 2021. 3. 19. php imagick 확장 모듈 설치 1. 패키기 설치 yum install ImageMagick ImageMagic-devel 2. imagick 다운로드 - 최신버전 다운로드 사이트 : http://pecl.php.net/package-stats.php wget http://pecl.php.net/get/imagick-3.1.2.tgz 3. 압축 풀기 tar zxvf imagick-3.1.2.tar.gz 4. 설치 cd imagick-3.1.2 /usr/local/php54/bin/phpize ./configure --with-php-config=/usr/local/php54/bin/php-config make make install 2020. 6. 5. 이전 1 ··· 10 11 12 13 14 15 16 ··· 36 다음