[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: testing, mysql-server-4.1 and cacti



On Mon, Feb 14, 2005 at 08:27:54PM -0700, Mike wrote:
> Mike wrote:
> 
> >I can't seem to update to mysql 4.1 without cacti getting removed.
> >
> >
> >--------------------------------------------------
> ># apt-get install mysql-server-4.1
> >Reading Package Lists... Done
> >Building Dependency Tree... Done
> >The following extra packages will be installed:
> > libmysqlclient14 mysql-client-4.1 mysql-common-4.1
> >Suggested packages:
> > mysql-doc-4.1
> >Recommended packages:
> > libmysqlclient14-dev
> >The following packages will be REMOVED:
> > cacti mysql-client mysql-common mysql-server
> >The following NEW packages will be installed:
> > libmysqlclient14 mysql-client-4.1 mysql-common-4.1 mysql-server-4.1
> >0 upgraded, 4 newly installed, 4 to remove and 0 not upgraded.
> >Need to get 16.8MB of archives.
> >After unpacking 23.6MB of additional disk space will be used.
> >Do you want to continue? [Y/n] n
> >------------------------------------------------------------------------------ 
> >
> 
> >I would sort of prefer to keep cacti, but I want to use sub queries. 
> >Is there a reason for this or what would I do?

  apt-cache showpkg cacti

says, in part:

  Dependencies: ... mysql-client (4 3.23.3)

So cacti is being removed because mysql-client is being removed and
replaced with mysql-client-4.1, which doesn't satisfy that dependency.
You have at least two options.

- Install cacti from source after it's removed

- Or "apt-get source cacti", edit its debian/control file so that it
  depends on mysql-client-4.1 and libmysqlclient14-dev instead of
  mysql-client >>3.23.3 and libmysqlclient-dev, and hope that
  dpkg-buildpackage doesn't complain when you build it.




-- 
Russell Steicke

-- Fortune says:
"Life is like a buffet; it's not good but there's plenty of it."



Reply to: