php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13487 --with-sablot cannot find reference to iconv
Submitted: 2001-09-28 17:35 UTC Modified: 2001-10-01 23:30 UTC
From: justin at makeig dot com Assigned:
Status: Closed Package: Sablotron XSL
PHP Version: 4.0.6 OS: Mac OS 10.0.4
Private report: No CVE-ID: None
 [2001-09-28 17:35 UTC] justin at makeig dot com
I am trying to build PHP 4.0.6 with the sablot extension on 
Mac OS X. I have been able to successfully build it without 
the --with-sablot flag. However, when I run the 
configuration script with the following flags:

--prefix=/usr
--sysconfdir=/etc
--localstatedir=/var
--mandir=/usr/share/man
--with apxs=/usr/sbin/apxs
--with-zlib
--with-xml
--with-mysql
--with-iconv
--with-sablot

I get the following error:

<snip>
checking for Sablotron XSL support... yes
checking libexpat dir for Sablotron 0.50... no
checking for Sablotron in default path... found in /usr/
local
checking for SablotSetEncoding in -lsablot... no
checking for iconv_open in -lc... no
configure: error: iconv not found
</snip>

I have installed libiconv 1.7 and Sablotron works from the 
command line using sabcmd. Based on the bug report in 
http://bugs.php.net/bug.php?id=11654, I tried altering the 
.m4 files mentioned and running buildconf with no avail on 
a PHP snapshot released on 09/27/2001 (200109272235 from 
http://snaps.php.net). Doing this still gives me the same 
error.


Thanks,

Justin Makeig

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-01 23:30 UTC] sniper@php.net
user reported fixed in CVS.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 04:01:30 2024 UTC