(Answer) (Category) OpenLDAP Faq-O-Matic : (Category) OpenLDAP Software FAQ : (Category) Installation : (Category) Platform Hints : (Category) Linux : (Category) Linux/Alpha : (Answer) config.guess fails on my Alpha SX164, what do I do?
Linux/Alpha

As long as your system is supported by Linux, OpenLDAP should compile and run successfully. However, if you have an "SX164"-based machine, you may need to specify the following options to ./configure:

  • --host=alphaev56-unknown-linux-gnu
  • --build=alphaev56-unknown-linux-gnu
  • --target=alphaev56-unknown-linux-gnu

This is not a bug in OpenLDAP. This is a bug in autoconf: autoconf correctly identifies SX164 machines (and presumably other systems with 21164PC processors), but does not "support" them, causing ./configure to fail. The options above force autoconf to use the "EV56", or 21164a processor options, which are fully compatible with the 21164PC.

You will only need these options if you are using an SX164 system. The problem may be Red Hat Linux specific; it is unknown whether other distributions suffer from the same bug.
morrill@crd.ge.com

[Append to This Answer]
Next: (Answer) Should I worry about unaligned access errors?
This document is: http://www.openldap.org/faq/index.cgi?file=248
[Search] [Appearance]
This is a Faq-O-Matic 2.721.test.
© Copyright 1998-2013, OpenLDAP Foundation, info@OpenLDAP.org