>>> On Fri, Nov 9, 2007 at  6:21 PM, in message
<[EMAIL PROTECTED]>, "Bernard Li"
<[EMAIL PROTECTED]> wrote: 
> Hi Brad:
> 
> On 11/9/07, Brad Nicholes <[EMAIL PROTECTED]> wrote:
> 
>>     I think that the libdir variable that was added to configure.in is 
> getting in the way of the --prefix.  I have set up my environment to install 
> the binaries in a different directory for debugging purposes.  Now when I run 
> 'make install', it is trying to install the libraries to /usr/lib rather than 
> the --prefix location.  The following script in configure.in needs to respect 
> --prefix as well.
>>
>> +dnl Python module config files need to know where to look for libraries 
> (/usr/lib vs /usr/lib64)
>> +AC_SUBST_FILE(libdir)
>> +if test "x$host_cpu" = "xx86_64"; then
>> +  libdir=/usr/lib64
>> +else
>> +  libdir=/usr/lib
>> +fi
> 
> Sorry about that -- I'm looking into a generic solution to solve this
> -- please feel free to fix it if you beat me to it.
> 
> Thanks,
> 
> Bernard

Don't think I will get to this one anytime soon. I just commented it out for 
now.  I'm too deep into the XDR refactoring at the moment.  I'm also trying to 
get ready for my presentations at ApacheCon next week.  BTW, after I get back 
from Apachecon, I'll post my slides to the list if anyone is interested.  Other 
than the same old 'this is how ganglia works' stuff which I am sure others have 
done a better presentation job than me, the slides also describe how  both the 
C and python module development is done.  Anyway, if anybody is in the Atlanta 
area, drop on by the conference.  It ought to be a good one.  I'll also be 
giving a similar ganglia presentation at Mandevcon in Santa Clara, CA the first 
week of Dec., if anybody in that area would like to get together.

Brad

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to