- 论坛徽章:
- 0
|
环境如下
OS : Sco Openserver 5.07
Gcc: version 2.95.3
Apache : 1.3.27
PHP : 4.3.2
Informix : 7.31
- bash-2.03# cd apache_1.3.27
- bash-2.03# ./configure --prefix=/home/httpd
- Configuring for Apache, Version 1.3.27
- + using installation path layout: Apache (config.layout)
- Creating Makefile
- Creating Configuration.apaci in src
- Creating Makefile in src
- + configured for SCO 5 platform
- + setting C compiler to gcc
- + setting C pre-processor to gcc -E
- + checking for system header files
- + adding selected modules
- + using system Expat
- + checking sizeof various data types
- + doing sanity check on compiler and options
- Creating Makefile in src/support
- Creating Makefile in src/os/unix
- Creating Makefile in src/ap
- Creating Makefile in src/main
- Creating Makefile in src/modules/standard
- bash-2.03# cd ../php-4.3.2
- bash-2.03# ./configure --with-apache=../apache_1.3.27 --without-mysql --with-informix=/usr/informix
- .........
- ..
- .........
- +--------------------------------------------------------------------+
- | License: |
- | This software is subject to the PHP License, available in this |
- | distribution in the file LICENSE. By continuing this installation |
- | process, you are bound by the terms of this license agreement. |
- | If you do not agree with the terms of this license, you must abort |
- | the installation process at this point. |
- +--------------------------------------------------------------------+
- | *** NOTE *** |
- | The default for register_globals is now OFF! |
- | |
- | If your application relies on register_globals being ON, you |
- | should explicitly set it to on in your php.ini file. |
- | Note that you are strongly encouraged to read |
- | http://www.php.net/manual/en/security.registerglobals.php |
- | about the implications of having register_globals set to on, and |
- | avoid using it if possible. |
- +--------------------------------------------------------------------+
- Thank you for using PHP.
- bash-2.03# make
- .........
- ....
- .........
复制代码
*** Warning: Linking the shared library libphp4.la against the
*** static library /usr/lib/libgen.a is not portable!
/usr/lib/libgen.a is in archive format - embedded archives are not allowed
make: *** [libphp4.la] Error 1
- bash-2.03# cd /usr/lib
- bash-2.03# ls -l libgen*
- lrwxrwxrwx 1 root sys 41 Jun 13 12:08 libgen.a ->; /opt/K/SCO/unixds/5.2.0A/usr/lib/libgen.a
复制代码
PHP Make时报如上红色部分错误,怎样能解决该问题呢 ) |
|