All of lore.kernel.org
 help / color / mirror / Atom feed
* what's wrong with radosgw ??
@ 2011-08-18  1:01 林由清
  2011-08-18  4:08 ` Sage Weil
  0 siblings, 1 reply; 2+ messages in thread
From: 林由清 @ 2011-08-18  1:01 UTC (permalink / raw)
  To: ceph-devel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: what's wrong with radosgw ??
  2011-08-18  1:01 what's wrong with radosgw ?? 林由清
@ 2011-08-18  4:08 ` Sage Weil
  0 siblings, 0 replies; 2+ messages in thread
From: Sage Weil @ 2011-08-18  4:08 UTC (permalink / raw)
  To: 林由清; +Cc: ceph-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1635 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-18  4:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-18  1:01 what's wrong with radosgw ?? 林由清
2011-08-18  4:08 ` Sage Weil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.