#31524: openldap: Undefined symbols for architecture x86_64: _ldif_back_initialize _monitor_back_initialize _hdb_back_initialize _relay_back_initialize --------------------------------+------------------------------------------- Reporter: wolfoppa@… | Owner: landonf@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: openldap --------------------------------+------------------------------------------- Comment(by letatas@…): Replying to [comment:1 ryandesign@…]:
Try building with llvm-gcc-4.2 instead:
{{{ sudo port clean openldap sudo port install openldap configure.compiler=llvm-gcc-4.2 }}}
That doesn't help, unfortunately. However, I've found where the problem is. In fact the problem occurs with XCode 4.2 build 4C104 that installs clang 209.6... When you upgrade with XCode 4.2 build 4C199, it installs clang 211.10.1 and the problem is solved... -- Ticket URL: <https://trac.macports.org/ticket/31524#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS