On Thu, 18 Aug 2011, ÁÖÓÉÇå wrote: > 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. The actual check that autoconf is doing is [AC_CHECK_LIB([fcgi], [FCGX_Init], Is /usr/lib/libfcgi.* present on your system? I suspect it's libfcgi and libfcgi-devel you need. sage