[PHP-DEV] Re: 回复: [PHP-DEV] installing from source on mac osx 10.7.3

2012-07-15 Thread Yader Hernandez
On Sun, Jul 15, 2012 at 9:50 AM, Reeze wrote: > Hi, > I guess /usr/local/bin is writable. then: > which version of php and autoconf? it may set the EXEEXT=.dSYM > if so /usr/local/bin/php may becomes /usr/local/bin/php.dSYM > > will you take a look at the generated Makefile is there any val

[PHP-DEV] 回复: [PHP-DEV] installing from source on mac osx 10.7.3

2012-07-15 Thread Reeze
Hi, I guess /usr/local/bin is writable. then: which version of php and autoconf? it may set the EXEEXT=.dSYM if so /usr/local/bin/php may becomes /usr/local/bin/php.dSYM will you take a look at the generated Makefile is there any value of this variable "EXEEXT =" ? -- reeze | reeze.c

[PHP-DEV] installing from source on mac osx 10.7.3

2012-07-14 Thread Yader Hernandez
I can't seem to get a vanilla php binary from a simple $ ./configure make make install The last few lines indicate that everything went well: Installing PHP SAPI module: cgi Installing PHP CGI binary: /usr/local/bin/ *Installing PHP CLI binary:/usr/local/bin/* Installing PHP CLI ma