FOP2 Makefile not found

  1. 11 years ago

    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

  2. admin

    30 Jul 2013 Administrator

    Install make:

    yum -y install make

    then try running "make" again.

  3. Thank you!, that worked for fop2-2.26 but not for fop2-2.27 with error make: *** No rule to make target 'install'. Stop.

  4. admin

    1 Aug 2013 Administrator

    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?

  5. It worked after a reboot. Thank you for all your help.

or Sign Up to reply!