- 积分
- 16
- 威望
-
- 金钱
-
- 注册时间
- 2022-6-18
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
本帖最后由 mjj233 于 2022-6-18 20:06 编辑
- root@debian:~/lnmp1.9/src/php-7.4.30/ext/exif# make && make install
- /bin/bash /root/lnmp1.9/src/php-7.4.30/ext/exif/libtool --mode=install cp ./exif.la /root/lnmp1.9/src/php-7.4.30/ext/exif/modules
- cp ./.libs/exif.so /root/lnmp1.9/src/php-7.4.30/ext/exif/modules/exif.so
- cp ./.libs/exif.lai /root/lnmp1.9/src/php-7.4.30/ext/exif/modules/exif.la
- PATH="$PATH:/sbin" ldconfig -n /root/lnmp1.9/src/php-7.4.30/ext/exif/modules
- ----------------------------------------------------------------------
- Libraries have been installed in:
- /root/lnmp1.9/src/php-7.4.30/ext/exif/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'.
- Installing shared extensions: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/
复制代码 之前装的lnmp都可以直接装exif 但是最近装的就不行,麻烦军哥帮忙看一下 辛苦了 我就是按照官网教程安装的 https://www.vpser.net/manage/lnmp-php-install-ext.html |
|