Changes between Initial Version and Version 1 of Ticket #94, comment 9


Ignore:
Timestamp:
05/02/12 18:31:57 (12 years ago)
Author:
Maxim Dounin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #94, comment 9

    initial v1  
    44
    551. Remove the PCRE version installed into /usr/local and reinstall one from macports. This is recommended solution.
    6 2. Force /usr/local/lib to be before /usr/lib in library search path with ./configure --with-ld-opt="-I /usr/local/lib".  This may work, but likely you'll be facing the same problem in other places as well.
     62. Force /usr/local/lib to be before /usr/lib in library search path with ./configure --with-ld-opt="-L /usr/local/lib".  This may work, but likely you'll be facing the same problem in other places as well.