I hope I get some answers for my question since I have made quite a few google searches but don't find what I need.
I have CentOS 5.8 and have installed PHP 5.3.18, however:
I am trying to install use phpagi-2.14 included and I am all lost as this is my first time that I install it, howevr I have downloaded the .tgz file (phpagi-2.14.tgz) and have unzipped it in the /tmp directory and I then cd to the phpagi-2.14 directory but when I try to install it it gives this error:
# ./configure
bash: ./configure: No such file or directory
and I have checked that make is installed and is working fine with other installations.
Could you please let me know if there is a different way of installing it.
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-12-29
ls -l the directory and make sure there's actually a configure file list and that it has the permissions to execute
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All
I hope I get some answers for my question since I have made quite a few google searches but don't find what I need.
I have CentOS 5.8 and have installed PHP 5.3.18, however:
I am trying to install use phpagi-2.14 included and I am all lost as this is my first time that I install it, howevr I have downloaded the .tgz file (phpagi-2.14.tgz) and have unzipped it in the /tmp directory and I then cd to the phpagi-2.14 directory but when I try to install it it gives this error:
# ./configure
bash: ./configure: No such file or directory
and I have checked that make is installed and is working fine with other installations.
Could you please let me know if there is a different way of installing it.
Thank you.
ls -l the directory and make sure there's actually a configure file list and that it has the permissions to execute