Hi list, I'm unable to install a package: gd-2.0.33p2
This is the first time I have had a problem of this kind. Running a new install of 3.9 release on a i386. Error is: # pkg_add mailgraph-1.12.tgz Can't install gd-2.0.33p2: lib not found fontconfig.3.0 Even by looking in the dependency tree: jpeg-6bp3, png-1.2.8, libiconv-1.9.2p3 Maybe it's in a dependent package, but not tagged with @lib ? (check with pkg_info -K -L) If you are still running 3.6 packages, update them. Can't install gd-2.0.33p2: lib not found freetype.13.1 Can't install rrdtool-1.0.49p3: can't resolve gd-2.0.33p2 Can't install mailgraph-1.12.tgz: can't resolve rrdtool-1.0.49p3 I would have thought that the dependency should be freetype-1.3.1p2.tgz, and not freetype.13.1: # pkg_info -f gd-2.0.33p2.tgz | egrep "(depend|wantlib)" @depend converters/libiconv:libiconv-*:libiconv-1.9.2p3 @depend graphics/jpeg:jpeg-*:jpeg-6bp3 @depend graphics/png:png-*:png-1.2.8 @wantlib c.39.0 @wantlib fontconfig.3.0 @wantlib freetype.13.1 @wantlib iconv.4.0 @wantlib jpeg.62.0 @wantlib m.2.1 @wantlib png.4.2 @wantlib z.4.1 I tried this as suggested: # pkg_info -K -L gd-2.0.33p2.tgz | grep [EMAIL PROTECTED] @lib /usr/local/lib/libgd.so.20.33 # pkg_info -K -L libiconv-1.9.2p3.tgz | grep [EMAIL PROTECTED] @lib /usr/local/lib/libcharset.so.1.0 @lib /usr/local/lib/libiconv.so.4.0 # pkg_info -K -L jpeg-6bp3.tgz | grep [EMAIL PROTECTED] @lib /usr/local/lib/libjpeg.so.62.0 # pkg_info -K -L png-1.2.8.tgz | grep [EMAIL PROTECTED] @lib /usr/local/lib/libpng.so.4.2 Please advise if there is something that I'm doing wrong or if there is a packaging problem. The only thread I could find for this was here: http://www.freebsdforums.org/forums/showthread.php?t=40874 Craig. -- Craig Skinner | http://www.kepax.co.uk | [EMAIL PROTECTED]