I had the same problem on OpenSUSE 10.3. A workaround is to create symbolic links in /usr/include: cd /usr/include for i in fastcgi/*h; do ln -s $i .; done Hope this helps Boris