Opened 13 years ago

Closed 12 years ago

#31254 closed defect (worksforme)

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

Reported by: gkinglisboa@… Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: gdl gnudatalanguage libtool libltdl.7.dylib Cc: slayoo@…
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 (4)

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.

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Did the above help you resolve this issue?

comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: slayoo@… added
Owner: changed from macports-tickets@… to takeshi@…

comment:4 Changed 12 years ago by tenomoto (Takeshi Enomoto)

Resolution: worksforme
Status: newclosed

The reporter does not respond for a long time.

Note: See TracTickets for help on using tickets.