php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58482 make test failed
Submitted: 2009-01-03 10:19 UTC Modified: 2009-01-03 12:42 UTC
From: schlim at gmx dot de Assigned:
Status: Not a bug Package: idn (PECL)
PHP Version: 5.2.4 OS: Ubuntu 8.04
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
36 + 19 = ?
Subscribe to this entry?

 
 [2009-01-03 10:19 UTC] schlim at gmx dot de
Description:
------------
Hi,

what can I do?

make test failed

(I prefer german)

Thanks

Reproduce code:
---------------
$ pecl install channel://pecl.php.net/idn-0.1

installed succesfull
but Openmailadmin doesn't check that PECL::idn installed

  $ tar xvzf idn-x.y.tar.gz
  $ cd idn-x.y
  $ phpize
  $ ./configure --with-idn
  $ make
  $ make test

test failed


Expected result:
----------------
Tests run successfully

Actual result:
--------------
---- EXPECTED OUTPUT
www.????.com-www.xn--4caib6c.com-www.????.com
---- ACTUAL OUTPUT
PHP Warning:  PHP Startup: Unable to load dynamic library 'modules/mcrypt.so' - modules/mcrypt.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/mcrypt.so' - modules/mcrypt.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'modules/gd.so' - modules/gd.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/gd.so' - modules/gd.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'modules/imagick.so' - modules/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/imagick.so' - modules/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'modules/mysql.so' - modules/mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/mysql.so' - modules/mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'modules/mysqli.so' - modules/mysqli.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/mysqli.so' - modules/mysqli.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'modules/pdo.so' - modules/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/pdo.so' - modules/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'modules/pdo_mysql.so' - modules/pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/pdo_mysql.so' - modules/pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'modules/pdo_pgsql.so' - modules/pdo_pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/pdo_pgsql.so' - modules/pdo_pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'modules/pgsql.so' - modules/pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/pgsql.so' - modules/pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0
www.????.com-www.xn--4caib6c.com-www.????.com
---- FAILED


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-01-03 10:52 UTC] johannes at schlueters dot de
About "make test": This issue is not related to this extension but to the infrastructure provided by PHP. Best would be to upgrade to  ore recent PHP version (which fixes many security issues nd other bugs anyways...) 

About Openmailadmin: No idea what that is. But verify that your php.ini loads idn.so and restart the webserver so that change takes effect.
 [2009-01-03 12:42 UTC] schlim at gmx dot de
Perfect thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 22:01:29 2024 UTC