Author |
Topic: failed installation (Read 430 times) |
|
bbott
New Member
member is offline


Posts: 7
|
 |
failed installation
« Thread started on: Aug 4th, 2017, 11:40am » |
|
I've just installed BBC Basic on my raspberry pi 3, but when I run ./bbcsdl I get error message 'no such fileor directory' , any ideas.
|
|
Logged
|
|
|
|
Richard Russell
Administrator
member is offline


Posts: 803
|
 |
Re: failed installation
« Reply #1 on: Aug 4th, 2017, 2:06pm » |
|
on Aug 4th, 2017, 11:40am, bbott wrote:| I've just installed BBC Basic on my raspberry pi 3, but when I run ./bbcsdl I get error message 'no such file or directory', any ideas. |
|
Not really. I assume you followed the installation instructions in install-rpi.txt exactly.
One possibility, I suppose, is that when you extracted the contents of bbc-rpi.zip it didn't create the directory structure correctly. Check that you have a subdirectory called lib and that in that subdirectory there is a file dlglib.bbc. If that file is missing you would get the error you report.
Richard.
|
|
Logged
|
|
|
|
bbott
New Member
member is offline


Posts: 7
|
 |
Re: failed installation
« Reply #2 on: Aug 4th, 2017, 2:15pm » |
|
Just checked lib directory, I don't have diglib.bbc subdirectory, so I presume thats the fault. I've just checked, I did follow install-rpi.txt, and I repeated it a second time. Can I manually add the directories?
|
|
Logged
|
|
|
|
bbott
New Member
member is offline


Posts: 7
|
 |
Re: failed installation
« Reply #3 on: Aug 4th, 2017, 2:19pm » |
|
Just a thought, what is the subdirectory in, I assumed the filesystem lib. Also there is nothing in the oldconffiles directory that has been created.
|
|
Logged
|
|
|
|
bbott
New Member
member is offline


Posts: 7
|
 |
Re: failed installation
« Reply #4 on: Aug 4th, 2017, 2:24pm » |
|
Have now found diglib.bbc, in downloads/lib directory. All .bbc files appear to be in this directory.
|
|
Logged
|
|
|
|
bbott
New Member
member is offline


Posts: 7
|
 |
Re: failed installation
« Reply #5 on: Aug 4th, 2017, 2:27pm » |
|
Solved the problem, needed to run command from Downloads directory. Thanks for help. Barry
|
|
Logged
|
|
|
|
Richard Russell
Administrator
member is offline


Posts: 803
|
 |
Re: failed installation
« Reply #6 on: Aug 4th, 2017, 2:34pm » |
|
on Aug 4th, 2017, 2:15pm, bbott wrote:| Just checked lib directory, I don't have diglib.bbc subdirectory, so I presume thats the fault. |
|
How did you extract the zip file? I simply ran the following command and it created all the subdirectories correctly for me:
Code: Is that what you did?
Richard.
|
|
Logged
|
|
|
|
Richard Russell
Administrator
member is offline


Posts: 803
|
 |
Re: failed installation
« Reply #7 on: Aug 4th, 2017, 2:42pm » |
|
on Aug 4th, 2017, 2:27pm, bbott wrote:| Solved the problem, needed to run command from Downloads directory. |
|
Ah, right. unzip will always extract to the 'current' directory unless you tell it otherwise. I created a new directory for the purpose (~/BBCBASIC) but leaving everything in ~/Downloads is fine if you don't think it's in danger of becoming too cluttered.
Richard.
|
|
Logged
|
|
|
|
|