php - 編譯安裝pcntl,mysqli擴充都會報錯,下面是報錯?
黄舟
黄舟 2017-05-16 12:59:07
0
4
1059
雷雷
黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

全部回覆(4)
小葫芦

phpize
make
make install

世界只因有你

pcntl屬於php附帶的原始碼
https://github.com/php/php-src/tree/master/ext/pcntl

先要編譯並安裝php,并可以成功的执行phpize

cd php-src/ext/pcntl
phpize
./configure
make

cp modules/pcntl.so /your/php/ext/dir/

需要./configure

----------------------------------------------------------------------
Libraries have been installed in:
   /root/php-src-php-7.1.4/ext/pcntl/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.
某草草

/usr/local/src/php-5.6.30/ext/pcntl/pcntl.c中的HASH_KEY_NON_EXISTENT替换成HASH_KEY_NON_EXISTANT

phpcn_u1582

./configure --prefix=/usr/local/php
--啟用bcmath
--啟用-fpm
--啟用-ftp
--啟用-mbstring
--啟用-pcntl
--啟用-shmop
-shmop
--啟用套接字
--啟用-sysvsem
--啟用zip
--with-bz2
--with-curl
--with-freetype-dir=/usr/lib64
--with-gettext
- -with-gd
--with-jpeg-dir=/usr/lib64
--with-openssl
--with-png-dir=/usr/lib64
--with-xmlrpc
--with-xsl
- -with-mcrypt
--with-mysql
--with-mysqli
--with-pdo-mysql
--with-zlib

--with-config-file-path=/usr/local/php/etc / 🎜
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!