>
>
>
>
>
>
>
>
> On Mon, Jan 21, 2013 at 11:34 PM, Jeremy Huddleston Sequoia <
email@hidden> wrote:
>
> On Jan 21, 2013, at 2:14 AM, Christian Jorgensen <
email@hidden> wrote:
>
> > Attempting to create a symlink:
> >
> > dynamic08:~ user$ sudo ln -s /opt/X11 /usr/X11
> > ln: /usr/X11/X11: File exists
> > dynamic08:~ user$ sudo ln -s /opt/X11 /usr/X11R6
> > ln: /usr/X11R6/X11: File exists
>
> Yes, you would need to remove it first (as per my instructions on how to delete all of the bundles X11 from Lion).
>
>
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On Mon, Jan 21, 2013 at 10:51 AM, Christian Jorgensen
> > <
email@hidden>wrote:
> >
> >> Thank you, let me try and explain what I did:
> >>
> >> I) Initially, a scientific computing manual explained that getting Grace
> >> was easiest via Fink, but that you should delete X11 and restore it (yeah,
> >> bad suggestion).
> >>
> >> II) After deleting it, I tried downloading the following libraries:
> >> Openmotif-compat-2.1.32_IST, Lesstif-0.95 with Fink
> >> as I had initially started by trying to obtain Grace with Fink, but it
> >> complained of no Motif found.
> >>
> >> III) I used the X11Update binary - obviously nothing to do with the above.
> >>
> >> IV) I installed XQuartz 2.7.4
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> On Mon, Jan 21, 2013 at 10:33 AM, Jeremy Huddleston Sequoia <
> >>
email@hidden> wrote:
> >>
> >>>
> >>> On Jan 21, 2013, at 1:03 AM, Christian Jorgensen <
email@hidden>
> >>> wrote:
> >>>
> >>>> I deleted
> >>>>
> >>>> /usr/X11/
> >>>> among other things
> >>>>
> >>>> and then tried restoring it.
> >>>
> >>> *HOW* did you try restoring it? The message you shows indicates that
> >>> you're using a libX11.dylib with a compatability version of 9.0.0 … That's
> >>> older than what is provided by both the current version of XQuartz and by
> >>> OS X's X11. Where did you get it from, and how did you install it?
> >>>
> >>>> The problem then was that X11 is no longer
> >>>> provided for OS X 10.7
> >>>> so I installed Xquartz.
> >>>
> >>> It's provided as part of your base OS in OS X 10.7.
> >>>
> >>>> What do you recommend? Re-installing OS X?
> >>>
> >>> That's the surefire solution, but you should be able to get it to work
> >>> with XQuartz by having /usr/X11 be a symlink to /opt/X11 as I indicated
> >>> earlier.
> >>>
> >>> What version of XQuartz did you install?
> >>>
> >>>> Should I delete libX11.6.dylib and try to find a version compatible with
> >>>> the rest?
> >>>
> >>> No. First explain specifically what you've done. If you want something
> >>> that "just works" and don't care about getting the "correct" X11 back, you
> >>> can delete the system X11 with:
> >>>
> >>> sudo rm -rf /usr/X11* /etc/*paths.d/*X11 /Applications/Utilities/X11.app
> >>> /System/Library/Launch*/org.x.*
> >>>
> >>> Then install XQuartz-2.7.4. The post install script should notice that
> >>> you don't have a host X11 (like Mountain Lion) and setup compatibility
> >>> symlinks for you.
> >>>
> >>> --Jeremy
> >>>
> >>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> On Mon, Jan 21, 2013 at 9:56 AM, Jeremy Huddleston Sequoia <
> >>>>
email@hidden> wrote:
> >>>>
> >>>>>
> >>>>> On Jan 21, 2013, at 12:30 AM, Christian Jorgensen <
email@hidden
> >>>>
> >>>>> wrote:
> >>>>>
> >>>>>> user$ ls -l /usr/X11/lib/libX11.6*
> >>>>>> lrwxr-xr-x 1 root wheel 14 20 Jan 12:18
> >>>>>> /usr/X11/lib/libX11.6.2.0.dylib -> libX11.6.dylib
> >>>>>> -rwxr-xr-x 1 root wheel 3578368 20 Jan 12:19
> >>>>> /usr/X11/lib/libX11.6.dylib
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> /usr/X11 and /usr/X11R6 are directories
> >>>>>
> >>>>>
> >>>>> So what did you actually delete? What did you do to your system? The
> >>>>> problem is that /usr/X11/lib/libX11.6.dylib is too old for what your
> >>>>> application wants. What did you put back there?
> >>>>>
> >>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> On Mon, Jan 21, 2013 at 9:19 AM, Jeremy Huddleston Sequoia <
> >>>>>>
email@hidden> wrote:
> >>>>>>
> >>>>>>> The library it is looking for is /usr/X11/lib/libX11.6.dylib but you
> >>>>> were
> >>>>>>> listing /usr/X11R6/lib/libX11.6.dylib … what is the state of /usr/X11
> >>>>> and
> >>>>>>> /usr/X11R6? Are they directories? symlinks to /opt/X11? ??? You
> >>> need
> >>>>> to
> >>>>>>> be a bit more specific about exactly what you did.
> >>>>>>>
> >>>>>>>
> >>>>>>> XQuartz installs in a different location than the system X11. You
> >>> might
> >>>>>>> be able to get by by pointing /usr/X11R6 and /usr/X11 to /opt/X11:
> >>>>>>>
> >>>>>>> sudo ln -s /opt/X11 /usr/X11
> >>>>>>> sudo ln -s /opt/X11 /usr/X11R6
> >>>>>>>
> >>>>>>> Although the postinstall script should take care of that for you if
> >>>>>>> they're not present…
> >>>>>>>
> >>>>>>> --Jeremy
> >>>>>>>
> >>>>>>>
> >>>>>>> On Jan 20, 2013, at 2:43 PM, Christian Jorgensen <
> >>>
email@hidden>
> >>>>>>> wrote:
> >>>>>>>
> >>>>>>>> I deleted X11 on OS X 10.7.5 (foolishly) but then realised getting
> >>> it
> >>>>>>> back
> >>>>>>>> was
> >>>>>>>> through Xquartz. I've now ruined somerthing in the library settings,
> >>>>> and
> >>>>>>>> programs like Grace won't load.
> >>>>>>>>
> >>>>>>>> MacBook-Pro:~ user$ /Applications/Grace.app/Contents/MacOS/start.sh
> >>>>>>>> Quote:
> >>>>>>>> dyld: Library not loaded: /usr/X11/lib/libX11.6.dylib
> >>>>>>>> Referenced from:
> >>>>>>>> /Applications/Grace.app/Contents/Resources/grace/bin/xmgrace
> >>>>>>>> Reason: Incompatible library version: xmgrace requires version
> >>> 10.0.0
> >>>>> or
> >>>>>>>> later, but libX11.6.dylib provides version 9.0.0
> >>>>>>>> /Applications/Grace.app/Contents/MacOS/start.sh: line 4: 35883
> >>>>> Trace/BPT
> >>>>>>>> trap: 5 /Applications/Grace.app/Contents/Resources/grace/bin/xmgrace
> >>>>>>>> ls -l /usr/X11R6/lib/libX11.6*
> >>>>>>>>
> >>>>>>>> Quote:
> >>>>>>>> lrwxr-xr-x 1 root wheel 14 20 Jan 12:18
> >>>>> /usr/X11R6/lib/libX11.6.2.0.dylib
> >>>>>>>> -> libX11.6.dylib
> >>>>>>>> -rwxr-xr-x 1 root wheel 3578368 20 Jan 12:19
> >>>>>>> /usr/X11R6/lib/libX11.6.dylib
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> How could I restore the correct version libraries?
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> --
> >>>>>>>> Christian Jørgensen,
> >>>>>>>> MChem (oxon)
> >>>>>>>> _______________________________________________
> >>>>>>>> Do not post admin requests to the list. They will be ignored.
> >>>>>>>> X11-users mailing list (
email@hidden)
> >>>>>>>> Help/Unsubscribe/Update your Subscription:
> >>>>>>>
> >>>>>
> >>>>>>>>
> >>>>>>>> This email sent to
email@hidden
> >>>>>>>
> >>>>>>>
> >>>>>>
> >>>>>>
> >>>>>> --
> >>>>>> Christian Jørgensen,
> >>>>>> MChem (oxon)
> >>>>>
> >>>>>
> >>>>
> >>>>
> >>>> --
> >>>> Christian Jørgensen,
> >>>> MChem (oxon)
> >>>
> >>>
> >>
> >>
> >> --
> >> Christian Jørgensen,
> >> MChem (oxon)
> >>
> >
> >
> >
> > --
> > Christian Jørgensen,
> > MChem (oxon)
>
>
>
>
> --
> Christian Jørgensen,
> MChem (oxon)