0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Ubuntu14.04にphp7.4.1をインストールする個人的メモ

Posted at

wget https://www.php.net/distributions/php-7.4.1.tar.gz
tar fzxv php-7.4.1.tar.gz
cd php-7.4.1

apt install libcurl pkg-config libxml++2.6-dev libkrb5-dev libssl-dev libsqlite3-dev libbz2-dev libpng-dev libjpeg-dev libfreetype6-dev libc-client2007e-dev libonig-dev libxslt1-dev

./configure --prefix=/opt/php74

make

ffiを使う場合はこんな感じ
./configure --prefix=/opt/php74 --with-ffi

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?