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 ------------------------------------------------------------------------- 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

