Print

Print


Hi Brian,

If I use configure.classic, I only get libXrdFfs.a. Also, libXrdFfs doesn't depend on fuse. Only the final xrootdfsd binary depends on fuse.

regards,
Wei Yang  |  [log in to unmask]  |  650-926-3338(O)




On Mar 12, 2011, at 7:13 PM, Andrew Hanushevsky wrote:

> Some comments below.
> 
> On Sat, 12 Mar 2011, Brian Bockelman wrote:
> 
>> Hi,
>> 
>> Took the chance to review Lukasz's new RPMs.  Here are my items of concern:
>> - libXrdPss.so is in the server, but depends on libXrdFfs.so.  Hence, xrootd-server is dependent on xrootd-fuse is dependent on fuse.
>> - In general, we probably want to remove the dependency on libfuse from libXrdPss.
> This then was improperly built. No individual shared libary or 
> executable should directly depend on another xrootd-generated shared 
> library. This is to make it easy to move things around and greatly aids 
> in debugging.