I ran the install script a number of times in different directories, all with the same results. I did eventually run the "file linbpq" command and discovered I was trying to run a 32-bit file on a 64-bit system. After installing the various 32-bit libraries it now works as advertised. I guess what threw me was the "No such file" error when, in fact, it was a 32/64-bit library issue.
Michael WA7SKG
Mark Griffith via Groups.Io wrote on 1/28/20 2:04 PM:
toggle quoted message
Show quoted text
Sorry, I thought you were asking about the script failing.
There is something wrong with the filename, linbpq.? There may be some hidden character embedded in there somewhere.
I would rename it, if you can.? If not, remove it and copy in a new file.
It may be something else completely.
Also, show the type of the file with the command "file linbpq"
Mark
KD0QYN
On Tuesday, January 28, 2020, 3:45:25 PM CST, Michael WA7SKG <wa7skg@...> wrote:
Sorry, I thought it would be clear that getting the directory listing
with "ll" would have indicated that I was in that directory, as well as
issuing "./linbpq" to run a file in that directory.
Does this help clarify it for you?
michael@Desk4 <mailto:michael@Desk4>:~/ham_stuff/linbpq$ ll
total 3384
drwxrwxr-x 3 michael michael? ? 4096 Jan 28 12:07 ./
drwxrwxr-x 5 michael michael? ? 4096 Jan 28 11:43 ../
-rw-rw-r-- 1 michael michael? ? 770 Jan 28 12:07 bpq32.cfg
drwxrwxr-x 2 michael michael? ? 4096 Jan 28 11:43 HTML/
-rwxrwxr-x 1 michael michael 3438660 Jan 28 05:16 linbpq*
-rw-rw-r-- 1 michael michael? ? 4877 Jan 28 11:43 linmail.cfg
michael@Desk4 <mailto:michael@Desk4>:~/ham_stuff/linbpq$ ./linbpq
-bash: ./linbpq: No such file or directory
The linbpq is a binary executable file.
Michael WA7SKG