php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69830 Compile error with mysqlnd option
Submitted: 2015-06-14 14:52 UTC Modified: 2015-07-01 15:12 UTC
From: chefuri at gmail dot com Assigned: ab (profile)
Status: Closed Package: Compile Failure
PHP Version: 7.0.0alpha1 OS: Ubuntu 14.04.2 LTS
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: chefuri at gmail dot com
New email:
PHP Version: OS:

 

 [2015-06-14 14:52 UTC] chefuri at gmail dot com
Description:
------------
I tried to compile the source with this options: 

'./configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--enable-mysqlnd' '--enable-inline-optimization' '--disable-debug' '--with-pdo-mysql=shared' '--enable-mysqlnd-compression-support' '--with-zlib' '--with-gd=shared' '--enable-mbstring' '--enable-opcache'

The "configure" is ok, but It failed with "make".

I tried the same with PHP 5.6.10 and works correctly



Expected result:
----------------
Compile ok

Actual result:
--------------
/php-7.0.0alpha1# './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--enable-mysqlnd' '--enable-inline-optimization' '--disable-debug' '--with-mysql=mysqlnd' '--with-pdo-mysql=shared' '--enable-mysqlnd-compression-support' '--with-zlib' '--with-gd=shared' '--enable-mbstring' '--enable-opcache'
configure: WARNING: unrecognized options: --with-mysql
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
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 whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... 

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for setproctitle... no
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 embedded SAPI library support... no
checking for FPM build... no
checking for LiteSpeed support... no
checking for phpdbg support... no
checking for phpdbg web SAPI support... yes
checking for phpdbg debug build... no
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
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... no
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... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... 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... yes
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... yes
checking for grp.h... yes
checking for ieeefp.h... no
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... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
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... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
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 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 int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
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... no
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... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
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... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
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... DEFAULT
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 whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... no
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... 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... yes
checking if the location of ZLIB install directory is defined... no
checking for zlib version >= 1.2.0.4... 1.2.8
checking for gzgets in -lz... yes
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/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 strcasestr... 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... yes, shared
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 whether to enable truetype string function in GD... no
checking whether to enable JIS-mapped Japanese font support in GD... no
If configure fails try --with-vpx-dir=<DIR>
If configure fails try --with-jpeg-dir=<DIR>
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=<DIR>
If configure fails try --with-freetype-dir=<DIR>
checking for fabsf... yes
checking for floorf... yes
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... (cached) 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... yes
checking if iconv supports errno... yes
checking if iconv supports //IGNORE... no
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 Firebird 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... yes
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 variable length prototypes and stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/time.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for stdarg.h... (cached) yes
checking size of int... (cached) 4
checking size of short... (cached) 2
checking size of long... (cached) 8
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for working memcmp... yes
checking for stdarg.h... (cached) yes
checking for mcrypt support... no
checking for MySQLi support... no
checking whether to enable embedded MySQLi support... no
checking for specified location of the MySQL UNIX socket... no
checking for Oracle Database OCI8 support... no
checking for Adabas support... no
checking for SAP DB support... no
checking for Solid support... no
checking for IBM DB2 support... no
checking for ODBCRouter.com support... no
checking for Empress support... no
checking for Empress local access support... no
checking for Birdstep support... no
checking for a custom ODBC support... no
checking for iODBC support... no
checking for Easysoft ODBC-ODBC Bridge support... no
checking for unixODBC support... no
checking for DBMaker support... no
checking for any ODBC driver support... no
checking whether to enable Zend OPcache support... yes
checking whether to enable file based caching (experimental)... no
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... yes
checking for mmap() using regular file shared memory support... yes
checking "whether flock struct is linux ordered"... "yes"
checking "whether flock struct is BSD ordered"... "no"
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... yes, shared
checking for MySQL UNIX socket location... no
checking for PDO includes... checking for PDO includes... /root/php-7.0.0alpha1/ext
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... (cached) /root/php-7.0.0alpha1/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... yes
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... yes
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/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... no
checking for crypt in -lcrypt... yes
checking for standard DES crypt... yes
checking for extended DES crypt... no
checking for MD5 crypt... yes
checking for Blowfish crypt... no
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... yes
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... no
checking for res_nsearch in -lresolv... no
checking for __res_nsearch in -lresolv... 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... no
checking for __dn_expand... yes
checking for dn_skipname... no
checking for __dn_skipname... yes
checking for res_search... no
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... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking whether arc4random_buf is declared... 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/bin/xml2-config
checking whether libxml build works... (cached) yes
checking whether to enable XMLReader support... yes
checking for xml2-config path... (cached) /usr/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/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 libzip... no
checking whether to enable mysqlnd... yes
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: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for limits.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
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... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for vprintf... (cached) yes
checking for _doprnt... (cached) no
checking for working memcmp... (cached) yes
checking for working alloca.h... (cached) yes
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... yes
checking for fpclass... (cached) no
checking for sigsetjmp... no
checking whether sprintf is broken... no
checking for finite... (cached) yes
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... yes
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 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... yes
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/php-7.0.0alpha1/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... 1572864
checking command to parse /usr/bin/nm -B output from /root/php-7.0.0alpha1/meta_ccld object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /root/php-7.0.0alpha1/meta_ccld supports -fno-rtti -fno-exceptions... no
checking for /root/php-7.0.0alpha1/meta_ccld option to produce PIC... -fPIC
checking if /root/php-7.0.0alpha1/meta_ccld PIC flag -fPIC works... yes
checking if /root/php-7.0.0alpha1/meta_ccld static flag -static works... yes
checking if /root/php-7.0.0alpha1/meta_ccld supports -c -o file.o... yes
checking whether the /root/php-7.0.0alpha1/meta_ccld linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

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 php7.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
configure: WARNING: unrecognized options: --with-mysql
root@chefuriJunio2015:~/php-7.0.0alpha1# './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--enable-mysqlnd' '--enable-inline-optimization' '--disable-debug' '--with-pdo-mysql=shared' '--enable-mysqlnd-compression-support' '--with-zlib' '--with-gd=shared' '--enable-mbstring' '--enable-opcache'
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
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 whether /dev/arandom exists... no
checking for global register variables support... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... 

Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS... yes
checking for setproctitle... no
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 embedded SAPI library support... no
checking for FPM build... no
checking for LiteSpeed support... no
checking for phpdbg support... no
checking for phpdbg web SAPI support... yes
checking for phpdbg debug build... no
checking for CGI build... yes
checking for socklen_t in sys/socket.h... yes
checking for sun_len in sys/un.h... no
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... no
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... no
checking for __yp_get_default_domain... no
checking for yp_get_default_domain in -lnsl... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... 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... yes
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... yes
checking for grp.h... yes
checking for ieeefp.h... no
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... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
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... yes
checking for broken getcwd... no
checking for broken libc stdio... yes
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 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 int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
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... no
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... yes
checking for crypt... no
checking for flock... yes
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for gcvt... yes
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... no
checking for strlcpy... no
checking for getopt... yes
checking for utime.h... (cached) yes
checking whether utime accepts a null argument... yes
checking for working alloca.h... yes
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... DEFAULT
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 whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... no
checking for Kerberos support... no
checking whether to use system default cipher list instead of hardcoded value... 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... yes
checking if the location of ZLIB install directory is defined... no
checking for zlib version >= 1.2.0.4... 1.2.8
checking for gzgets in -lz... yes
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/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 strcasestr... 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... yes, shared
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 whether to enable truetype string function in GD... no
checking whether to enable JIS-mapped Japanese font support in GD... no
If configure fails try --with-vpx-dir=<DIR>
If configure fails try --with-jpeg-dir=<DIR>
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=<DIR>
If configure fails try --with-freetype-dir=<DIR>
checking for fabsf... yes
checking for floorf... yes
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... (cached) 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... yes
checking if iconv supports errno... yes
checking if iconv supports //IGNORE... no
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 Firebird 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... yes
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 variable length prototypes and stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/time.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for stdarg.h... (cached) yes
checking size of int... (cached) 4
checking size of short... (cached) 2
checking size of long... (cached) 8
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for working memcmp... yes
checking for stdarg.h... (cached) yes
checking for mcrypt support... no
checking for MySQLi support... no
checking whether to enable embedded MySQLi support... no
checking for specified location of the MySQL UNIX socket... no
checking for Oracle Database OCI8 support... no
checking for Adabas support... no
checking for SAP DB support... no
checking for Solid support... no
checking for IBM DB2 support... no
checking for ODBCRouter.com support... no
checking for Empress support... no
checking for Empress local access support... no
checking for Birdstep support... no
checking for a custom ODBC support... no
checking for iODBC support... no
checking for Easysoft ODBC-ODBC Bridge support... no
checking for unixODBC support... no
checking for DBMaker support... no
checking for any ODBC driver support... no
checking whether to enable Zend OPcache support... yes
checking whether to enable file based caching (experimental)... no
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... yes
checking for mmap() using regular file shared memory support... yes
checking "whether flock struct is linux ordered"... "yes"
checking "whether flock struct is BSD ordered"... "no"
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... yes, shared
checking for MySQL UNIX socket location... no
checking for PDO includes... checking for PDO includes... /root/php-7.0.0alpha1/ext
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... (cached) /root/php-7.0.0alpha1/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... yes
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... yes
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/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... no
checking for crypt in -lcrypt... yes
checking for standard DES crypt... yes
checking for extended DES crypt... no
checking for MD5 crypt... yes
checking for Blowfish crypt... no
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... yes
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... no
checking for res_nsearch in -lresolv... no
checking for __res_nsearch in -lresolv... 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... no
checking for __dn_expand... yes
checking for dn_skipname... no
checking for __dn_skipname... yes
checking for res_search... no
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... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking whether arc4random_buf is declared... 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/bin/xml2-config
checking whether libxml build works... (cached) yes
checking whether to enable XMLReader support... yes
checking for xml2-config path... (cached) /usr/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/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 libzip... no
checking whether to enable mysqlnd... yes
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: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for limits.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
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... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for vprintf... (cached) yes
checking for _doprnt... (cached) no
checking for working memcmp... (cached) yes
checking for working alloca.h... (cached) yes
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... yes
checking for fpclass... (cached) no
checking for sigsetjmp... no
checking whether sprintf is broken... no
checking for finite... (cached) yes
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... yes
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 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... yes
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/php-7.0.0alpha1/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... 1572864
checking command to parse /usr/bin/nm -B output from /root/php-7.0.0alpha1/meta_ccld object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /root/php-7.0.0alpha1/meta_ccld supports -fno-rtti -fno-exceptions... no
checking for /root/php-7.0.0alpha1/meta_ccld option to produce PIC... -fPIC
checking if /root/php-7.0.0alpha1/meta_ccld PIC flag -fPIC works... yes
checking if /root/php-7.0.0alpha1/meta_ccld static flag -static works... yes
checking if /root/php-7.0.0alpha1/meta_ccld supports -c -o file.o... yes
checking whether the /root/php-7.0.0alpha1/meta_ccld linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

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 php7.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: main/php_config.h is unchanged
config.status: executing default commands



make
/bin/bash /root/php-7.0.0alpha1/libtool --silent --preserve-dup-deps --mode=compile /root/php-7.0.0alpha1/meta_ccld -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/standard/ -I/root/php-7.0.0alpha1/ext/standard/ -DPHP_ATOM_INC -I/root/php-7.0.0alpha1/include -I/root/php-7.0.0alpha1/main -I/root/php-7.0.0alpha1 -I/root/php-7.0.0alpha1/ext/date/lib -I/usr/include/libxml2 -I/root/php-7.0.0alpha1/ext/mbstring/oniguruma -I/root/php-7.0.0alpha1/ext/mbstring/libmbfl -I/root/php-7.0.0alpha1/ext/mbstring/libmbfl/mbfl -I/root/php-7.0.0alpha1/ext/sqlite3/libsqlite -I/root/php-7.0.0alpha1/TSRM -I/root/php-7.0.0alpha1/Zend  -D_REENTRANT  -I/usr/include -g -O2 -fvisibility=hidden -pthread -DZTS   -c /root/php-7.0.0alpha1/ext/standard/info.c -o ext/standard/info.lo 
/bin/bash /root/php-7.0.0alpha1/libtool --silent --preserve-dup-deps --mode=compile /root/php-7.0.0alpha1/meta_ccld -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Imain/ -I/root/php-7.0.0alpha1/main/ -DPHP_ATOM_INC -I/root/php-7.0.0alpha1/include -I/root/php-7.0.0alpha1/main -I/root/php-7.0.0alpha1 -I/root/php-7.0.0alpha1/ext/date/lib -I/usr/include/libxml2 -I/root/php-7.0.0alpha1/ext/mbstring/oniguruma -I/root/php-7.0.0alpha1/ext/mbstring/libmbfl -I/root/php-7.0.0alpha1/ext/mbstring/libmbfl/mbfl -I/root/php-7.0.0alpha1/ext/sqlite3/libsqlite -I/root/php-7.0.0alpha1/TSRM -I/root/php-7.0.0alpha1/Zend  -D_REENTRANT  -I/usr/include -g -O2 -fvisibility=hidden -pthread -DZTS   -c main/internal_functions.c -o main/internal_functions.lo 
/bin/bash /root/php-7.0.0alpha1/libtool --silent --preserve-dup-deps --mode=link /root/php-7.0.0alpha1/meta_ccld -I/usr/include -g -O2 -fvisibility=hidden -pthread -DZTS   -rpath /root/php-7.0.0alpha1/libs -avoid-version -module   ext/date/php_date.lo ext/date/lib/astro.lo ext/date/lib/dow.lo ext/date/lib/parse_date.lo ext/date/lib/parse_tz.lo ext/date/lib/timelib.lo ext/date/lib/tm2unixtime.lo ext/date/lib/unixtime2tm.lo ext/date/lib/parse_iso_intervals.lo ext/date/lib/interval.lo ext/libxml/libxml.lo ext/pcre/pcrelib/pcre_chartables.lo ext/pcre/pcrelib/pcre_ucd.lo ext/pcre/pcrelib/pcre_compile.lo ext/pcre/pcrelib/pcre_config.lo ext/pcre/pcrelib/pcre_exec.lo ext/pcre/pcrelib/pcre_fullinfo.lo ext/pcre/pcrelib/pcre_get.lo ext/pcre/pcrelib/pcre_globals.lo ext/pcre/pcrelib/pcre_maketables.lo ext/pcre/pcrelib/pcre_newline.lo ext/pcre/pcrelib/pcre_ord2utf8.lo ext/pcre/pcrelib/pcre_refcount.lo ext/pcre/pcrelib/pcre_study.lo ext/pcre/pcrelib/pcre_tables.lo ext/pcre/pcrelib/pcre_valid_utf8.lo ext/pcre/pcrelib/pcre_version.lo ext/pcre/pcrelib/pcre_xclass.lo ext/pcre/pcrelib/pcre_jit_compile.lo ext/pcre/php_pcre.lo ext/sqlite3/sqlite3.lo ext/sqlite3/libsqlite/sqlite3.lo ext/zlib/zlib.lo ext/zlib/zlib_fopen_wrapper.lo ext/zlib/zlib_filter.lo ext/ctype/ctype.lo ext/dom/php_dom.lo ext/dom/attr.lo ext/dom/document.lo ext/dom/domerrorhandler.lo ext/dom/domstringlist.lo ext/dom/domexception.lo ext/dom/namelist.lo ext/dom/processinginstruction.lo ext/dom/cdatasection.lo ext/dom/documentfragment.lo ext/dom/domimplementation.lo ext/dom/element.lo ext/dom/node.lo ext/dom/string_extend.lo ext/dom/characterdata.lo ext/dom/documenttype.lo ext/dom/domimplementationlist.lo ext/dom/entity.lo ext/dom/nodelist.lo ext/dom/text.lo ext/dom/comment.lo ext/dom/domconfiguration.lo ext/dom/domimplementationsource.lo ext/dom/entityreference.lo ext/dom/notation.lo ext/dom/xpath.lo ext/dom/dom_iterators.lo ext/dom/typeinfo.lo ext/dom/domerror.lo ext/dom/domlocator.lo ext/dom/namednodemap.lo ext/dom/userdatahandler.lo ext/fileinfo/fileinfo.lo ext/fileinfo/libmagic/apprentice.lo ext/fileinfo/libmagic/apptype.lo ext/fileinfo/libmagic/ascmagic.lo ext/fileinfo/libmagic/cdf.lo ext/fileinfo/libmagic/cdf_time.lo ext/fileinfo/libmagic/compress.lo ext/fileinfo/libmagic/encoding.lo ext/fileinfo/libmagic/fsmagic.lo ext/fileinfo/libmagic/funcs.lo ext/fileinfo/libmagic/is_tar.lo ext/fileinfo/libmagic/magic.lo ext/fileinfo/libmagic/print.lo ext/fileinfo/libmagic/readcdf.lo ext/fileinfo/libmagic/softmagic.lo ext/filter/filter.lo ext/filter/sanitizing_filters.lo ext/filter/logical_filters.lo ext/filter/callback_filter.lo ext/hash/hash.lo ext/hash/hash_md.lo ext/hash/hash_sha.lo ext/hash/hash_ripemd.lo ext/hash/hash_haval.lo ext/hash/hash_tiger.lo ext/hash/hash_gost.lo ext/hash/hash_snefru.lo ext/hash/hash_whirlpool.lo ext/hash/hash_adler32.lo ext/hash/hash_crc32.lo ext/hash/hash_fnv.lo ext/hash/hash_joaat.lo ext/iconv/iconv.lo ext/json/json.lo ext/json/json_encoder.lo ext/json/json_parser.lo ext/json/json_scanner.lo ext/mbstring/oniguruma/regcomp.lo ext/mbstring/oniguruma/regerror.lo ext/mbstring/oniguruma/regexec.lo ext/mbstring/oniguruma/reggnu.lo ext/mbstring/oniguruma/regparse.lo ext/mbstring/oniguruma/regenc.lo ext/mbstring/oniguruma/regext.lo ext/mbstring/oniguruma/regsyntax.lo ext/mbstring/oniguruma/regtrav.lo ext/mbstring/oniguruma/regversion.lo ext/mbstring/oniguruma/st.lo ext/mbstring/oniguruma/enc/unic

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-06-14 22:52 UTC] rasmus@php.net
-Status: Open +Status: Feedback
 [2015-06-14 22:52 UTC] rasmus@php.net
You didn't actually show the error you got
 [2015-06-15 05:59 UTC] chefuri at gmail dot com
-Status: Feedback +Status: Open
 [2015-06-15 05:59 UTC] chefuri at gmail dot com
Sorry. This is the error:


ext/zlib/.libs/zlib.o: In function `php_zlib_cleanup_ob_gzhandler_mess':
/root/php-7.0.0alpha1/ext/zlib/zlib.c:470: undefined reference to `_tsrm_ls_cache'
ext/zlib/.libs/zlib.o: In function `zm_deactivate_zlib':
/root/php-7.0.0alpha1/ext/zlib/zlib.c:1499: undefined reference to `_tsrm_ls_cache'
ext/zlib/.libs/zlib.o: In function `zif_zlib_get_coding_type':
/root/php-7.0.0alpha1/ext/zlib/zlib.c:552: undefined reference to `_tsrm_ls_cache'
ext/zlib/.libs/zlib.o: In function `zif_inflate_add':
/root/php-7.0.0alpha1/ext/zlib/zlib.c:945: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/zlib/zlib.c:945: undefined reference to `compiler_globals_id'
ext/zlib/.libs/zlib.o: In function `zif_deflate_add':
/root/php-7.0.0alpha1/ext/zlib/zlib.c:1156: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/zlib/zlib.c:1156: undefined reference to `compiler_globals_id'
ext/zlib/.libs/zlib.o: In function `php_zlib_output_encoding':
/root/php-7.0.0alpha1/ext/zlib/zlib.c:108: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/zlib/zlib.c:109: undefined reference to `core_globals_id'
/root/php-7.0.0alpha1/ext/zlib/zlib.c:113: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/zlib/zlib.c:120: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/zlib/zlib.c:115: undefined reference to `_tsrm_ls_cache'
ext/zlib/.libs/zlib.o: In function `php_zlib_output_handler_init':
/root/php-7.0.0alpha1/ext/zlib/zlib.c:298: undefined reference to `_tsrm_ls_cache'
ext/zlib/.libs/zlib.o: In function `php_zlib_output_handler_ex':
/root/php-7.0.0alpha1/ext/zlib/zlib.c:131: undefined reference to `_tsrm_ls_cache'
ext/zlib/.libs/zlib.o:/root/php-7.0.0alpha1/ext/zlib/zlib.c:145: more undefined references to `_tsrm_ls_cache' follow
ext/zlib/.libs/zlib.o: In function `zif_ob_gzhandler':
/root/php-7.0.0alpha1/ext/zlib/zlib.c:540: undefined reference to `compiler_globals_id'
ext/zlib/.libs/zlib.o: In function `php_zlib_output_handler':
/root/php-7.0.0alpha1/ext/zlib/zlib.c:244: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/zlib/zlib.c:244: undefined reference to `sapi_globals_id'
ext/zlib/.libs/zlib.o: In function `php_zlib_output_compression_start':
/root/php-7.0.0alpha1/ext/zlib/zlib.c:318: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/zlib/zlib.c:326: undefined reference to `_tsrm_ls_cache'
ext/zlib/.libs/zlib.o: In function `zm_activate_zlib':
/root/php-7.0.0alpha1/ext/zlib/zlib.c:1485: undefined reference to `_tsrm_ls_cache'
ext/zlib/.libs/zlib.o: In function `OnUpdate_zlib_output_compression':
/root/php-7.0.0alpha1/ext/zlib/zlib.c:1366: undefined reference to `ts_resource_ex'
/root/php-7.0.0alpha1/ext/zlib/zlib.c:1397: undefined reference to `_tsrm_ls_cache'
ext/mbstring/.libs/mbstring.o: In function `php_mb_gpc_set_input_encoding':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:4770: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o: In function `php_mb_gpc_get_detect_order':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:4763: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:4764: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o: In function `php_mb_encoding_translation':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:4607: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o: In function `php_mb_zend_internal_encoding_setter':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:975: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o:/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:970: more undefined references to `tsrm_get_ls_cache' follow
ext/mbstring/.libs/mbstring.o: In function `get_internal_encoding':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:600: undefined reference to `core_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:600: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:602: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:602: undefined reference to `sapi_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:603: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:601: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o: In function `get_input_encoding':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:609: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:609: undefined reference to `core_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:609: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:611: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:611: undefined reference to `sapi_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:612: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:610: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o: In function `zm_startup_mbstring':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1560: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o: In function `php_mb_zend_encoding_converter':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:930: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:939: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o:/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:940: more undefined references to `tsrm_get_ls_cache' follow
ext/mbstring/.libs/mbstring.o: In function `get_output_encoding':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:618: undefined reference to `core_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:618: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:620: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:620: undefined reference to `sapi_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:621: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o: In function `OnUpdate_mbstring_http_output':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1305: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1306: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1300: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1301: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o:/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:619: more undefined references to `tsrm_get_ls_cache' follow
ext/mbstring/.libs/mbstring.o: In function `zif_mb_parse_str':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:2088: undefined reference to `core_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:2090: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:2091: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:2092: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:2093: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:2094: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o:/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:2106: more undefined references to `tsrm_get_ls_cache' follow
ext/mbstring/.libs/mbstring.o: In function `zif_mb_output_handler':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:2148: undefined reference to `sapi_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:2152: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:2151: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:2150: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:2159: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:2164: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o:/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:2211: more undefined references to `tsrm_get_ls_cache' follow
ext/mbstring/.libs/mbstring.o: In function `zm_activate_mbstring':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1624: undefined reference to `compiler_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1626: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1627: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1627: undefined reference to `executor_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1629: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1631: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1636: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1639: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1653: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o:/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:4586: more undefined references to `tsrm_get_ls_cache' follow
ext/mbstring/.libs/mbstring.o: In function `zm_deactivate_mbstring':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1688: undefined reference to `executor_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1690: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1692: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1696: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1696: undefined reference to `compiler_globals_id'
ext/mbstring/.libs/mbstring.o: In function `php_mb_parse_encoding_list':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:723: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:749: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:750: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o: In function `OnUpdate_mbstring_detect_order':
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1238: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1239: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mbstring.o:/root/php-7.0.0alpha1/ext/mbstring/mbstring.c:1241: more undefined references to `tsrm_get_ls_cache' follow
ext/mbstring/.libs/mb_gpc.o: In function `_php_mb_encoding_handler_ex':
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:256: undefined reference to `core_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:297: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:298: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:346: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:271: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:257: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mb_gpc.o:/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:64: more undefined references to `tsrm_get_ls_cache' follow
ext/mbstring/.libs/mb_gpc.o: In function `mbstr_treat_data':
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:86: undefined reference to `core_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:109: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:109: undefined reference to `sapi_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:144: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:83: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:83: undefined reference to `core_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:101: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:101: undefined reference to `sapi_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:129: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:129: undefined reference to `core_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:141: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:154: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:155: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:156: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:157: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mb_gpc.o:/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:158: more undefined references to `tsrm_get_ls_cache' follow
ext/mbstring/.libs/mb_gpc.o: In function `mbstr_treat_data':
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:80: undefined reference to `core_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:171: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:147: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:177: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:174: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mb_gpc.o: In function `php_mb_post_handler':
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:367: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/mb_gpc.o:/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:372: more undefined references to `tsrm_get_ls_cache' follow
ext/mbstring/.libs/mb_gpc.o: In function `php_mb_post_handler':
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:378: undefined reference to `sapi_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:379: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:383: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/mb_gpc.c:385: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/php_mbregex.o: In function `php_mbregex_compile_pattern':
/root/php-7.0.0alpha1/ext/mbstring/php_mbregex.c:454: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/php_mbregex.c:462: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/php_mbregex.o:/root/php-7.0.0alpha1/ext/mbstring/php_mbregex.c:705: more undefined references to `tsrm_get_ls_cache' follow
ext/mbstring/.libs/php_mbregex.o: In function `_php_mb_regex_ereg_replace_exec':
/root/php-7.0.0alpha1/ext/mbstring/php_mbregex.c:983: undefined reference to `executor_globals_id'
/root/php-7.0.0alpha1/ext/mbstring/php_mbregex.c:852: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/php_mbregex.c:853: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/php_mbregex.c:1023: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/php_mbregex.c:1023: undefined reference to `compiler_globals_id'
ext/mbstring/.libs/php_mbregex.o: In function `_php_mb_regex_ereg_search_exec':
/root/php-7.0.0alpha1/ext/mbstring/php_mbregex.c:1195: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/php_mbregex.c:1209: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/php_mbregex.c:1212: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/php_mbregex.c:1217: undefined reference to `tsrm_get_ls_cache'
/root/php-7.0.0alpha1/ext/mbstring/php_mbregex.c:1204: undefined reference to `tsrm_get_ls_cache'
ext/mbstring/.libs/php_mbregex.o:/root/php-7.0.0alpha1/ext/mbstring/php_mbregex.c:1204: more undefined references to `tsrm_get_ls_cache' follow
ext/standard/.libs/info.o: In function `php_print_gpcse_array':
/root/php-7.0.0alpha1/ext/standard/info.c:204: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/standard/info.c:204: undefined reference to `executor_globals_id'
ext/standard/.libs/info.o: In function `php_print_info':
/root/php-7.0.0alpha1/ext/standard/info.c:840: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/standard/info.c:840: undefined reference to `executor_globals_id'
/root/php-7.0.0alpha1/ext/standard/info.c:843: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/standard/info.c:846: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/standard/info.c:849: undefined reference to `_tsrm_ls_cache'
ext/mysqlnd/.libs/mysqlnd.o: In function `php_mysqlnd_conn_data_get_updated_connect_flags_pub':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:740: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:740: undefined reference to `core_globals_id'
ext/mysqlnd/.libs/mysqlnd.o: In function `php_mysqlnd_conn_data_execute_init_commands_pub':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:708: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:708: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:708: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:708: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:708: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:708: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:708: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:708: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:708: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:708: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:710: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:710: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:710: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:710: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:710: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:710: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:710: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:710: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:710: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:710: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd.o: In function `php_mysqlnd_conn_data_send_close_pub':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1895: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1895: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1895: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1919: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1919: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1919: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1897: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1897: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1897: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1897: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1897: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1895: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1895: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1919: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1919: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd.o: In function `php_mysqlnd_conn_data_restart_psession_pub':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:416: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:416: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:416: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:416: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:416: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:416: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:416: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:416: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:416: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:416: undefined reference to `tsrm_mutex_unlock'
ext/mysqlnd/.libs/mysqlnd.o: In function `php_mysqlnd_conn_data_store_result_pub':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2582: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2582: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2582: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2582: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2582: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2582: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2586: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2582: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2582: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2582: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2582: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd.o: In function `php_mysqlnd_conn_data_use_result_pub':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2539: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2539: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2539: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2539: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2539: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2539: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2539: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2539: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2539: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2539: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd.o: In function `php_mysqlnd_conn_close_pub':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:3115: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:3115: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:3115: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:3115: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:3115: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:3115: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:3115: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:3115: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:3115: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:3115: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd.o: In function `php_mysqlnd_conn_data_simple_command_send_request_pub':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:353: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:353: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:353: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:353: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:353: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:353: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:353: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:353: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:353: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:353: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd.o: In function `php_mysqlnd_conn_data_connect_pub':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1092: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1092: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1092: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1092: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1092: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1092: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1092: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1092: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1092: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1092: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1071: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1071: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1071: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:890: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:890: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:890: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:890: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:890: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:890: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:896: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:896: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:896: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:898: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:898: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:898: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:896: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:896: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1069: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:890: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:890: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:898: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:898: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:890: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:890: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1074: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1071: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1071: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd.o: In function `php_mysqlnd_conn_data_query_pub':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1191: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1191: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1191: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1191: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1191: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1191: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1191: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1191: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1191: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:1191: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd.o: In function `php_mysqlnd_conn_data_next_result_pub':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2186: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2186: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2186: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2186: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2186: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2186: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2186: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2186: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2186: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd.c:2186: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_emalloc':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:80: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:109: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:109: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:109: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:109: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:109: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:109: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:109: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:109: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_malloc':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:394: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:422: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:422: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:422: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:422: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:422: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:422: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:422: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:422: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_ecalloc':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:163: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:193: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:193: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:193: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:193: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:193: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:193: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:193: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:193: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_pecalloc':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:204: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:234: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:234: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:234: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:234: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:234: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:234: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:234: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:234: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:234: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_erealloc':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:246: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:276: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:276: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:276: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:276: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:276: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:276: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:276: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:276: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_realloc':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:472: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:503: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:503: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:503: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:503: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:503: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:503: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:503: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:503: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:503: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_efree':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:331: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:351: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:351: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:351: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:351: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:351: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:351: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:351: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:351: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_pefree':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:362: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:382: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:382: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:382: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:382: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:382: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:382: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:382: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:382: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_free':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:514: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:534: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:534: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:534: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:534: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:534: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:534: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:534: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:534: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_calloc':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:433: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:461: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:461: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:461: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:461: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:461: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:461: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:461: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:461: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_pemalloc':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:120: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:151: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:151: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:151: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:151: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:151: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:151: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:151: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:151: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:151: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_pestrndup':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:549: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:573: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:573: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:573: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:573: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:573: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_pestrdup':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:587: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:605: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:605: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:605: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:605: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:605: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_perealloc':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:287: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:320: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:320: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:320: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:320: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:320: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:320: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:320: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:320: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:320: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_efree':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:351: undefined reference to `tsrm_mutex_unlock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_pefree':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:382: undefined reference to `tsrm_mutex_unlock'
ext/mysqlnd/.libs/mysqlnd_alloc.o: In function `_mysqlnd_free':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_alloc.c:534: undefined reference to `tsrm_mutex_unlock'
ext/mysqlnd/.libs/mysqlnd_wireprotocol.o: In function `php_mysqlnd_cmd_write':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1012: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1012: undefined reference to `executor_globals_id'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1027: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1027: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1027: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1027: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1027: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1061: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1061: undefined reference to `executor_globals_id'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1054: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1054: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1054: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1054: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1054: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1054: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1027: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1027: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1027: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1027: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1054: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1054: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1054: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1054: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_wireprotocol.o: In function `mysqlnd_read_header':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:295: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_wireprotocol.o: In function `php_mysqlnd_sha256_pk_request_response_read':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2168: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_wireprotocol.o: In function `php_mysqlnd_stats_read':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1917: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_wireprotocol.o: In function `php_mysqlnd_greet_read':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:331: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_wireprotocol.o: In function `php_mysqlnd_chg_user_read':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:2050: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_wireprotocol.o: In function `php_mysqlnd_rowp_read':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1843: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1843: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1843: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1843: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1843: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1843: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1867: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1867: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1867: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1867: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1867: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1867: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1867: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1867: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1810: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1843: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1843: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1843: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1843: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1867: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1867: undefined reference to `tsrm_mutex_lock'
ext/mysqlnd/.libs/mysqlnd_wireprotocol.o: In function `php_mysqlnd_prepare_read':
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1963: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1963: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1963: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1963: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1963: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1963: undefined reference to `_tsrm_ls_cache'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1963: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1963: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1963: undefined reference to `tsrm_mutex_lock'
/root/php-7.0.0alpha1/ext/mysqlnd/mysqlnd_wireprotocol.c:1963: undefined reference to `tsrm_mutex_unlock'
/root/php-7.0.0alpha1
 [2015-06-15 06:29 UTC] chefuri at gmail dot com
Hello. I tried to compile the code from github source and branch PHP-7.0.0 with the same options. All process work correctly. Probably this error was solved previously.

Sorry for the inconvenience.
 [2015-06-16 21:13 UTC] kalle@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: ab
 [2015-06-16 21:13 UTC] kalle@php.net
Marking this as closed as per bug request.

Side note; Assigning to you Anatol as you probably know more about the TSRM issues  than I do ;-)
 [2015-07-01 15:12 UTC] ab@php.net
I guess it was something like playing with --enable-maintainer-zts and then not having proper cleanup. But doesn't matter anymore :)

Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC