Hi Craig, > I'm unable to install a package: gd-2.0.33p2
Do you habe xbase39.tgz installed on that particular machine? > Error is: > # pkg_add mailgraph-1.12.tgz > Can't install gd-2.0.33p2: lib not found fontconfig.3.0 [EMAIL PROTECTED] $ ls /usr/X11R6/lib/libfontconfig.so.3.0 /usr/X11R6/lib/libfontconfig.so.3.0 > Can't install gd-2.0.33p2: lib not found freetype.13.1 [EMAIL PROTECTED] $ ls /usr/X11R6/lib/libfreetype.so.13.1 /usr/X11R6/lib/libfreetype.so.13.1 > I would have thought that the dependency should be > freetype-1.3.1p2.tgz, and not freetype.13.1: You appear to confuse package and library dependencies. > # 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 The gd package depends on the above packages. > @wantlib c.39.0 > @wantlib fontconfig.3.0 > @wantlib freetype.13.1 [...] The gd package depends on the above shared object libraries. > Please advise if there is something that I'm doing wrong > or if there is a packaging problem. In case this reply helps you, you were lucky enough to miss a rather lengthy and boring thread discussing the dependency of gd on X to death. It died about yesterday. ;-) Yours, Ingo -- Ingo Schwarze <[EMAIL PROTECTED]>