Your message dated Thu, 31 Mar 2011 09:10:40 +0100
with message-id <0f2a31dfe707bcc9a749a54409904...@luffy.cx>
and subject line Re: Bug#620218: roundcube: class Net_IDNA2 not found
has caused the Debian Bug report #620218,
regarding roundcube: class Net_IDNA2 not found
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
620218: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620218
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: roundcube
Version: 0.5.1+dfsg-7
Severity: grave
Justification: renders package unusable
Since the last roundcube update, the following error appears in the
error log after a successful login:
PHP Fatal error: Class 'Net_IDNA2' not found in
/usr/share/roundcube/program/include/rcube_shared.inc on line 721
Workaround: pear install channel://pear.php.net/Net_IDNA2-0.1.1
The last update caused problems listed in bug #617312. We then
downgraded to 0.3.1-6 from stable and put it on hold until 0.5.1-7
became available in testing.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages roundcube depends on:
ii roundcube-core 0.5.1+dfsg-7 skinnable AJAX based webmail solut
roundcube recommends no packages.
roundcube suggests no packages.
Versions of packages roundcube-core depends on:
ii apache2 2.2.17-2 Apache HTTP Server metapackage
ii apache2-mpm-prefork [htt 2.2.17-2 Apache HTTP Server - traditional n
ii dbconfig-common 1.8.47 common framework for packaging dat
ii debconf [debconf-2.0] 1.5.38 Debian configuration management sy
ii libjs-jquery 1.5.1-1 JavaScript library for dynamic web
ii libmagic1 5.04-5 File type determination library us
ii php-auth 1.6.2-1 PHP PEAR modules for creating an a
ii php-mail-mime 1.8.0-2 PHP PEAR module for creating MIME
ii php-mdb2 2.5.0b2-1 PHP PEAR module to provide a commo
ii php-net-smtp 1.4.2-3 PHP PEAR module implementing SMTP
ii php-net-socket 1.0.9-2 PHP PEAR Network Socket Interface
ii php5 5.3.3-7 server-side, HTML-embedded scripti
ii php5-gd 5.3.3-7 GD module for php5
ii php5-intl 5.3.3-7 internationalisation module for ph
ii php5-mcrypt 5.3.3-7 MCrypt module for php5
ii php5-pspell 5.3.3-7 pspell module for php5
ii roundcube-mysql 0.5.1+dfsg-7 metapackage providing MySQL depend
ii roundcube-sqlite 0.5.1+dfsg-7 metapackage providing sqlite depen
ii tinymce 3.3.8+dfsg0-0.1 platform independent web based Jav
ii ucf 3.0025+nmu1 Update Configuration File: preserv
Versions of packages roundcube-core suggests:
pn php-auth-sasl <none> (no description available)
pn roundcube-plugins <none> (no description available)
-- Configuration Files:
/etc/cron.daily/roundcube [Errno 2] No such file or directory:
u'/etc/cron.daily/roundcube'
/etc/default/roundcube [Errno 2] No such file or directory:
u'/etc/default/roundcube'
/etc/logrotate.d/roundcube [Errno 2] No such file or directory:
u'/etc/logrotate.d/roundcube'
-- debconf information:
roundcube/upgrade-error: abort
roundcube/pgsql/authmethod-user: password
roundcube/purge: false
* roundcube/dbconfig-install: true
roundcube/db/dbname: roundcube
roundcube/language: en_US
roundcube/remote/newhost:
roundcube/pgsql/changeconf: false
roundcube/upgrade-backup: true
roundcube/install-error: abort
roundcube/mysql/admin-user: root
roundcube/hosts:
roundcube/pgsql/authmethod-admin: ident
roundcube/dbconfig-remove:
roundcube/pgsql/admin-user: postgres
roundcube/internal/skip-preseed: false
roundcube/db/app-user: roundcube
roundcube/dbconfig-reinstall: false
roundcube/mysql/method: unix socket
roundcube/remove-error: abort
roundcube/restart-webserver: true
* roundcube/dbconfig-upgrade: true
roundcube/remote/port:
roundcube/pgsql/method: unix socket
roundcube/pgsql/manualconf:
roundcube/db/basepath:
roundcube/pgsql/no-empty-passwords:
roundcube/passwords-do-not-match:
roundcube/internal/reconfiguring: false
roundcube/reconfigure-webserver: apache2, lighttpd
* roundcube/database-type: mysql
roundcube/remote/host:
roundcube/missing-db-package-error: abort
--- End Message ---
--- Begin Message ---
On Thu, 31 Mar 2011 09:51:02 +0200, Andreas Weber (3w) wrote:
This class is only used if you don't have a working idn_to_utf8
function. It should be included into PHP 5.3. In Debian, this is
php5-intl package. Is intl.so loaded (look at phpinfo() output if
possible)?
intl.so was indeed not loaded. apt-get install --reinstall php5-intl
did
not install /etc/php5/conf.d/intl.ini which we had deleted after an
earlier upgrade because it caused problems.
Fine. Closing the bug then.
Thanks
--- End Message ---