Re: Using X11 for an older program

2020-12-25 Thread Michael
On 2020-12-25, at 7:27 PM, Peter West wrote: > Thanks for that, Michael. > > God bless you. I do my best to bring humor wherever I can, no matter how silly it may seem. > -- > Peter West > p...@pbw.id.au > “The Word was made flesh, he lived among us…” > >> On 26 Dec 2020, at 12:47 pm,

Re: Using X11 for an older program

2020-12-25 Thread Peter West
Thanks for that, Michael. God bless you. -- Peter West p...@pbw.id.au “The Word was made flesh, he lived among us…” > On 26 Dec 2020, at 12:47 pm, Michael wrote: > > > On 2020-12-25, at 5:10 PM, Ken Cunningham > wrote: >> >> Oh, you have nothing to lose trying it. >> >> If it doesn’t

Re: Using X11 for an older program

2020-12-25 Thread Michael
On 2020-12-25, at 5:10 PM, Ken Cunningham wrote: > > Oh, you have nothing to lose trying it. > > If it doesn’t work, just set it back. > > you can’t break anything. It’s just a computer, and it does what you tell it > to do. You'd be amazed at how that's no longer true. My iPhone refuses

Re: Using X11 for an older program

2020-12-25 Thread Ken Cunningham
> On Dec 25, 2020, at 2:05 PM, Ryan Schmidt wrote: > > > > On Dec 21, 2020, at 20:55, Ken Cunningham wrote: > >> There are likely to be more libraries missing after you fix this one, but >> you can try. >> >> EIther symlink a real library that is the same or as similar as you have >>

Re: Using X11 for an older program

2020-12-25 Thread Ryan Schmidt
On Dec 21, 2020, at 21:01, Michael wrote: > OK. Next question: Is there any reason I cannot install libpng version 15 at > the sametime? > > I am aware that there is a non-versioned link file, that the latest version > of the dynamic library installs. That can stay at 16 where it belongs. I

Re: Using X11 for an older program

2020-12-25 Thread Ryan Schmidt
On Dec 21, 2020, at 20:55, Ken Cunningham wrote: > There are likely to be more libraries missing after you fix this one, but you > can try. > > EIther symlink a real library that is the same or as similar as you have into > the position being looked for: > > sudo ln -s

Re: Using X11 for an older program

2020-12-25 Thread Ryan Schmidt
On Dec 21, 2020, at 12:55, Michael wrote: > This should be a simple one. I hope. > > I just installed a program that was compiled against the release version of > mac's X11. Crashes on startup with this: > > dyld: launch, loading dependent libraries > > Dyld Error Message: > Library not

Re: Using X11 for an older program

2020-12-22 Thread Bill Cole
On 21 Dec 2020, at 22:01, Michael wrote: OK. Next question: Is there any reason I cannot install libpng version 15 at the sametime? Not really. Better to update the software that wants it to use a current version. But the 1.5.x source is in the libpng site at Sourceforge, so you can still

Re: Using X11 for an older program

2020-12-22 Thread Dominik Reichardt
Hi, download and install xquartz from https://www.xquartz.org . This is the semi-official X11.app replacement. Did not get an update for four years now but it brings the needed libraries and installs in /opt/x11. Good luck! :) Dominik > On 22. Dec 2020, at 08:50,

Re: Using X11 for an older program

2020-12-21 Thread Michael
On 2020-12-21, at 8:38 PM, Ken Cunningham wrote: > A thought — perhaps you might just take the easy road, and install the > libraries it is looking for, in /opt/X11 > > what is that, XQuartz? Except that the current version of XQuartz is, as I understand it, what Macports provides. i.e.

Re: Using X11 for an older program

2020-12-21 Thread Ken Cunningham
A thought — perhaps you might just take the easy road, and install the libraries it is looking for, in /opt/X11 what is that, XQuartz? K > On Dec 21, 2020, at 7:01 PM, Michael wrote: > > OK. Next question: Is there any reason I cannot install libpng version 15 at > the sametime? > > I am

Re: Using X11 for an older program

2020-12-21 Thread Michael
OK. Next question: Is there any reason I cannot install libpng version 15 at the sametime? I am aware that there is a non-versioned link file, that the latest version of the dynamic library installs. That can stay at 16 where it belongs. I mean specifically having both the libpng15 and the

Re: Using X11 for an older program

2020-12-21 Thread Ken Cunningham
> On 2020-12-21, at 10:55 AM, Michael wrote: > This > should be a simple one. I hope. > > > > I just installed a program that was compiled against the release version of > > mac's X11. Crashes on startup with this: > > > > dyld: launch, loading dependent libraries > > > > Dyld Error

Re: Using X11 for an older program

2020-12-21 Thread Michael
On 2020-12-21, at 10:55 AM, Michael wrote: > This should be a simple one. I hope. > > I just installed a program that was compiled against the release version of > mac's X11. Crashes on startup with this: > > dyld: launch, loading dependent libraries > > Dyld Error Message: > Library not

Using X11 for an older program

2020-12-21 Thread Michael
This should be a simple one. I hope. I just installed a program that was compiled against the release version of mac's X11. Crashes on startup with this: dyld: launch, loading dependent libraries Dyld Error Message: Library not loaded: /opt/X11/lib/libpng15.15.dylib What symbolic links do I