On Mon, May 21, 2012 at 1:14 PM, Nick Bartos <nick@xxxxxxxxxxxxxxx> wrote: > I'm trying to install ceph 0.47, but --prefix isn't getting passed to > the bundled libs3. I installed libs3 separately, but even when using > --with-system-libs3 (as ./configure suggests) or > --with-system-libs3=yes (just for the hell of it), it still installs > libs3, and outside of the prefix it was given. > > Anyone know of a way to either get ceph's libs3 to be installed in > --prefix, or to get it to use the system one instead? Hmm. I just noticed this: src/Makefile.am has SUBDIRS = ocf libs3 ... if WITH_SYSTEM_LIBS3 rest_bench_LDADD += -ls3 else rest_bench_LDADD += libs3/build/lib/libs3.a -lcurl -lxml2 rest_bench_CXXFLAGS += -I$(top_srcdir)/src/libs3/inc SUBDIRS += libs3 endif I'm guessing the top SUBDIRS assignment should not have libs3 there, and that's the source of your trouble. Yehuda, can you confirm & commit a fix? -- 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