[Gambas-user] Raspberry Pi
Sebastian Kulesz
sebikul at ...626...
Tue Aug 7 22:08:58 CEST 2012
On Tue, Aug 7, 2012 at 5:00 PM, Tobias Boege
<tobiasboege01 at ...1601...> wrote:
> On Tue, 07 Aug 2012, Emil Lenngren wrote:
>> I tried to install
>> http://tomv.home.xs4all.nl/raspberry/gambas3_3.1.1-1_armel.deb on Raspbian
>> but I got "package architecture (armel) does not match system (armhf)".
>> When I tried with "--force-architecture", I got a lot of dependency errors,
>> but the files were installed.
>> Running "gambas3" prints:
>> "ERROR: #27: Cannot load component 'gb.image': /usr/lib/gambas3/gb.image.so":
>> cannot open shared object file: No such file or directory", even though
>> that file exists...
>>
>> /Emil
>>
>
> Hmm... Could it be what gb.image.so in turn depends on some other library
> which cannot be found?
> I certainly remember errors such as those above which do not actually
> mention the library that is not found but the library from which the error
> was risen.
> I just could not find any dependencies of gb.image.so, except libc.
>
> (ldconfig was done?)
>
> Regards,
> Tobi
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
You are getting that error because armel and armhf are different
implementations of the same architecture, and the linker can't load
the gb.image.so library as it was compiled on an armel chip. You
should download the source package and compile it yourself or find
another package compiled under armel.
It would be nice if you could also make available the compiled package
under armel so others can test it ;)
More information about the User
mailing list