AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
March 15, 2013 11:53AM
I encountered the same problem, but clearing DYLD_* didn't help.

Adding below to ~/matlab/startup.m solved the issue though.
setenv('DYLD_LIBRARY_PATH',[ '/opt/X11/lib:/opt/ni_tools/afni:' getenv('DYLD_LIBRARY_PATH') ])

The new paths prefixed to the old are from the bash environment where afni commands run successively.
$ env |grep DYLD
DYLD_FALLBACK_LIBRARY_PATH=/opt/X11/lib:/opt/ni_tools/afni:
Subject Author Posted

A problem of using matlab to perform AFNI commands

Victor July 06, 2012 03:38PM

Re: A problem of using matlab to perform AFNI commands

Peter Molfese July 06, 2012 03:45PM

Re: A problem of using matlab to perform AFNI commands

Will March 15, 2013 11:53AM