Re: Wackamole X64 support?
[email protected] Fri, 2 Mar 2007 16:43:47 -0600
| Newsgroups | gmane.comp.apache.mod-wackamole.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Mar 02, 2007 at 03:28:47PM -0700, Spangler, Tim wrote: > I'm building out a mixed 32 bit & 64 bit cluster and I need to install > wackamole on both SLES 10 x64 and SLES 10 x32. I get the following error > when trying to build wackamole: > > checking build system type... Invalid configuration > `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized > configure: error: /bin/sh ./config.sub x86_64-unknown-linux-gnu failed > > Is there a work around I can do to get wackamole configured and running on > my x64 server builds? My guess is that you need a new config.guess and config.sub. Get the latest from: http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub Basically, wackamole's built-in copies of those files predated your system. Dustin