NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
pogi
Aug 24, 2012Aspirant
installing mysql_config
Hi
I'm trying to have mysql_config on my readynas in order to install a python module (MySQLdb)
I have the following dependency error
apt-get install libmysqlclient-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting libmysqlclient15-dev instead of libmysqlclient-dev
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:
libmysqlclient15-dev: Depends: libmysqlclient15off (>= 5.0.32-7etch12) but 5.0.32-7etch8 is to be installed
E: Broken packages
any idea how to fix it?
Thanks
I'm trying to have mysql_config on my readynas in order to install a python module (MySQLdb)
I have the following dependency error
apt-get install libmysqlclient-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting libmysqlclient15-dev instead of libmysqlclient-dev
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:
libmysqlclient15-dev: Depends: libmysqlclient15off (>= 5.0.32-7etch12) but 5.0.32-7etch8 is to be installed
E: Broken packages
any idea how to fix it?
Thanks
1 Reply
Replies have been turned off for this discussion
- pogiAspirantok solved by doing this
install
dpkg -i mysql-common_5.0.32-7etch12_all.deb
dpkg -i libmysqlclient15off_5.0.32-7etch12_i386.deb
dpkg -i libmysqlclient15-dev_5.0.32-7etch12_i386.deb
then build the MySQL-python-1.2.3
python2.6 setup.py build
python2.6 setup.py install
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!