October 13, 2012
Problem Installling php-gd on OpenBSD 5.1
openbsdenvioI have problem when installing php-gd on my openbsd 5.1, I chose minimal package option when install it, I remove all package with X on it. When I install php-gd i got this : Can’t install php-gd-5.2.17p6 because of libraries |library X11.15.0 not found | not found anywhere |library Xpm.8.0 not found | not found anywhere |library freetype.18.1 not found | not found anywhere The solution actually is very easy, that problem caused by missing xbase5.1 package :D, so you just need download xbase51.tgz from openbsd site, and do some […]