Hi all,

I'm developing a C++ application for the BeagleBone Black on a Debian 
(Linux debian-9-2-1-64 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) 
x86_64 GNU/Linux) machine with foreign-architecture armhf.

The application need access to the BBB's MariaDB.  For this, I need to 
install the armhf headers and libs on the amd64 machine, resulting in this 
messages:

paul@debian-9-2-1-64:~$ dpkg --print-foreign-architectures                 
             
armhf  
paul@debian-9-2-1-64:~$ sudo apt-get install mysql-server:armhf
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mysql-server:armhf : Depends: default-mysql-server:armhf but it is not 
installable
E: Unable to correct problems, you have held broken packages.
paul@debian-9-2-1-64:~$ sudo apt-get install mysql-client:armhf
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mysql-client:armhf : Depends: default-mysql-client:armhf but it is not 
installable
E: Unable to correct problems, you have held broken packages.


So my question is how to install these files so that development can 
continue?

Thanks,
Paul

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/0d208583-5fbc-4b1b-9ff8-4eab646e8493%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to