Debian 3.1 + Ruby on Rails + FastCGI Perfect Setup

Discussion in 'HOWTO-Related Questions' started by heymrdj, Apr 6, 2007.

  1. heymrdj

    heymrdj Member

    I'm having issues with the *install mod_fcgi* part of the guide. It keeps giving me make errors. I successfully installed fcgi. This is what I've done and what the problem is.

    Code:
    server2: wget http://www.fastcgi.com/dist/mod_fastcgi-2.4.2.tar.gz
    server2: tar xvzf mod_fastcgi-2.4.2.tar.gz
    server2: cd mod_fastcgi-2.4.2
    server2: cp Makefile.AP2 Makefile
    server2: make top_dir=/usr/share/apache2
    Makefuke:12: /usr/share/apache2/build/special.mk: No such file or directory
    make: *** No rule to make target `/usr/share/apache2/build/special.mk'. Stop.
    So you know I'm trying to make this whole thing work with Danbooru. http://trac.donmai.us/browser/danbooru/trunk/INSTALL

    Thx for any help if you can get it :).
     
    Last edited: Apr 6, 2007
  2. heymrdj

    heymrdj Member

    I got it to run. I left out one line.

    Code:
    apt-get install ruby ruby1.8-dev rdoc [B]apache2-prefork-dev[/B] make
    Silly me :p Cost me 5 hours though of when I could have been working. :( . I just rushed through it and configured Apache, forgetting the third and final apt-get line. Oh well, live and learn. :rolleyes:
     

Share This Page