On Thu, 11 Aug 2011 19:45:43 -0500 Andres Genovez <[email protected]> wrote:
> Hello, > > A little question, if anyone can help > > I am using OpenBSD 4.8 GENERIC > > I am using > > pear-1.7.2.tgz > <http://openbsd.mirror.frontiernet.net/pub/OpenBSD/4.8/packages/i386/pear-1.7 > .2.tgz> > > > But when i try to install this, i get this error > > # pear install Image_Graph-0.7.2 > Did not download dependencies: pear/PEAR, pear/Image_Canvas, use > --alldeps or --onlyreqdeps to download automatically ^^^^^^^^^^^ it directly says you what to do. pear install --alldeps Image_Graph-0.7.2 > pear/Image_Graph requires package "pear/PEAR" (version >= 1.3.1) > pear/Image_Graph requires package "pear/Image_Canvas" (version >= > 0.3.0) No valid packages found > install failed > #

