php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22078 iconv is not recognized during ./configure
Submitted: 2003-02-05 11:50 UTC Modified: 2003-02-05 23:56 UTC
From: slash at peereboom dot us Assigned:
Status: Closed Package: ICONV related
PHP Version: 4.2.3 OS: OpenBSD 3.2 sparc64
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: slash at peereboom dot us
New email:
PHP Version: OS:

 

 [2003-02-05 11:50 UTC] slash at peereboom dot us
I reproduced this with iconv 1.8 & 1.7.
Tried the packages and compiling iconv myself. The outcome was identical.

./configure --with-zlib --with-gd --with-jpeg --with-png --with-mysql=/usr/local/mysql --with-curl --with-gdbm --with-xmlrpc --with-dom --with-dom-xslt --with-expat --with
-iconv=/usr/local/libiconv/ --with-iconv-dir=/usr/local/libiconv/

<snip>

configure: error: Please specify the install prefix of iconv with --with-iconv=<DIR>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-05 13:36 UTC] moriyoshi@php.net
1) What option did you specify at the libiconv's configure script?

2) Please check whether another iconv library such as BSD iconv is installed somewhere else. When two different iconv implementations are installed, configure may fail.

3) Try the best available version, 4.3.0.


 [2003-02-05 13:50 UTC] slash at peereboom dot us
1. ./configure --prefix=/usr/local/libiconv

2. Not the case; always uninstalled previous versions before I tried a new one.

3. Works; however I have other problems with 4.3.0 hence me trying 4.2.3
 [2003-02-05 14:05 UTC] moriyoshi@php.net
As we don't support older versions anymore, I yet think the best solution is to use 4.3.0.

Then, what's wrong with the latest version?

 [2003-02-05 15:30 UTC] slash at peereboom dot us
See bug #22076 & #22077
 [2003-02-05 23:56 UTC] moriyoshi@php.net
O.k. we'll take a look into the other problems.

Now closing this report... (fixed in later versions)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 03:01:29 2024 UTC