[Csnd] install problems
Date | 2012-11-28 09:16 |
From | Andreas Bergsland |
Subject | [Csnd] install problems |
Attachments | andreas_bergsland.vcf |
Hi, I am trying to help out a friend over phone/email with installing csound on her macbook . She tried the 5.18.031 installer for OSX10.7 but she only got this when she tried to run csound from the terminal after the install: dyld: Library not loaded: /usr/local/lib/libsndfile.1.dylib Referenced from: /usr/local/bin/csound Reason: no suitable image found. Did find: /usr/local/lib/libsndfile.1.dylib: stat() failed with errno=13 /usr/local/lib/libsndfile.1.dylib: stat() failed with errno=13 Trace/BPT trap: 5 She has previously tried to install other versions (the 5.17 version and the 5.18 version for OSX10.6). Does anybody know what the problem might be and how it can be solved? best, Andreas -- Andreas Bergsland, postdoktor Musikkteknologiseksjonen Institutt for musikk Olavskvartalet NTNU 7491 Trondheim Besøksadresse: Fjordgt.1 (3.etg.) e-post: andreas.bergsland@ntnu.no Web: http://folk.ntnu.no/andbe Tlf: 7359 0096 Mob: 4566 3316 |
Date | 2012-11-28 09:41 |
From | Victor Lazzarini |
Subject | Re: [Csnd] install problems |
Looks like there is a permissions problem accessing the file /usr/local/lib/libsndfile.1.dylib. You should check the permissions for this file. From the terminal $ ls -l /usr/local/lib/libsndfile.1.dylib and you should get something like this -rwxr-xr-x 1 root wheel 6743348 5 Oct 15:43 /usr/local/lib/libsndfile.1.dylib the 'r' on the left indicate it can be read by all users. Regards Victor On 28 Nov 2012, at 09:16, Andreas Bergsland wrote: > Hi, > I am trying to help out a friend over phone/email with installing csound on her macbook . She tried the 5.18.031 installer for OSX10.7 but she only got this when she tried to run csound from the terminal after the install: > > dyld: Library not loaded: /usr/local/lib/libsndfile.1.dylib > Referenced from: /usr/local/bin/csound > Reason: no suitable image found. Did find: > /usr/local/lib/libsndfile.1.dylib: stat() failed with errno=13 > /usr/local/lib/libsndfile.1.dylib: stat() failed with errno=13 > Trace/BPT trap: 5 > > She has previously tried to install other versions (the 5.17 version and the 5.18 version for OSX10.6). > Does anybody know what the problem might be and how it can be solved? > > best, > Andreas > > -- > Andreas Bergsland, > postdoktor > > Musikkteknologiseksjonen > Institutt for musikk > Olavskvartalet > NTNU > 7491 Trondheim > > Besøksadresse: Fjordgt.1 (3.etg.) > e-post: andreas.bergsland@ntnu.no > Web: http://folk.ntnu.no/andbe > Tlf: 7359 0096 > Mob: 4566 3316 > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > > |
Date | 2012-11-28 09:44 |
From | Victor Lazzarini |
Subject | Re: [Csnd] install problems |
Also check $ ls -l /usr/local and $ls -l /usr Victor On 28 Nov 2012, at 09:41, Victor Lazzarini wrote: > Looks like there is a permissions problem accessing the file /usr/local/lib/libsndfile.1.dylib. > You should check the permissions for this file. > > From the terminal > > $ ls -l /usr/local/lib/libsndfile.1.dylib > > and you should get something like this > > -rwxr-xr-x 1 root wheel 6743348 5 Oct 15:43 /usr/local/lib/libsndfile.1.dylib > > the 'r' on the left indicate it can be read by all users. > > Regards > > Victor > > On 28 Nov 2012, at 09:16, Andreas Bergsland wrote: > >> Hi, >> I am trying to help out a friend over phone/email with installing csound on her macbook . She tried the 5.18.031 installer for OSX10.7 but she only got this when she tried to run csound from the terminal after the install: >> >> dyld: Library not loaded: /usr/local/lib/libsndfile.1.dylib >> Referenced from: /usr/local/bin/csound >> Reason: no suitable image found. Did find: >> /usr/local/lib/libsndfile.1.dylib: stat() failed with errno=13 >> /usr/local/lib/libsndfile.1.dylib: stat() failed with errno=13 >> Trace/BPT trap: 5 >> >> She has previously tried to install other versions (the 5.17 version and the 5.18 version for OSX10.6). >> Does anybody know what the problem might be and how it can be solved? >> >> best, >> Andreas >> >> -- >> Andreas Bergsland, >> postdoktor >> >> Musikkteknologiseksjonen >> Institutt for musikk >> Olavskvartalet >> NTNU >> 7491 Trondheim >> >> Besøksadresse: Fjordgt.1 (3.etg.) >> e-post: andreas.bergsland@ntnu.no >> Web: http://folk.ntnu.no/andbe >> Tlf: 7359 0096 >> Mob: 4566 3316 >> >> >> Send bugs reports to the Sourceforge bug tracker >> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >> Discussions of bugs and features can be posted here >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >> >> |
Date | 2012-11-28 10:04 |
From | Alan Fitch |
Subject | Re: [Csnd] install problems |
On 28/11/2012 09:41, Victor Lazzarini wrote: > Looks like there is a permissions problem accessing the file /usr/local/lib/libsndfile.1.dylib. > You should check the permissions for this file. > > From the terminal > > $ ls -l /usr/local/lib/libsndfile.1.dylib > > and you should get something like this > > -rwxr-xr-x 1 root wheel 6743348 5 Oct 15:43 /usr/local/lib/libsndfile.1.dylib > > the 'r' on the left indicate it can be read by all users. > Shouldn't that be the 'r' on the right? regards Alan -- Alan Fitch |
Date | 2012-11-28 10:10 |
From | Andreas Bergsland |
Subject | Re: [Csnd] install problems |
Attachments | andreas_bergsland.vcf |
Thanks a lot! I'll forward this to my friend. Best, Andreas > Also check > > $ ls -l /usr/local > > and > > $ls -l /usr > > Victor > > On 28 Nov 2012, at 09:41, Victor Lazzarini wrote: > >> Looks like there is a permissions problem accessing the file /usr/local/lib/libsndfile.1.dylib. >> You should check the permissions for this file. >> >> From the terminal >> >> $ ls -l /usr/local/lib/libsndfile.1.dylib >> >> and you should get something like this >> >> -rwxr-xr-x 1 root wheel 6743348 5 Oct 15:43 /usr/local/lib/libsndfile.1.dylib >> >> the 'r' on the left indicate it can be read by all users. >> >> Regards >> >> Victor >> >> On 28 Nov 2012, at 09:16, Andreas Bergsland wrote: >> >>> Hi, >>> I am trying to help out a friend over phone/email with installing csound on her macbook . She tried the 5.18.031 installer for OSX10.7 but she only got this when she tried to run csound from the terminal after the install: >>> >>> dyld: Library not loaded: /usr/local/lib/libsndfile.1.dylib >>> Referenced from: /usr/local/bin/csound >>> Reason: no suitable image found. Did find: >>> /usr/local/lib/libsndfile.1.dylib: stat() failed with errno=13 >>> /usr/local/lib/libsndfile.1.dylib: stat() failed with errno=13 >>> Trace/BPT trap: 5 >>> >>> She has previously tried to install other versions (the 5.17 version and the 5.18 version for OSX10.6). >>> Does anybody know what the problem might be and how it can be solved? >>> >>> best, >>> Andreas >>> >>> -- >>> Andreas Bergsland, >>> postdoktor >>> >>> Musikkteknologiseksjonen >>> Institutt for musikk >>> Olavskvartalet >>> NTNU >>> 7491 Trondheim >>> >>> Besøksadresse: Fjordgt.1 (3.etg.) >>> e-post: andreas.bergsland@ntnu.no >>> Web: http://folk.ntnu.no/andbe >>> Tlf: 7359 0096 >>> Mob: 4566 3316 >>> >>> >>> Send bugs reports to the Sourceforge bug tracker >>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 >>> Discussions of bugs and features can be posted here >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >>> >>> |
Date | 2012-11-28 10:14 |
From | Victor Lazzarini |
Subject | Re: [Csnd] install problems |
yes, I get my left and rights wrong all the time On 28 Nov 2012, at 10:04, Alan Fitch wrote: > On 28/11/2012 09:41, Victor Lazzarini wrote: >> Looks like there is a permissions problem accessing the file /usr/local/lib/libsndfile.1.dylib. >> You should check the permissions for this file. >> >> From the terminal >> >> $ ls -l /usr/local/lib/libsndfile.1.dylib >> >> and you should get something like this >> >> -rwxr-xr-x 1 root wheel 6743348 5 Oct 15:43 /usr/local/lib/libsndfile.1.dylib >> >> the 'r' on the left indicate it can be read by all users. >> > Shouldn't that be the 'r' on the right? > > regards > Alan > > -- > Alan Fitch > > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |