ホームページ > バックエンド開発 > PHP7 > php7 phpize を使わずに何をするか

php7 phpize を使わずに何をするか

藏色散人
リリース: 2023-02-18 08:58:01
オリジナル
2341 人が閲覧しました

phpize を使用しない php7 の解決策: 1. resolv.conf を変更し、「nameserver8.8.8.8」を追加します; 2.sources.list の内容を置き換え、「php7.0-dev」を更新してインストールします。

php7 phpize を使わずに何をするか

この記事の動作環境: ubuntu 16.04 システム、PHP7.0 バージョン、DELL G3 コンピューター

php7 phpizeがない場合は?

ubuntu サーバーで phpize ファイルを使用しない php7 の解決策

最初のタイプ:

sudo vim /etc/resolv.conf
ログイン後にコピー

Add nameserver 8.8.8.8

2 番目のタイプ:

/etc/apt/sources.list 的内容换成
deb http://old-releases.ubuntu.com/ubuntu/ raring main universe restricted multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ raring main universe restricted multiverse
deb http://old-releases.ubuntu.com/ubuntu/ raring-security main universe restricted multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ raring-security main universe restricted multiverse
deb http://old-releases.ubuntu.com/ubuntu/ raring-updates main universe restricted multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ raring-updates main universe restricted multiverse
deb http://old-releases.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ raring-proposed main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu/ raring-proposed main restricted universe multiverse
ログイン後にコピー

次にsudo apt-get update

そして実行apt-get install php7.0-dev

推奨学習: 「PHP ビデオ チュートリアル

以上がphp7 phpize を使わずに何をするかの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。

関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート