These days, I want install radosgw on two virtual machines. one is Centos 5.4 i386 with ceph-0.25.1 , another is fedora 14 i686 with ceph-0.32 while I input command # ./configure --with-radosgw meet a problem: configure: error: --with-radosgw was given but libfcgi (libfcgi-dev on debian) not found See `config.log' for more details. so I input # yum install fcgi-devel [root@monitor2 ~]# yum list | grep fcgi fcgi.i686 2.4.0-15.fc15 @fedora fcgi-devel.i686 2.4.0-15.fc15 @fedora mod_fcgid.i686 2.3.6-3.fc15 @fedora spawn-fcgi.i686 1.6.3-2.fc15 @fedora fcgi-perl.i686 2.4.0-15.fc15 fedora [root@ceph-monitor1 ~]# yum list | grep fcgi fcgi.i386 2.4.0-12.el5 installed fcgi-devel.i386 2.4.0-12.el5 installed fcgi-perl.i386 2.4.0-12.el5 installed mod_fcgid.i386 2.2-11.el5 installed spawn-fcgi.i386 1.6.3-1.el5 installed as shown above,I have install fcgi-devel in two machines, but the problem is still unsolved. -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html