Closed bylatt closed 9 years ago
What is libedit for? Has the new version been tested? For some reason I've never been able to compile PHP 5.6.
Libedit is alternative to readline on os x. It's enable PHP to have interactive shell (with command php -a
). I've tested on my macbook pro 13 and it's work.
PHP 5.6 is not compiling on my system. I keep getting an error related to PostgreSQL. Did you use this guide to install PostgreSQL or use another method?
Error when compiling PHP 5.6.x with PostgreSQL support:
Undefined symbols for architecture x86_64:
"_lo_lseek64", referenced from:
_zif_pg_lo_seek in pgsql.o
"_lo_tell64", referenced from:
_zif_pg_lo_tell in pgsql.o
"_lo_truncate64", referenced from:
_zif_pg_lo_truncate in pgsql.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [libs/libphp5.bundle] Error 1
Investigating PostgreSQL next.
...ll