Opened 16 years ago

Closed 16 years ago

#16217 closed defect (invalid)

Missing libXrandr.2.0.0.dylib

Reported by: bownan@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

Hi,

When trying to install gtk2, it said i was missing /usr/X11/lib/libXrandr.2.0.0.dylib . I looked and i actually have /usr/X11/lib/libXrandr.2.1.0.dylib. Is there something i can do about this?

bash-3.2# port install gtk2
--->  Fetching gtk2
Error: Some libs are missing from your X11 installation. Please run this command:
Error: sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib
Error: Target org.macports.fetch returned: missing /usr/X11/lib/libXrandr.2.0.0.dylib
Error: Status 1 encountered during processing.

Thanks!

Change History (1)

comment:1 Changed 16 years ago by blb@…

Resolution: invalid
Status: newclosed

Run the command it gives in the error message:

sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib

See ticket #14592 for the full story.

Note: See TracTickets for help on using tickets.