ATSAS installation guide for the Mac
ATSAS installation guide for the Mac
Hi,
I am trying to install ATSAS 2.4.1 on an iMAC running OS 10.5.8. I downloaded the dmg and ran through the install no problem. The executables are in the /usr/bin directory. When I try to run primus I get the following error.
>> primus
dyld: Library not loaded: QtSvg.framework/Versions/4/QtSvg
Referenced from: /usr/bin/primus
Reason: image not found
Trace/BPT trap
>>
It appears that I need to install some libraries.
Where can I find them?
Also, is there a ATSAS installation guide for the Mac?
Thanks,
John
I am trying to install ATSAS 2.4.1 on an iMAC running OS 10.5.8. I downloaded the dmg and ran through the install no problem. The executables are in the /usr/bin directory. When I try to run primus I get the following error.
>> primus
dyld: Library not loaded: QtSvg.framework/Versions/4/QtSvg
Referenced from: /usr/bin/primus
Reason: image not found
Trace/BPT trap
>>
It appears that I need to install some libraries.
Where can I find them?
Also, is there a ATSAS installation guide for the Mac?
Thanks,
John
Re: ATSAS installation guide for the Mac
Hi John.John Rose wrote:>> primus
dyld: Library not loaded: QtSvg.framework/Versions/4/QtSvg
When downloading atsas-2.4.1.dmg, you may have noticed the Qt-something.dmg right next to it? Get and install that it as well. The problem should go away and primus should start.
HTH
Daniel
ATSAS Install guide
I down loaded the QT software. Thanks. Primus now runs.
[Edited out following question as it was also posted here.]
[Edited out following question as it was also posted here.]
Primus on Mac OS 10.7 crash
Hi guys,
I have two questions:
1) I've installed the new atsas (atlas-2.4.2-1.dmg) on my Mac (Lion). I've read the README and installed the required Qt libraries. However, when I try to run primes, I get the following reply:
Yanns-MacBook-Pro:~ yannsterckx$ primus
dyld: Library not loaded: libsaxsplot.dylib
Referenced from: /usr/bin/primus
Reason: no suitable image found. Did find:
/usr/lib/libsaxsplot.dylib: mach-o, but wrong architecture
Trace/BPT trap: 5
2) I also run Windows XP on my Mac and I downloaded the new atlas for WindowsXP. I can open Primus, but when I want to use the 'Sasplot' or 'Porod' options, Primus quits unexpectedly...
Any idea on how to solve this?
Many thanks,
Yann
I have two questions:
1) I've installed the new atsas (atlas-2.4.2-1.dmg) on my Mac (Lion). I've read the README and installed the required Qt libraries. However, when I try to run primes, I get the following reply:
Yanns-MacBook-Pro:~ yannsterckx$ primus
dyld: Library not loaded: libsaxsplot.dylib
Referenced from: /usr/bin/primus
Reason: no suitable image found. Did find:
/usr/lib/libsaxsplot.dylib: mach-o, but wrong architecture
Trace/BPT trap: 5
2) I also run Windows XP on my Mac and I downloaded the new atlas for WindowsXP. I can open Primus, but when I want to use the 'Sasplot' or 'Porod' options, Primus quits unexpectedly...
Any idea on how to solve this?
Many thanks,
Yann
Re: Primus on Mac OS 10.7 crash
Hu? What kind of architecture are you on? 32/64 bit? The binaries are Intel only?!Yann wrote:dyld: Library not loaded: libsaxsplot.dylib
Referenced from: /usr/bin/primus
Reason: no suitable image found. Did find:
/usr/lib/libsaxsplot.dylib: mach-o, but wrong architecture
Trace/BPT trap: 5
.Yann wrote:2) I also run Windows XP on my Mac and I downloaded the new atlas for WindowsXP. I can open Primus, but when I want to use the 'Sasplot' or 'Porod' options, Primus quits unexpectedly..
Which primus are you referring to? The orginal version, or the Qt-based one?
Hi Daniel,
to reply to your first question:
My processor is 64bit and I am running on 64-bit kernel.
For your second question, I was referring to the version of Primus included in the latest version of Atsas for Windows which I have installed on Windows XP I have running on my Mac. When I try to re-install an older version, I get the same problem...
Thanks for your time and your help,
Yann
to reply to your first question:
My processor is 64bit and I am running on 64-bit kernel.
For your second question, I was referring to the version of Primus included in the latest version of Atsas for Windows which I have installed on Windows XP I have running on my Mac. When I try to re-install an older version, I get the same problem...
Thanks for your time and your help,
Yann
I didn't package this package myself this time. I requested info on the build machine.Yann wrote:My processor is 64bit and I am running on 64-bit kernel.
Ok, I guess the "old" version then. You get the Qt version only if you request a full, expert or whatever the option is, installation. Sry, can't help then. Maybe you move this question into another thread in the appropriate section?Yann wrote:For your second question, I was referring to the version of Primus included in the latest version of Atsas for Windows which I have installed on Windows XP I have running on my Mac. When I try to re-install an older version, I get the same problem...
Now I'm puzzled - the build machine apparently is 64bit as well?!Yann wrote:My processor is 64bit and I am running on 64-bit kernel.
Do other application, e.g dammif, run?
Code: Select all
$> dammif --help
Re: Primus on Mac OS 10.7 crash
Hi Yann,Yann wrote: 1) I've installed the new atsas (atlas-2.4.2-1.dmg) on my Mac (Lion). I've read the README and installed the required Qt libraries. However, when I try to run primes, I get the following reply:
Yanns-MacBook-Pro:~ yannsterckx$ primus
dyld: Library not loaded: libsaxsplot.dylib
Referenced from: /usr/bin/primus
Reason: no suitable image found. Did find:
/usr/lib/libsaxsplot.dylib: mach-o, but wrong architecture
Trace/BPT trap: 5
please try installing the new atsas-2.4.3-1.dmg together with the provided Qt library (qt-mac-opensource-4.8.0.dmg). Don't forget to set the library path:
setenv DYLD_LIBRARY_PATH /usr/lib64
Hopefully, this solves your problem.
Hope this helps.