본문 바로가기

728x90

php

[리눅스] PHP zip 확장(Extension) 모듈 설치 PHP zip 확장(Extension) 모듈 설치 테스트 환경 $ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) zip 패키지 다운로드 https://pecl.php.net/package/zip libzip.x86_64 : C library for reading, creating, and modifying zip archives libzip-devel.x86_64 : Development files for libzip yum info libzip $ yum info libzip Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile * base: mirror... 더보기
PHP redis extension 모듈 설치 PHP redis extension 모듈 설치 phpredis github : https://github.com/phpredis/phpredis/releases redis 확장 모듈 설치 wget https://github.com/phpredis/phpredis/archive/refs/tags/5.3.4.tar.gz tar xvfz 5.3.4.tar.gz cd phpredis-5.3.4 /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config make make install $ make install --output-- Installing shared extensions: /usr/local/php/lib/p.. 더보기
[리눅스] CentOS 7.x YUM으로 APM 설치 YUM으로 APM 설치 EPEL 및 YUM Utilities 패키지 설치 yum install -y epel-release yum-utils $ yum install -y epel-release yum-utils 컴파일에 필요한 라이브러리 설치 yum install -y gcc gcc-c++ gdbm-devel ncurses-devel $ yum install -y gcc gcc-c++ gdbm-devel ncurses-devel APM 설치에 필요한 라이브러리 설치 yum install -y openssl-devel gd-devel libpng-devel libjpeg-devel freetype-devel fontconfig-devel libxml2-devel gmp-devel mhash-devel l.. 더보기
CentOS 7에서 PHP rdkafka 확장(Extension) 모듈을 설치하는 방법 CentOS 7에서 PHP rdkafka 확장(Extension) 모듈을 설치하는 방법 테스트 환경 nginx php-fpm PHP 버전 확인 php -v $ php -v PHP 7.3.27 (cli) (built: Feb 2 2021 10:32:50) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.27, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.3.27, Copyright (c) 1999-2018, by Zend Technologies PHP 저장소 버전 확인 yum info php | egrep 'Name|Arch|Version|Repo' 2 $ yum info p.. 더보기
[리눅스] Squirrelmail Install Squirrelmail Install 1. apache 설치(httpd) [root@sangchul server]$ yum install httpd 2. mysql, mysql-server 설치 [root@sangchul server]$ yum install mysql mysql-server 3. php 설치 [root@sangchul server]$ yum install php 4. php-mysql 연동 설치 [root@sangchul server]$ yum install php-mysql 5. SquirrelMail 설치 [root@sangchul server]$ yum -y install php-mbstring [root@sangchul server]$ yum -y install squirrelm.. 더보기

728x90