Opened 13 years ago

Last modified 12 years ago

#31254 closed defect

gdl (gnudatalanguage) runtime fail on mac osx --- libltdl.7.dylib version 11.0.0 needed — at Version 1

Reported by: gkinglisboa@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: gdl gnudatalanguage libtool libltdl.7.dylib Cc:
Port: gnudatalanguage

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I have macbook pro, mac osx 10.6.8
libtool 2.4_1

macports selfupdate okay;
macports upgrade okay
then fetched gnudatalanguage-0.9.1_0.darwin_10.x86_64.tbz2 from http://packages.macports.org/gnudatalanguage
then installed gnudatalanguage --> okay
then tried running...

$  gdl
dyld: Library not loaded: /opt/local/lib/libltdl.7.dylib
  Referenced from: /opt/local/bin/gdl
  Reason: Incompatible library version: gdl requires version 11.0.0 or later, but libltdl.7.dylib provides version 9.0.0
Trace/BPT trap

How to fix this?

Change History (1)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: gkinglisboa@… removed
Description: modified (diff)

Please remember to use WikiFormatting. As reporter, you do not need to Cc yourself.

It sounds like your /opt/local/lib/libltdl.7.dylib is not the right architecture. Try rebuilding the libtool port.

sudo port clean libtool
sudo port -n upgrade --force libtool

Had you originally installed the libtool port long ago, before upgrading to Snow Leopard? If so, you need to follow the Migration procedure.

Note: See TracTickets for help on using tickets.