On Sun, 25 Mar 2012, Nick Couchman wrote: > Well, leveldb is fine, but I'm still seeing a build error: > > CXX libcommon_la-version.lo > In file included from ./rgw/rgw_common.h:18:0, > from ./rgw/rgw_access.h:11, > from test/encoding/types.h:87, > from test/encoding/ceph_dencoder.cc:13: > ./common/ceph_crypto.h:44:22: fatal error: pk11pub.h: No such file or > directory > compilation terminated. > > I believe I'm using the NSS library for crypto support, and I can see > the pk11pub.h file in my include directory, so I know it's present.
I just pushed a patch for this from Jim, d3bcac241f25f681a585c2115a79befe43dd7d6c. Can you verify things build cleanly now? Thanks! sage > > -Nick > > >>> Sage Weil 03/23/12 6:28 PM >>> > Hey Nick- > > Can you confirm this fixes your problem? If so I can apply this to the > stable branch (for 0.44.1). > > Thanks! > sage > > > On Thu, 22 Mar 2012, Alexandre Oliva wrote: > > > On Mar 22, 2012, "Nick Couchman" wrote: > > > > > ./db/builder.h:8:28: fatal error: leveldb/status.h: No such file or > > > directory > > > compilation terminated. > > > > > This is an RPM build > > > > This patch fixed it for me. > > > > > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > -------- > This e-mail may contain confidential and privileged material for the sole use > of the intended recipient. If this email is not intended for you, or you are > not responsible for the delivery of this message to the intended recipient, > please note that this message may contain SEAKR Engineering (SEAKR) > Privileged/Proprietary Information. In such a case, you are strictly > prohibited from downloading, photocopying, distributing or otherwise using > this message, its contents or attachments in any way. If you have received > this message in error, please notify us immediately by replying to this > e-mail and delete the message from your mailbox. Information contained in > this message that does not relate to the business of SEAKR is neither > endorsed by nor attributable to SEAKR. > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
