configure: error: Problem with libXpm.(a|so) or libX11.(a|so)

December 7th, 2009 by tech Leave a reply »

Error: configure: error: Problem with libXpm.(a|so) or libX11.(a|so)

This happens most times when compiling with gd enabled for the first time. Reinstall X11 libraries and try again:

cd /usr/ports/x11/libX11/
make deinstall
make install

Advertisement

Leave a Reply