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
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
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