Tag Archives: configure

How to compile FastCGI library

The simple answer, as usual is ./configure; make; make install … … Well not in this case: it will break in some environments (mine is x86_64-linux with gcc 4.4.5 and fcgi >= 2.4.0). During the make command, you will likely … Continue reading

Howto, Web development , , , , , , , , , ,

How to make a customized Ruby on Rails server work on a hosted shared environment ?

Hi Some of my servers are hosted on Planethoster (shared environment). So far it has been a nice experience, except that their customer support’s technical competencies can vary a lot depending on who gets to help you there. Regarding their … Continue reading

Howto, Web development , , , , , , , , , ,