pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/30464: php4-xslt can't find libiconv after sablotron update



The following reply was made to PR pkg/30464; it has been noted by GNATS.

From: diro%nixsys.bz@localhost
To: "Johnny C. Lam" <jlam%NetBSD.org@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: pkg/30464: php4-xslt can't find libiconv after sablotron update
Date: Sun, 12 Jun 2005 15:53:48 -0400

 On Sun, Jun 12, 2005 at 07:05:52PM +0000, Johnny C. Lam wrote:
 > On Sun, Jun 12, 2005 at 08:06:21AM -0400, diro%nixsys.bz@localhost wrote:
 > > > From: "Johnny C. Lam" <jlam%NetBSD.org@localhost>
 > > >  On Wed, Jun 08, 2005 at 11:53:00AM +0000, diro%nixsys.bz@localhost 
 > > > wrote:
 > > >  > 
 > > >  > checking whether to enable xslt support... yes, shared
 > > >  > checking for XSLT Sablotron backend... /usr/pkg
 > > >  > checking for libexpat dir for Sablotron XSL support... /usr/pkg
 > > >  > checking for iconv dir for Sablotron XSL support... no
 > > >  > checking for JavaScript for Sablotron XSL support... no
 > > >  > checking for sablot-config... found
 > > >  > checking for Sablotron version... >= 0.96
 > > >  > configure: error: Please specify the install prefix of iconv with 
 > > > --with-iconv=<DIR>
 > > >  > *** Error code 1
 > > >  
 > > >  Can you tell me if you're trying to use the built-in iconv in libc
 > > >  or converters/libiconv from pkgsrc?
 > > 
 > > Ideally, it would pick up the version installed from pkgsrc. I thought
 > > that's what it was looking for by default...
 > 
 > No, pkgsrc will use either the built-in iconv or pkgsrc iconv based
 > on your PREFER_* and USE_BUILTIN.* settings in /etc/mk.conf, defaulting
 > to preferring the built-in version.  Do have any such settings in your
 > /etc/mk.conf?  Which version are you trying to use?
 > 
 >      Thanks,
 > 
 >      -- Johnny Lam <jlam%NetBSD.org@localhost>
 
 I had no such settings in /etc/mk.conf and after reading up on the docu added:
 
 USE_BUILTIN.libiconv=no
 PREFER_PKGSRC=yes
 
 to the same effect.
 



Home | Main Index | Thread Index | Old Index