Created
November 7, 2016 09:24
-
-
Save ikariiin/adf577b9432954c2e26088f42e45a2e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ext/openssl/.libs/openssl.o: In function `php_openssl_store_errors': | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/openssl/openssl.c:712: undefined reference to `tsrm_get_ls_cache' | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/openssl/openssl.c:713: undefined reference to `tsrm_get_ls_cache' | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/openssl/openssl.c:716: undefined reference to `tsrm_get_ls_cache' | |
| ext/openssl/.libs/openssl.o: In function `zif_openssl_error_string': | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/openssl/openssl.c:5558: undefined reference to `tsrm_get_ls_cache' | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/openssl/openssl.c:5558: undefined reference to `tsrm_get_ls_cache' | |
| ext/openssl/.libs/openssl.o:/home/ragedwiz/php-src-php-7.1.0RC5/ext/openssl/openssl.c:5558: more undefined references to `tsrm_get_ls_cache' follow | |
| ext/openssl/.libs/xp_ssl.o: In function `php_openssl_sockop_set_option': | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/openssl/xp_ssl.c:2297: undefined reference to `file_globals_id' | |
| ext/openssl/.libs/xp_ssl.o: In function `php_openssl_ssl_socket_factory': | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/openssl/xp_ssl.c:2523: undefined reference to `tsrm_get_ls_cache' | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/openssl/xp_ssl.c:2523: undefined reference to `file_globals_id' | |
| ext/standard/.libs/info.o: In function `php_print_gpcse_array': | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/standard/info.c:204: undefined reference to `_tsrm_ls_cache' | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/standard/info.c:204: undefined reference to `executor_globals_id' | |
| ext/standard/.libs/info.o: In function `php_print_info': | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/standard/info.c:1031: undefined reference to `_tsrm_ls_cache' | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/standard/info.c:1031: undefined reference to `executor_globals_id' | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/standard/info.c:1034: undefined reference to `_tsrm_ls_cache' | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/standard/info.c:1034: undefined reference to `executor_globals_id' | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/standard/info.c:1037: undefined reference to `_tsrm_ls_cache' | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/standard/info.c:1037: undefined reference to `executor_globals_id' | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/standard/info.c:1040: undefined reference to `_tsrm_ls_cache' | |
| /home/ragedwiz/php-src-php-7.1.0RC5/ext/standard/info.c:1040: undefined reference to `executor_globals_id' | |
| collect2: error: ld returned 1 exit status | |
| Makefile:269: recipe for target 'sapi/cli/php' failed | |
| make: *** [sapi/cli/php] Error 1 | |
| ragedwiz@Rig1:~/php-src-php-7.1.0RC5$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 268: $(SAPI_CLI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_BINARY_OBJS) $(PHP_CLI_OBJS) | |
| 269: $(BUILD_CLI) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment