LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Installation error with "Proview open source process control" (https://www.linuxquestions.org/questions/ubuntu-63/installation-error-with-proview-open-source-process-control-896331/)

rajiv yadav 08-09-2011 06:32 AM

Installation error with "Proview open source process control"
 
Hi frnds,

I am using ubuntu 10.10. I downloaded "pwr47_4.7.0-2ubuntu_i386.deb" from proview.se. While installing this error appeared on window
"Dependency is not satisfiable: libmysqlclient15off (>= 5.1.30really5.0.83-0ubuntu3)"

My system uses pendium 4 processor. Can someone tell me what is the issue that i am not able to install and how to solve this problem.

Thanks..

knudfl 08-09-2011 06:46 AM

'libmysqlclient15off' is an 'Ubuntu 8.04 Hardy' package.

Add 'hardy' to /etc/apt/sources.list :
Code:

deb http://76.73.4.58/ubuntu/ hardy-updates main
deb http://76.73.4.58/ubuntu/ hardy universe
deb http://security.ubuntu.com/ubuntu hardy-security main
deb http://security.ubuntu.com/ubuntu hardy-security universe

And then : sudo apt-get update && sudo apt-get install libmysqlclient15off

..


All times are GMT -5. The time now is 08:18 PM.