I’m trying to compile php 5.4.4 on a CentOS 6.1 x64 server with –enable-dbase option but instead I receive this error:
configure: WARNING: unrecognized options: –enable-dbase
I saw that in the ./ext/ dir there’s no dbase folder so I downloaded the source from http://pecl.php.net/package/dbase. Still, the same error. Does anyone encountered this problem before?
The
dbaseextension was removed from the PHP distribution in 5.3.You need to install it directly from PECL, after compiling PHP.