After I do some modify with
export CFLAGS="-std=c99"
The results are finish. But still error.
creating pgsql.la
(cd .libs && rm -f pgsql.la && ln -s ../pgsql.la pgsql.la)
/bin/sh /www/server/php/82/src/ext/pgsql/libtool --tag=CC --mode=install cp ./pgsql.la /www/server/php/82/src/ext/pgsql/modules
cp ./.libs/pgsql.so /www/server/php/82/src/ext/pgsql/modules/pgsql.so
cp ./.libs/pgsql.lai /www/server/php/82/src/ext/pgsql/modules/pgsql.la
PATH="$PATH:/sbin" ldconfig -n /www/server/php/82/src/ext/pgsql/modules
----------------------------------------------------------------------
Libraries have been installed in:
/www/server/php/82/src/ext/pgsql/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: /www/server/php/82/lib/php/extensions/no-debug-non-zts-20220829/
error
|-Successify --- Command executed! ---
Any advices from this step will much be appreciated.