Hello, I try to run the smbclient on my ARM Platform (Samsung S3C2440a ARM920T). In order to this I've downloaded the smbclient and samba-common packages from arm branch (3.0.24-6etch10), and extract they on my host by following command:
dpkg-deb -x samba-common_3.4.2-1~bpo50+3_all.deb ~/samba dpkg-deb -x samba-common_3.4.2-1~bpo50+3_all.deb ~/samba After that, I've transfered ~/samba directory to my target board. When I run any binary files from usr/bin path I get the following errors: r...@arm:~/samba/usr/bin$ ./smbclient -/bin/sh: smbclient: not found r...@arm:~/samba/usr/bin$ ./smbget -/bin/sh: smbget: not found r...@arm:~/samba/usr/bin$ ./findsmb -/bin/sh: findsmb: not found I don't exactly understand it. What have I missed? Maybe I have to 'convert' somehow these binary files? Thank you in advance for any hints and engagement. -- Piotr Piwko http://www.embedded-engineering.pl/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

