Re: PHP 7.3.0 Install on Solaris 10 Issues
[email protected] (Dennis Clarke) Wed, 13 Mar 2019 13:42:09 -0400
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
On 3/13/19 1:22 PM, Thompson, Shirley S wrote: > Good afternoon, > > I am getting an error when I run the "make" on my Solaris 10 Sparc computer. > pcre2_jit_compile.c:8211: error: duplicate case value. > > Prior to this I had to add "-std=gnu99" to my CFLAGS to get around C99 environment error. > I currently have PHP 5.6.40 installed with Apache 2.4.34. This "configure, make, make test" worked just fine. > > Right now the "make" for 7.3.0 fails. > > Please assist. Actually I did manage to build php 7.2.28 but it throws SIGSEGV endlessly and core files and fails even trivial tests. jupiter # jupiter # pwd /usr/local/build/php-7.2.8_SunOS5.10_sparc64vii+.001 jupiter # file ./sapi/cli/php ./sapi/cli/php: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, not stripped jupiter # jupiter # ./sapi/cli/php --version PHP 7.2.8 (cli) (built: Aug 15 2018 03:13:17) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies jupiter # Dennis