php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67091 make install fails to install libphp5.so
Submitted: 2014-04-17 00:41 UTC Modified: 2014-06-29 23:36 UTC
Votes:9
Avg. Score:4.8 ± 0.4
Reproduced:9 of 9 (100.0%)
Same Version:4 (44.4%)
Same OS:8 (88.9%)
From: cakersq at gmail dot com Assigned: tyrael (profile)
Status: Closed Package: Apache2 related
PHP Version: 5.6.0RC1 OS: FreeBSD 10.0-STABLE
Private report: No CVE-ID: None
 [2014-04-17 00:41 UTC] cakersq at gmail dot com
Description:
------------
I'm compiling PHP 5.5.11 on FreeBSD 10.0-STABLE amd64, to be a module in Apache 2.4.9, using a minimum configuration.  'Configure', and 'make' succeed, 'make install' fails when installing libphp5.so, and only installs the .a static library.  Apache works correctly with other .so modules, just not Apache.  See all dependencies configuration and methods below.  There are no major errors or warnings from the configure or make steps.

Test script:
---------------
+ tar -xf perl-5.18.2.tar.gz
+ cd perl-5.18.2
+ ./Configure -de
+ make
+ make install

+ tar -xf pcre-8.35.tar.bz2
+ cd pcre-8.35
+ ./configure --prefix=/usr/local --mandir=/usr/local/man
+ make
+ make install

+ tar -xf apr-1.5.0.tar.bz2
+ cd apr-1.5.0
+ ./configure --prefix=/usr/local --with-installbuilddir=/usr/local/share/apr
+ make
+ make install

+ tar -xf apr-util-1.5.3.tar.bz2
+ cd apr-util-1.5.3
+ ./configure --prefix=/usr/local --with-apr=/usr/local
+ make
+ make install

+ tar -xf httpd-2.4.9.tar.bz2
+ cd httpd-2.4.9
+ ./configure --enable-layout=FreeBSD
+ make
+ make install

+ tar -xf libxml2-2.9.1.tar.gz
+ cd libxml2-2.9.1
+ ./configure --mandir=/usr/local/man
+ make
+ make install

+ tar -xf php-5.5.11.tar.bz2
+ cd php-5.5.11
+ ./configure --mandir=/usr/local/man --with-config-file-path=/usr/local/etc --with-apxs2
...
+ make
...
+ make install
Installing PHP SAPI module:       apache2handler
/usr/local/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/share/apr/libtool' libphp5.la /usr/local/libexec/apache2
/usr/local/share/apr/libtool --mode=install install libphp5.la /usr/local/libexec/apache2/
libtool: install: install .libs/libphp5.lai /usr/local/libexec/apache2/libphp5.la
libtool: install: install .libs/libphp5.a /usr/local/libexec/apache2/libphp5.a
libtool: install: chmod 644 /usr/local/libexec/apache2/libphp5.a
libtool: install: ranlib /usr/local/libexec/apache2/libphp5.a
libtool: install: warning: remember to run `libtool --finish /root/build/php/php-5.5.11/libs'
Warning!  dlname not found in /usr/local/libexec/apache2/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/libexec/apache2/libphp5.so
chmod: /usr/local/libexec/apache2/libphp5.so: No such file or directory
apxs:Error: Command failed with rc=65536
.
*** Error code 1

Stop.
make: stopped in /root/build/php/php-5.5.11

Expected result:
----------------
'make install' will put libphp5.so in /usr/local/libexec/apache2/

Actual result:
--------------
libphp5.a and libphp5.la are put in /usr/local/libexec/apache2, but not the shared object.

Patches

configure.patch (last revision 2014-06-08 15:36 UTC by cakersq at gmial dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-04-17 10:26 UTC] cakersq at gmail dot com
Also, this is compiling with CLANG compile, version 3.4

Here is the full output of configure/make/make install commands for PHP.

+ tar -xf php-5.5.11.tar.bz2
+ cd php-5.5.11
+ ./configure --mandir=/usr/local/man --with-config-file-path=/usr/local/etc --with-apxs2
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking build system type... x86_64-unknown-freebsd10.0
checking host system type... x86_64-unknown-freebsd10.0
checking target system type... x86_64-unknown-freebsd10.0
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking for bison... no
checking for byacc... byacc
checking for bison version... invalid
configure: WARNING: bison versions supported for regeneration of the Zend/PHP parsers: 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7 (found: none).
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking whether to enable computed goto gcc extension with re2c... no
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... 

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking whether to enable Apache charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for Apache 1.x (hooks) module support via DSO through APXS... no
checking for Apache 1.x (hooks) module support... no
checking whether to enable Apache charset compatibility option... no
checking for Caudium support... no
checking for setproctitle... yes
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for Continuity support... no
checking for embedded SAPI library support... no
checking for FPM build... no
checking for Zeus ISAPI support... no
checking for LiteSpeed support... no
checking for Milter support... no
checking for NSAPI support... no
checking for PHTTPD support... no
checking for Pi3Web support... no
checking whether Roxen module is build using ZTS... no
checking for Roxen/Pike support... 
checking for thttpd... no
checking for TUX... no
checking for webjames... no
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... yes
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... apache2handler
checking for executable SAPI binaries...  cli cgi

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... yes
checking for dlopen... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for netinet/in.h... yes
checking for alloca.h... no
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... no
checking for dns.h... no
checking for fcntl.h... yes
checking for grp.h... yes
checking for ieeefp.h... yes
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... no
checking for sys/statvfs.h... yes
checking for sys/vfs.h... no
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for assert.h... (cached) yes
checking for fopencookie... no
checking for broken getcwd... no
checking for broken libc stdio... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for tm_gmtoff in struct tm... yes
checking for struct flock... yes
checking for socklen_t... yes
checking size of size_t... 8
checking size of long long... 8
checking size of long long int... 8
checking size of long... 8
checking size of int... 4
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... yes
checking for IPv6 support... yes
checking for vprintf... yes
checking for _doprnt... no
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for cuserid... no
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... yes
checking for gai_strerror... yes
checking for gcvt... no
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for gethostname... (cached) yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for isascii... yes
checking for link... yes
checking for localtime_r... yes
checking for lockf... yes
checking for lchown... yes
checking for lrand48... yes
checking for memcpy... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nl_langinfo... yes
checking for perror... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for random... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setlocale... yes
checking for localeconv... yes
checking for setenv... yes
checking for setpgid... yes
checking for setsockopt... yes
checking for setvbuf... yes
checking for shutdown... yes
checking for sin... yes
checking for snprintf... yes
checking for srand48... yes
checking for srandom... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strcoll... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
checking for strnlen... yes
checking for strptime... yes
checking for strstr... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tempnam... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vsnprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... no
checking for alloca... yes
checking for declared timezone... yes
checking for type of reentrant time-related functions... POSIX
checking for readdir_r... yes
checking for type of readdir_r... POSIX
checking for in_addr_t... yes
checking for crypt_r... no

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /usr/local/etc
checking where to scan for configuration files... 
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default

Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking which regex library to use... php
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... /usr/local/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... no
checking for Kerberos support... no
checking for PCRE library to use... bundled
checking whether to enable the SQLite3 extension... yes
checking bundled sqlite3 library... yes
checking for ZLIB support... no
checking if the location of ZLIB install directory is defined... no
checking whether to enable bc style precision math functions... no
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking whether to enable ctype functions... yes
checking for cURL support... no
checking for QDBM support... no
checking for GDBM support... no
checking for NDBM support... no
checking for TCADB support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DB1 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable DOM support... yes
checking for xml2-config path... (cached) /usr/local/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for ENCHANT support... no
checking whether to enable EXIF (metadata from images) support... no
checking for fileinfo support... yes
checking for utimes... yes
checking for strndup... yes
checking whether to enable input filter support... yes
checking pcre install prefix... no
checking whether to enable FTP support... no
checking OpenSSL dir for FTP... no
checking for GD support... no
checking for the location of libvpx... no
checking for the location of libjpeg... no
checking for the location of libpng... no
checking for the location of libXpm... no
checking for FreeType 2... no
checking for T1lib support... no
checking whether to enable truetype string function in GD... no
checking whether to enable JIS-mapped Japanese font support in GD... no
checking for GNU gettext support... no
checking for GNU MP support... no
checking for mhash support... no
checking whether to enable hash support... yes
checking whether byte ordering is bigendian... (cached) no
checking size of short... 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking for iconv support... yes
checking for iconv... yes
checking if iconv is glibc's... no
checking if using GNU libiconv... no
checking if iconv is Konstantin Chuguev's... no
checking if using IBM iconv... no
checking if iconv supports errno... yes
checking if your cpp allows macro usage in include lines... yes
checking for IMAP support... no
checking for IMAP Kerberos support... no
checking for IMAP SSL support... no
checking for InterBase support... no
checking whether to enable internationalization support... no
checking whether to enable JavaScript Object Serialization support... yes
checking for ANSI C header files... (cached) yes
checking for LDAP support... no
checking for LDAP Cyrus SASL support... no
checking whether to enable multibyte string support... no
checking whether to enable multibyte regex support... yes
checking whether to check multibyte regex backtrack... yes
checking for external libmbfl... no
checking for external oniguruma... no
checking for mcrypt support... no
checking for MSSQL support via FreeTDS... no
checking for MySQL support... no
checking for specified location of the MySQL UNIX socket... no
checking for MySQLi support... no
checking whether to enable embedded MySQLi support... no
checking for Oracle Database OCI8 support... no
checking whether to enable Zend OPcache support... yes
checking for mprotect... yes
checking for sysvipc shared memory support... yes
checking for mmap() using MAP_ANON shared memory support... yes
checking for mmap() using /dev/zero shared memory support... yes
checking for mmap() using shm_open() shared memory support... no
checking for mmap() using regular file shared memory support... yes
checking "whether flock struct is linux ordered"... "no"
checking "whether flock struct is BSD ordered"... "yes"
checking whether to enable pcntl support... no
checking whether to enable PDO support... yes
checking for PDO_DBLIB support via FreeTDS... no
checking for Firebird support for PDO... no
checking for MySQL support for PDO... no
checking Oracle OCI support for PDO... no
checking for ODBC v3 support for PDO... no
checking for PostgreSQL support for PDO... no
checking for sqlite 3 support for PDO... yes
checking for PDO includes... checking for PDO includes... /root/build/php/php-5.5.11/ext
checking for usleep... (cached) yes
checking for nanosleep... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for fdatasync in -lrt... no
checking for PostgreSQL support... no
checking for phar archive support... yes
checking for phar openssl support... no
checking whether to enable POSIX-like functions... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking for seteuid... yes
checking for setegid... yes
checking for setsid... yes
checking for getsid... yes
checking for setpgid... (cached) yes
checking for getpgid... yes
checking for ctermid... yes
checking for mkfifo... yes
checking for mknod... yes
checking for getrlimit... yes
checking for getlogin... (cached) yes
checking for getgroups... yes
checking for makedev... no
checking for initgroups... yes
checking for getpwuid_r... (cached) yes
checking for getgrgid_r... yes
checking for working ttyname_r() implementation... no, posix_ttyname() will be thread-unsafe
checking for utsname.domainname... no
checking for PSPELL support... no
checking for libedit readline replacement... no
checking for readline support... no
checking for recode support... no
checking whether to enable PHP sessions... yes
checking for mm support... no
checking whether pwrite works... yes
checking whether pread works... yes
checking whether to enable shmop support... no
checking whether to enable SimpleXML support... yes
checking for xml2-config path... (cached) /usr/local/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for SNMP support... no
checking OpenSSL dir for SNMP... no
checking whether to enable SOAP support... no
checking whether to enable sockets support... no
checking whether zend_object_value is packed... no
checking whether flush should be called explicitly after a buffered io... yes
checking for crypt in -lcrypt... yes
checking for standard DES crypt... yes
checking for extended DES crypt... yes
checking for MD5 crypt... yes
checking for Blowfish crypt... yes
checking for SHA512 crypt... yes
checking for SHA256 crypt... yes
checking whether the compiler supports __alignof__... yes
checking whether the compiler supports aligned attribute... yes
checking for getcwd... yes
checking for getwd... yes
checking for asinh... yes
checking for acosh... yes
checking for atanh... yes
checking for log1p... yes
checking for hypot... yes
checking for glob... yes
checking for strfmon... yes
checking for nice... yes
checking for fpclass... no
checking for isinf... yes
checking for isnan... yes
checking for mempcpy... no
checking for strpncpy... no
checking for working POSIX fnmatch... yes
checking for fork... yes
checking if your OS can spawn processes with inherited handles... yes
checking for res_nsearch... no
checking for __res_nsearch... yes
checking for dns_search... no
checking for __dns_search... no
checking for dns_search in -lresolv... no
checking for __dns_search in -lresolv... no
checking for dns_search in -lbind... no
checking for __dns_search in -lbind... no
checking for dns_search in -lsocket... no
checking for __dns_search in -lsocket... no
checking for dn_expand... yes
checking for dn_skipname... no
checking for __dn_skipname... yes
checking for res_search... yes
checking whether atof() accepts NAN... yes
checking whether atof() accepts INF... yes
checking whether HUGE_VAL == INF... yes
checking whether HUGE_VAL + -HUGEVAL == NAN... yes
checking whether strptime() declaration fails... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for mblen... yes
checking for mbrlen... yes
checking for mbsinit... yes
checking for mbstate_t... no
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking for Sybase-CT support... no
checking whether to enable System V IPC support... no
checking whether to enable System V semaphore support... no
checking whether to enable System V shared memory support... no
checking for TIDY support... no
checking whether to enable tokenizer support... yes
checking whether to enable WDDX support... no
checking libexpat dir for WDDX... no
checking whether to enable XML support... yes
checking libexpat install dir... no
checking for xml2-config path... (cached) /usr/local/bin/xml2-config
checking whether libxml build works... (cached) yes
checking whether to enable XMLReader support... yes
checking for xml2-config path... (cached) /usr/local/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for XMLRPC-EPI support... no
checking libexpat dir for XMLRPC-EPI... no
checking iconv dir for XMLRPC-EPI... no
checking whether to enable XMLWriter support... yes
checking for xml2-config path... (cached) /usr/local/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for XSL support... no
checking for zip archive read/writesupport... no
checking pcre install prefix... no
checking whether to enable mysqlnd... no
checking whether to disable compressed protocol support in mysqlnd... yes

Configuring PEAR
checking whether to install PEAR... yes

Configuring Zend
checking for bison version... (cached) invalid
configure: WARNING: bison versions supported for regeneration of the Zend/PHP parsers: 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7 (found: none).
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for limits.h... (cached) yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for signal.h... (cached) yes
checking for unix.h... (cached) no
checking for stdlib.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for size_t... (cached) yes
checking return type of signal handlers... void
checking for uint... yes
checking for ulong... no
checking for int32_t... yes
checking for uint32_t... yes
checking for vprintf... (cached) yes
checking for _doprnt... (cached) no
checking for working memcmp... yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for memcpy... (cached) yes
checking for strdup... (cached) yes
checking for getpid... yes
checking for kill... yes
checking for strtod... yes
checking for strtol... yes
checking for finite... no
checking for fpclass... (cached) no
checking for sigsetjmp... yes
checking whether sprintf is broken... no
checking for finite... (cached) no
checking for isfinite... no
checking for isinf... (cached) yes
checking for isnan... (cached) yes
checking whether fp_except is defined... no
checking for usable _FPU_SETCW... no
checking for usable fpsetprec... no
checking for usable _controlfp... no
checking for usable _controlfp_s... no
checking whether FPU control word can be manipulated by inline assembler... yes
checking whether double cast to long preserves least significant bits... no
checking for dlfcn.h... (cached) yes
checking whether dlsym() requires a leading underscore in symbol names... no
checking virtual machine dispatch method... CALL
checking whether to enable thread-safety... yes
checking whether to enable inline optimization for GCC... yes
checking whether to enable Zend debugging... no
checking for inline... inline
checking target system is Darwin... no
checking for MM alignment and log values... done
checking for memory allocation using mmap(MAP_ANON)... yes
checking for memory allocation using mmap("/dev/zero")... yes
checking for mremap... no
checking for sigaction... yes
checking whether to enable zend signal handling... no

Configuring TSRM
checking for stdarg.h... (cached) yes
checking for sigprocmask... yes
checking for pthreads_cflags... (cached) -pthread
checking for pthreads_lib... (cached) 
checking for POSIX threads... yes

Configuring libtool
checking for ld used by /root/build/php/php-5.5.11/meta_ccld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognize dependent libraries... pass_all
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -B output from /root/build/php/php-5.5.11/meta_ccld object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /root/build/php/php-5.5.11/meta_ccld supports -fno-rtti -fno-exceptions... yes
checking for /root/build/php/php-5.5.11/meta_ccld option to produce PIC... -fPIC
checking if /root/build/php/php-5.5.11/meta_ccld PIC flag -fPIC works... yes
checking if /root/build/php/php-5.5.11/meta_ccld static flag -static works... yes
checking if /root/build/php/php-5.5.11/meta_ccld supports -c -o file.o... yes
checking whether the /root/build/php/php-5.5.11/meta_ccld linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes

creating libtool
appending configuration tag "CXX" to libtool

Generating files
configure: creating ./config.status
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.

config.status: creating php5.spec
config.status: creating main/build-defs.h
config.status: creating scripts/phpize
config.status: creating scripts/man1/phpize.1
config.status: creating scripts/php-config
config.status: creating scripts/man1/php-config.1
config.status: creating sapi/cli/php.1
config.status: creating sapi/cgi/php-cgi.1
config.status: creating ext/phar/phar.1
config.status: creating ext/phar/phar.phar.1
config.status: creating main/php_config.h
config.status: executing default commands
+ make
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Iext/date/lib -Iext/date/ -I/root/build/php/php-5.5.11/ext/date/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/date/php_date.c -o ext/date/php_date.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Iext/date/lib -Iext/date/ -I/root/build/php/php-5.5.11/ext/date/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/date/lib/astro.c -o ext/date/lib/astro.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Iext/date/lib -Iext/date/ -I/root/build/php/php-5.5.11/ext/date/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/date/lib/dow.c -o ext/date/lib/dow.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Iext/date/lib -Iext/date/ -I/root/build/php/php-5.5.11/ext/date/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/date/lib/parse_date.c -o ext/date/lib/parse_date.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Iext/date/lib -Iext/date/ -I/root/build/php/php-5.5.11/ext/date/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/date/lib/parse_tz.c -o ext/date/lib/parse_tz.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Iext/date/lib -Iext/date/ -I/root/build/php/php-5.5.11/ext/date/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/date/lib/timelib.c -o ext/date/lib/timelib.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Iext/date/lib -Iext/date/ -I/root/build/php/php-5.5.11/ext/date/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/date/lib/tm2unixtime.c -o ext/date/lib/tm2unixtime.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Iext/date/lib -Iext/date/ -I/root/build/php/php-5.5.11/ext/date/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/date/lib/unixtime2tm.c -o ext/date/lib/unixtime2tm.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Iext/date/lib -Iext/date/ -I/root/build/php/php-5.5.11/ext/date/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/date/lib/parse_iso_intervals.c -o ext/date/lib/parse_iso_intervals.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Iext/date/lib -Iext/date/ -I/root/build/php/php-5.5.11/ext/date/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/date/lib/interval.c -o ext/date/lib/interval.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/root/build/php/php-5.5.11/ext/ereg/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/ereg/ereg.c -o ext/ereg/ereg.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/root/build/php/php-5.5.11/ext/ereg/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/ereg/regex/regcomp.c -o ext/ereg/regex/regcomp.lo
In file included from /root/build/php/php-5.5.11/ext/ereg/regex/regcomp.c:14:
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:7:3: warning: initializing 'const unsigned char *' with an expression of type 'char [6]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"alnum",       "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",                               ""},
         ^~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:7:12: warning: initializing 'const unsigned char *' with an expression of type 'char [63]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"alnum",       "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",                               ""},
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:7:81: warning: initializing 'const unsigned char *' with an expression of type 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"alnum",       "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",                               ""},
                                                                                                                        ^~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:8:3: warning: initializing 'const unsigned char *' with an expression of type 'char [6]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"alpha",       "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",
         ^~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:8:12: warning: initializing 'const unsigned char *' with an expression of type 'char [53]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"alpha",       "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:9:6: warning: initializing 'const unsigned char *' with an expression of type 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign]
                                        ""},
                                        ^~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:10:3: warning: initializing 'const unsigned char *' with an expression of type 'char [6]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"blank",       " \t",          ""},
         ^~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:10:12: warning: initializing 'const unsigned char *' with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"blank",       " \t",          ""},
                        ^~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:10:20: warning: initializing 'const unsigned char *' with an expression of type 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"blank",       " \t",          ""},
                                        ^~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:11:3: warning: initializing 'const unsigned char *' with an expression of type 'char [6]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"cntrl",       "\007\b\t\n\v\f\r\1\2\3\4\5\6\16\17\20\21\22\23\24\
         ^~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:11:12: warning: initializing 'const unsigned char *' with an expression of type 'char [33]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"cntrl",       "\007\b\t\n\v\f\r\1\2\3\4\5\6\16\17\20\21\22\23\24\
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:12:41: warning: initializing 'const unsigned char *' with an expression of type 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign]
\25\26\27\30\31\32\33\34\35\36\37\177", ""},
                                        ^~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:13:3: warning: initializing 'const unsigned char *' with an expression of type 'char [6]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"digit",       "0123456789",   ""},
         ^~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:13:12: warning: initializing 'const unsigned char *' with an expression of type 'char [11]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"digit",       "0123456789",   ""},
                        ^~~~~~~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:13:26: warning: initializing 'const unsigned char *' with an expression of type 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"digit",       "0123456789",   ""},
                                        ^~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:14:3: warning: initializing 'const unsigned char *' with an expression of type 'char [6]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"graph",       "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\
         ^~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:14:12: warning: initializing 'const unsigned char *' with an expression of type 'char [95]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"graph",       "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:16:6: warning: initializing 'const unsigned char *' with an expression of type 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign]
                                        ""},
                                        ^~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:17:3: warning: initializing 'const unsigned char *' with an expression of type 'char [6]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"lower",       "abcdefghijklmnopqrstuvwxyz",
         ^~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:17:12: warning: initializing 'const unsigned char *' with an expression of type 'char [27]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"lower",       "abcdefghijklmnopqrstuvwxyz",
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:18:6: warning: initializing 'const unsigned char *' with an expression of type 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign]
                                        ""},
                                        ^~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:19:3: warning: initializing 'const unsigned char *' with an expression of type 'char [6]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"print",       "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\
         ^~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:19:12: warning: initializing 'const unsigned char *' with an expression of type 'char [96]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"print",       "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:21:6: warning: initializing 'const unsigned char *' with an expression of type 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign]
                                        ""},
                                        ^~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:22:3: warning: initializing 'const unsigned char *' with an expression of type 'char [6]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"punct",       "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~",
         ^~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:22:12: warning: initializing 'const unsigned char *' with an expression of type 'char [33]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"punct",       "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~",
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:23:6: warning: initializing 'const unsigned char *' with an expression of type 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign]
                                        ""},
                                        ^~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:24:3: warning: initializing 'const unsigned char *' with an expression of type 'char [6]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"space",       "\t\n\v\f\r ",  ""},
         ^~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:24:12: warning: initializing 'const unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"space",       "\t\n\v\f\r ",  ""},
                        ^~~~~~~~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:24:27: warning: initializing 'const unsigned char *' with an expression of type 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"space",       "\t\n\v\f\r ",  ""},
                                        ^~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:25:3: warning: initializing 'const unsigned char *' with an expression of type 'char [6]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"upper",       "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
         ^~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:25:12: warning: initializing 'const unsigned char *' with an expression of type 'char [27]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"upper",       "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:26:6: warning: initializing 'const unsigned char *' with an expression of type 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign]
                                        ""},
                                        ^~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:27:3: warning: initializing 'const unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"xdigit",      "0123456789ABCDEFabcdef",
         ^~~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:27:13: warning: initializing 'const unsigned char *' with an expression of type 'char [23]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {"xdigit",      "0123456789ABCDEFabcdef",
                        ^~~~~~~~~~~~~~~~~~~~~~~~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:28:6: warning: initializing 'const unsigned char *' with an expression of type 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign]
                                        ""},
                                        ^~
/root/build/php/php-5.5.11/ext/ereg/regex/cclass.h:29:14: warning: initializing 'const unsigned char *' with an expression of type 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign]
        {NULL,          0,              ""}
                                        ^~
/root/build/php/php-5.5.11/ext/ereg/regex/regcomp.c:589:38: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        if (p->next + 5 < p->end && strncmp(p->next, "[:<:]]", 6) == 0) {
                                            ^~~~~~~
/usr/include/string.h:100:26: note: passing argument to parameter here
int      strncmp(const char *, const char *, size_t) __pure;
                             ^
/root/build/php/php-5.5.11/ext/ereg/regex/regcomp.c:594:38: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        if (p->next + 5 < p->end && strncmp(p->next, "[:>:]]", 6) == 0) {
                                            ^~~~~~~
/usr/include/string.h:100:26: note: passing argument to parameter here
int      strncmp(const char *, const char *, size_t) __pure;
                             ^
/root/build/php/php-5.5.11/ext/ereg/regex/regcomp.c:736:15: warning: passing 'const unsigned char *const' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
                            ^~~~~~~~
/usr/include/string.h:100:26: note: passing argument to parameter here
int      strncmp(const char *, const char *, size_t) __pure;
                             ^
/root/build/php/php-5.5.11/ext/ereg/regex/regcomp.c:736:25: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
                                      ^~
/usr/include/string.h:100:40: note: passing argument to parameter here
int      strncmp(const char *, const char *, size_t) __pure;
                                           ^
/root/build/php/php-5.5.11/ext/ereg/regex/regcomp.c:747:47: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        for (u = cp->multis; *u != '\0'; u += strlen(u) + 1)
                                                     ^
/usr/include/string.h:95:28: note: passing argument to parameter here
size_t   strlen(const char *) __pure;
                            ^
/root/build/php/php-5.5.11/ext/ereg/regex/regcomp.c:809:25: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
                                      ^~
/usr/include/string.h:100:40: note: passing argument to parameter here
int      strncmp(const char *, const char *, size_t) __pure;
                                           ^
/root/build/php/php-5.5.11/ext/ereg/regex/regcomp.c:1160:24: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        cs->smultis += strlen(cp) + 1;
                              ^~
/usr/include/string.h:95:28: note: passing argument to parameter here
size_t   strlen(const char *) __pure;
                            ^
/root/build/php/php-5.5.11/ext/ereg/regex/regcomp.c:1170:16: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        (void) strcpy(cs->multis + oldend - 1, cp);
                      ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/string.h:82:31: note: passing argument to parameter here
char    *strcpy(char * __restrict, const char * __restrict);
                                 ^
/root/build/php/php-5.5.11/ext/ereg/regex/regcomp.c:1170:41: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        (void) strcpy(cs->multis + oldend - 1, cp);
                                               ^~
/usr/include/string.h:82:56: note: passing argument to parameter here
char    *strcpy(char * __restrict, const char * __restrict);
                                                          ^
46 warnings generated.
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/root/build/php/php-5.5.11/ext/ereg/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/ereg/regex/regexec.c -o ext/ereg/regex/regexec.lo
In file included from /root/build/php/php-5.5.11/ext/ereg/regex/regexec.c:46:
/root/build/php/php-5.5.11/ext/ereg/regex/engine.c:91:25: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                stop = start + strlen(start);
                                      ^~~~~
/usr/include/string.h:95:28: note: passing argument to parameter here
size_t   strlen(const char *) __pure;
                            ^
In file included from /root/build/php/php-5.5.11/ext/ereg/regex/regexec.c:95:
/root/build/php/php-5.5.11/ext/ereg/regex/engine.c:91:25: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
                stop = start + strlen(start);
                                      ^~~~~
/usr/include/string.h:95:28: note: passing argument to parameter here
size_t   strlen(const char *) __pure;
                            ^
2 warnings generated.
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/root/build/php/php-5.5.11/ext/ereg/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/ereg/regex/regerror.c -o ext/ereg/regex/regerror.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/ -I/root/build/php/php-5.5.11/ext/ereg/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/ereg/regex/regfree.c -o ext/ereg/regex/regfree.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld  -Iext/libxml/ -I/root/build/php/php-5.5.11/ext/libxml/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/libxml/libxml.c -o ext/libxml/libxml.lo
/root/build/php/php-5.5.11/ext/libxml/libxml.c:477:34: warning: passing 'const char *' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
                error_copy.message = xmlStrdup(msg);
                                               ^~~
/usr/local/include/libxml2/libxml/xmlstring.h:41:58: note: passing argument to parameter 'cur' here
                xmlStrdup                (const xmlChar *cur);
                                                         ^
/root/build/php/php-5.5.11/ext/libxml/libxml.c:477:22: warning: assigning to 'char *' from 'xmlChar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
                error_copy.message = xmlStrdup(msg);
                                   ^ ~~~~~~~~~~~~~~
2 warnings generated.
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -DHAVE_CONFIG_H -I/root/build/php/php-5.5.11/ext/pcre/pcrelib -Iext/pcre/ -I/root/build/php/php-5.5.11/ext/pcre/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/pcre/pcrelib/pcre_chartables.c -o ext/pcre/pcrelib/pcre_chartables.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -DHAVE_CONFIG_H -I/root/build/php/php-5.5.11/ext/pcre/pcrelib -Iext/pcre/ -I/root/build/php/php-5.5.11/ext/pcre/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/pcre/pcrelib/pcre_ucd.c -o ext/pcre/pcrelib/pcre_ucd.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -DHAVE_CONFIG_H -I/root/build/php/php-5.5.11/ext/pcre/pcrelib -Iext/pcre/ -I/root/build/php/php-5.5.11/ext/pcre/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/pcre/pcrelib/pcre_compile.c -o ext/pcre/pcrelib/pcre_compile.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -DHAVE_CONFIG_H -I/root/build/php/php-5.5.11/ext/pcre/pcrelib -Iext/pcre/ -I/root/build/php/php-5.5.11/ext/pcre/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/pcre/pcrelib/pcre_config.c -o ext/pcre/pcrelib/pcre_config.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -DHAVE_CONFIG_H -I/root/build/php/php-5.5.11/ext/pcre/pcrelib -Iext/pcre/ -I/root/build/php/php-5.5.11/ext/pcre/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/pcre/pcrelib/pcre_exec.c -o ext/pcre/pcrelib/pcre_exec.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -DHAVE_CONFIG_H -I/root/build/php/php-5.5.11/ext/pcre/pcrelib -Iext/pcre/ -I/root/build/php/php-5.5.11/ext/pcre/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/pcre/pcrelib/pcre_fullinfo.c -o ext/pcre/pcrelib/pcre_fullinfo.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -DHAVE_CONFIG_H -I/root/build/php/php-5.5.11/ext/pcre/pcrelib -Iext/pcre/ -I/root/build/php/php-5.5.11/ext/pcre/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/pcre/pcrelib/pcre_get.c -o ext/pcre/pcrelib/pcre_get.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -DHAVE_CONFIG_H -I/root/build/php/php-5.5.11/ext/pcre/pcrelib -Iext/pcre/ -I/root/build/php/php-5.5.11/ext/pcre/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/pcre/pcrelib/pcre_globals.c -o ext/pcre/pcrelib/pcre_globals.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -DHAVE_CONFIG_H -I/root/build/php/php-5.5.11/ext/pcre/pcrelib -Iext/pcre/ -I/root/build/php/php-5.5.11/ext/pcre/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZTS  -c /root/build/php/php-5.5.11/ext/pcre/pcrelib/pcre_maketables.c -o ext/pcre/pcrelib/pcre_maketables.lo
/bin/sh /root/build/php/php-5.5.11/libtool --silent --preserve-dup-deps --mode=compile /root/build/php/php-5.5.11/meta_ccld -DHAVE_CONFIG_H -I/root/build/php/php-5.5.11/ext/pcre/pcrelib -Iext/pcre/ -I/root/build/php/php-5.5.11/ext/pcre/ -DPHP_ATOM_INC -I/root/build/php/php-5.5.11/include -I/root/build/php/php-5.5.11/main -I/root/build/php/php-5.5.11 -I/root/build/php/php-5.5.11/ext/date/lib -I/root/build/php/php-5.5.11/ext/ereg/regex -I/usr/local/include/libxml2 -I/root/build/php/php-5.5.11/ext/sqlite3/libsqlite -I/root/build/php/php-5.5.11/TSRM -I/root/build/php/php-5.5.11/Zend  -D_REENTRANT -D_THREAD_SAFE  -I/usr/include -g -O2 -pthread -DZT
 [2014-06-08 15:39 UTC] cakersq at gmail dot com
Issue is related to "configure" script.  It checks for various versions of FreeBSD, like freebsd3*, freebsd2* and freebsd1*.  When running this on freebsd10.0, the script thinks it's freebsd1.0, which disables shared objects and dynamic linking.  Removing the offending freebsd1* lines from the configuration fixes this issue.
 [2014-06-24 23:46 UTC] cakersq at gmail dot com
-PHP Version: 5.5.11 +PHP Version: 5.6.0RC1
 [2014-06-24 23:46 UTC] cakersq at gmail dot com
Affects all versions of PHP, including PHP-5.6.0RC1
 [2014-06-29 23:33 UTC] tyrael@php.net
Automatic comment on behalf of tyrael
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a7d1656b96ad33ab31309fc505692793d4b4731f
Log: Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
 [2014-06-29 23:33 UTC] tyrael@php.net
-Status: Open +Status: Closed
 [2014-06-29 23:34 UTC] tyrael@php.net
Automatic comment on behalf of tyrael
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a7d1656b96ad33ab31309fc505692793d4b4731f
Log: Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
 [2014-06-29 23:35 UTC] tyrael@php.net
Automatic comment on behalf of tyrael
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a7d1656b96ad33ab31309fc505692793d4b4731f
Log: Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
 [2014-06-29 23:35 UTC] tyrael@php.net
Automatic comment on behalf of tyrael
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a7d1656b96ad33ab31309fc505692793d4b4731f
Log: Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
 [2014-06-29 23:36 UTC] tyrael@php.net
-Assigned To: +Assigned To: tyrael
 [2014-06-29 23:36 UTC] tyrael@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 [2014-06-30 20:23 UTC] dmitry@php.net
Automatic comment on behalf of tyrael
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a7d1656b96ad33ab31309fc505692793d4b4731f
Log: Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
 [2014-07-02 01:41 UTC] tyrael@php.net
Automatic comment on behalf of tyrael
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a7d1656b96ad33ab31309fc505692793d4b4731f
Log: Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
 [2014-07-02 08:26 UTC] ab@php.net
Automatic comment on behalf of tyrael
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a7d1656b96ad33ab31309fc505692793d4b4731f
Log: Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
 [2014-07-02 08:33 UTC] ab@php.net
Automatic comment on behalf of tyrael
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a7d1656b96ad33ab31309fc505692793d4b4731f
Log: Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
 [2014-10-07 23:14 UTC] stas@php.net
Automatic comment on behalf of tyrael
Revision: http://git.php.net/?p=php-src-security.git;a=commit;h=a7d1656b96ad33ab31309fc505692793d4b4731f
Log: Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
 [2014-10-07 23:25 UTC] stas@php.net
Automatic comment on behalf of tyrael
Revision: http://git.php.net/?p=php-src-security.git;a=commit;h=a7d1656b96ad33ab31309fc505692793d4b4731f
Log: Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 03:01:29 2024 UTC