[MacPorts] #19381: p5-locale-gettext doesn't work with non-default build_arch
MacPorts
noreply at macports.org
Wed Sep 16 07:50:10 PDT 2009
#19381: p5-locale-gettext doesn't work with non-default build_arch
--------------------------------+-------------------------------------------
Reporter: tom@… | Owner: ryandesign@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.7.1
Keywords: x86_64, build_arch | Port: p5-locale-gettext
--------------------------------+-------------------------------------------
Comment(by florian.feldhaus@…):
I had the same error, but I found out, that I had an old version of
libintl.dylib in /usr/local/lib.
Please check the following:
lipo -info /opt/local/lib/libintl.dylib
lipo -info /usr/local/lib/libintl.dylib
For me the file in /usr/local/lib was build for i386 and ppc, the file in
/opt/local/lib had the right architecture. So I moved the wrong file to a
backup location and did a symlink to the correct file using:
sudo ln -s /opt/local/lib/libintl.dylib /usr/local/lib
This solved the problem for me!
--
Ticket URL: <http://trac.macports.org/ticket/19381#comment:22>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list