I want to understand the sequence.  This is what I'm reading (in pseudocode...)

git clone ganesha
cmake ...
make install
rm -rf build
patch < gerrithub
cmake ...
make install

Is that correct?  Nowhere in that sequence involved checking out
duplex-12 from ntirpc?

It should not be installing anything in lib/ganesha, ever.  There was
a brief period when duplex-12 did that, but no version that was ever
included in ganesha did, so I'm wondering where you're getting that.

For what it's worth, mixing duplex-12 and un-patched ganesha will
break in several odd ways.

Dan

On Fri, Sep 11, 2015 at 2:23 PM, William Allen Simpson
<william.allen.simp...@gmail.com> wrote:
> On 9/11/15 2:01 PM, Matt Benjamin wrote:
>> I think this patch is as ready as it can be.  What Dan sent to gerrit will 
>> behave correctly for anyone
>> not updating ntirpc branches by hand.
>>
> Sorry, Matt, but this was a fresh install with no updating ntirpc.
>
> I compiled and installed before Dan's patch, followed by
> adding Dan's patch -- rm -rf * my build directory, and then
> new cmake && make install
>
> I've tried to remove the lonely:
>
> -rw-r--r-- 1 bill bill 1005416 Sep 10 22:33 libntirpc.so
> bill@simpson:~/rdma/install/lib64/ganesha$ rm libntirpc.so
> bill@simpson:~/rdma/install/lib64/ganesha$ cd ../..
> bill@simpson:~/rdma/install$ sudo bash
> [sudo] password for bill:
> root@simpson:~/rdma/install# ~/setup.sh
> :/home/bill/rdma/install/lib:/home/bill/rdma/install/lib64
> root@simpson:~/rdma/install# ./bin/ganesha.nfsd
> ./bin/ganesha.nfsd: error while loading shared libraries: libntirpc.so.1.3: 
> cannot open shared object file: No such file or directory
> root@simpson:~/rdma/install#
>
> It's installing libntirpc in lib64, and one lonely part in
> lib64/ganesha.  Where is it looking for them?
>
> I really want this in today, too, and stayed up last night to
> try to get it going.
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Nfs-ganesha-devel mailing list
> Nfs-ganesha-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

------------------------------------------------------------------------------
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to