Changes between Initial Version and Version 1 of Ticket #35103


Ignore:
Timestamp:
Jul 6, 2012, 2:14:40 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Why would /usr/lib/libcups.2.dylib (or anything in /usr/lib) reference /opt/local/lib/libiconv.2.dylib (or anything in /opt/local/lib)? This might happen if you set LD_LIBRARY_PATH or DYLD_LIBRARY_PATH to include /opt/local/lib, or if you actually replaced Apple's /usr/lib/libcups.2.dylib with one built by MacPorts. If you've done either of those things, you should undo them.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35103

    • Property Cc ryandesign@… added
    • Property Owner changed from macports-tickets@… to kjell.konis@…
    • Property Priority changed from High to Normal
    • Property Summary changed from Cannot call X11() function in R to R: Cannot call X11() function
  • Ticket #35103 – Description

    initial v1  
    11I obtained the following error when attempting to use X11()
    22
     3{{{
    34> X11()
    45Error in X11() : X11 module cannot be loaded
     
    1011  Expected in: /opt/local/lib/libiconv.2.dylib
    1112 in /usr/lib/libcups.2.dylib
     13}}}