On Sat, Feb 04, 2006 at 10:48:53AM -0500, Jason Dixon wrote: > Here's a perfect example of what I'm talking about. I uninstalled > php4, libiconv, gettext, etc., and tried to install php5 instead. > > # pkg_add php5-core-5.0.4p0 > php5-core-5.0.4p0:libiconv-1.9.2p1: complete > php5-core-5.0.4p0:gettext-0.10.40p3: complete > /usr/local/bin/xmlcatalog: can't load library 'libiconv.so. > 4.0'*********************************************| 100% > php5-core-5.0.4p0:libxml-2.6.16p5: complete > php5-core-5.0.4p0: complete > --- libxml-2.6.16p5 ------------------- > system(/bin/sh, -c, /usr/local/bin/xmlcatalog --create --noout /var/ > db/xmlcatalog) failed: 1024 > <snip>
and you do have /usr/local/lib/libiconv.so.4.0, right? if so, then is your library search path perhaps broken? steven Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
