Php -- Apd

Hello,

I just tried installing apd on my server ...

#pear install apd

It could not install apd since this command tries to download & install the latest version of APD ... but the newest version in incompatible with php4.

So i now Have to do it all manually.

I downloaded APD ... extracted it & went into the directory to write this command (as per the readme file)::
#./configure
-bash: ./configure: No such file or directory

ok so i look up at the files & decide to run this command ::

#./configure.in
./configure.in: line 1: dnl: command not found
./configure.in: line 3: syntax error near unexpected token `config.m4'
./configure.in: line 3: `AC_INIT(config.m4)'

& i get these errors ...

What could be the problem ?

APD is available here :: http://pecl.php.net/apd

 

 

 

 

Top