FOP2 Makefile not found

I have a problem with using makefile to install fop2 each time after dowloading using wget, tar and then going into fop2 folder to make install I get make file diretory not found though I can see it in fop2 folder
Procedures used
[root@localhost ~]# cd /usr/src
wget http://www.fop2.com/file.php?file=21
tar zxvf fop2-2.26-centos5-x86_64,tgz
cd fop2
make install
I have also tried with fop2-2,27 with same result.
I have tried severals including downloading to pc and then uploading to asterisks and usinf freepbx module admin(nothing happened with this).
I have restalled asterisk freepbx 2 times yum updated it with same result.
I hope someone can tell me what I doing wrong.
Thanks
Asterisk 11.5
Freepbx 2.11
Centos 6.4 64bits

Comments

  • Install make:
    yum -y install make
    

    then try running "make" again.
  • Thank you!, that worked for fop2-2.26 but not for fop2-2.27 with error make: *** No rule to make target 'install'. Stop.
  • Make files are the same for both versions, it will work as long as you are standing in the fop2 extraction directory and not in some other place. Are you sure you typed make in the correct directory?
  • It worked after a reboot. Thank you for all your help.
Sign In or Register to comment.