[fpc-devel] Future of FPCUP tool

Paul Breneman Paul2006 at BrenemanLabs.com
Wed Jul 29 18:25:55 CEST 2015


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?




More information about the fpc-devel mailing list