php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59740 Unable to install idn-0.2.0 on FreeBSD 8.2
Submitted: 2011-04-29 05:01 UTC Modified: 2013-02-18 00:35 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: alessandro dot dellavedova at gmail dot com Assigned:
Status: No Feedback Package: idn (PECL)
PHP Version: 5.3.5 OS: FreeBSD 8.2
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: alessandro dot dellavedova at gmail dot com
New email:
PHP Version: OS:

 

 [2011-04-29 05:01 UTC] alessandro dot dellavedova at gmail dot com
Description:
------------
Hi all,

on FreeBSD 8.2-RELEASE:

root@: pkg_info | grep libidn
libidn-1.19 Internationalized Domain Names command line tool

root@: pecl install channel://pecl.php.net/idn-0.2.0
downloading idn-0.2.0.tar ...
Starting to download idn-0.2.0.tar (Unknown size)
.........done: 26,624 bytes
3 source files, building
running: phpize
Configuring for:
PHP Api Version:         20090626
Zend Module Api No:      20090626
Zend Extension Api No:   220090626
configure.in:3: warning: prefer named diversions
configure.in:3: warning: prefer named diversions
GNU libidn installation dir? [autodetect] : 
building in /go-pear/pear-build-root8e2FVQ/idn-0.2.0
running: /go-pear/idn/configure --with-idn
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... yes
checking build system type... amd64-unknown-freebsd8.2
checking host system type... amd64-unknown-freebsd8.2
checking target system type... amd64-unknown-freebsd8.2
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php
-I/usr/local/include/php/main -I/usr/local/include/php/TSRM
-I/usr/local/include/php/Zend -I/usr/local/include/php/ext
-I/usr/local/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/lib/php/20090626
checking for PHP installed headers prefix... /usr/local/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to
regenerate PHP parsers.
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking for GNU Libidn support... yes, shared
checking for idn files in default path... found in /usr/local
checking for optional tld files... yes
checking for stringprep_check_version in -lidn... no
configure: error: wrong idn lib version or lib not found
ERROR: `/go-pear/idn/configure --with-idn' failed

Thank you for any direction about this, I've seen that a similar bug was opened for FreeBSD 6.2 but it seems to be abandoned.

Best,

Alessandro


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-02-26 08:44 UTC] rasmus@php.net
-Status: Open +Status: Feedback
 [2012-02-26 08:44 UTC] rasmus@php.net
It builds fine for me on an up to date FreeBSD 8.2-RELEASE box

% pkg_info | grep libidn
libidn-1.22         Internationalized Domain Names command line tool

Could you check if your libidn has the stringprep_check_version symbol?

nm -o /usr/local/lib/libidn.so | grep stringprep_check_version

You may just need to update your libidn.
 [2013-02-18 00:35 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 15:01:32 2024 UTC