Yes,
I try to compile php 5.3.3, I use this command
PHP Code:
./configure --enable-gd-native-ttf --enable-static=yes
--disable-cli
--with-config-file-path='/cgi-bin/'
--prefix='/usr/local/php5cgi'
--with-gd --with-mysql --with-mcrypt='/usr/lib' --with-mhash --with-curl='/usr/lib'
--enable-ftp --with-openssl --enable-sockets
--with-zlib --with-zlib-dir='/usr/include'
--with-pear --enable-soap
--with-imap --with-imap-ssl --with-kerberos
--with-jpeg-dir='/usr/lib' --with-png-dir=/usr/lib --with-pdo-mysql --with-mysqli
--enable-bcmath --enable-zip --with-freetype-dir='/usr/lib'
--with-xsl --with-xmlrpc --with-libxml-dir='/usr/lib' --with-sqlite
--with-pdo-sqlite --with-pcre-dir='/usr/lib' --with-bz2 --with-xpm-dir=/usr/lib
PHP Code:
creating libtool
appending configuration tag "CXX" to libtool
Generating files
creating ./config.status
creating php5.spec
creating main/build-defs.h
creating scripts/phpize
creating scripts/man1/phpize.1
creating scripts/php-config
creating scripts/man1/php-config.1
creating main/php_config.h
creating main/internal_functions.c
creating main/internal_functions_cli.c
+--------------------------------------------------------------------+
| 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. |
+--------------------------------------------------------------------+
Thank you for using PHP.
testing:~/php-5.3.3#
And che configure it's ok, I edit the "Makefile" such as the guide, and the error is:
PHP Code:
/usr/bin/ld: attempted static link of dynamic object `/usr/lib/libmcrypt.so'
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php-cgi] Error 1
The file it's ok
PHP Code:
testing:~/php-5.3.3# ls -la /usr/lib/libmcrypt.so
lrwxrwxrwx 1 root root 18 Sep 3 17:56 /usr/lib/libmcrypt.so -> libmcrypt.so.4.4.7
Any solution?
Recent comments
13 hours 31 min ago
14 hours 31 min ago
18 hours 18 min ago
19 hours 32 min ago
23 hours 8 min ago
1 day 6 hours ago
1 day 15 hours ago
1 day 16 hours ago
2 days 7 hours ago
2 days 10 hours ago