On Sat, Feb 13, 2010 at 3:59 PM, Kaya Saman <[email protected]> wrote: > Hi Juergen, > > this is my first attempt to download/install Cacti from the link you > provided: > > r...@test:~# /opt/csw/bin/pkg-get -s > http://mirror.opencsw.org/opencsw/testing -U -u cacti
As far as I know pkg-get can not deal with two repos, in your case you want cacti from testing and the dependencies from current. You can either get all the dependencies with pkg-get first and then install cacti with the command above or use pkgutil which works with multiple repos. -- /peter _______________________________________________ users mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/users
