On 07/29/2015 12:25 PM, Paul Breneman wrote:
On 07/29/2015 08:23 AM, Marco van de Voort wrote:
In our previous episode, Paul Breneman said:
***** The text below is from that wiki page *****
This downloads a file (875240 bytes) but can't execute it (help needed):
wget
https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/blob/master/bin/i386-linux/fpcup_linux_x86?raw=true

--no-check-certificate
mv fpcup_linux_x86?raw=true fpcup
chmod u+rx fpcup
sudo ./fpcup (Get No such file or directory error)
*****

Anyone here have any quick suggestions on what I might be doing wrong?
I've asked on the Lazarus forum but have gotten no response.

output of

ls -l fpcup

ldd ./fpcup

file fpcup

and

uname -a

would be helpful

I got a new file (fpcup1) today using the "-O outputfilename" on the
wget like Ewald suggested.  They both fail to run.

ls -l fpcup*
-rwxr--r-- 1 test test 875240 Jul 28 20:41 fpcup
-rwxr-xr-x 1 test test 875240 Jul 29 10:22 fpcup1

ldd ./fpcup
linux-gate.so.1
libpthread.so.0 => /lib/...
libdl.so.2 => /lib/...
libc.so.6 => /lib/...
/usr/lib/ld-linux.so.2 => /lib/...

file: command not found

uname -a
Linux debian 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt9-3~deb8u1
(2015-04-24) i686 GNU/Linux

Thanks Marco.  Anything else that would be helpful?

I did apt-get update and apt-get upgrade and now uname -a shows:
Linux debian 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt111-1+deb8u2 (2015-07-17) i686 GNU/Linux

The same problem remains.

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to