[Bug 451405] Re: zlib extension missing in php5 karmic

2009-11-01 Thread suniyo
*** This bug is a duplicate of bug 451314 *** https://bugs.launchpad.net/bugs/451314 Solved. But upstart thing has made the life bit more difficult for sure. -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this bug notification because you are a

Re: [Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-31 Thread Scott Evans
Just completed an auto update for WordPress, so yes, this is now fixed and working again as it should! Thanks again... ;-) -- Scott Evans sc...@vk7hse.hobby-site.org -- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-31 Thread Hugues Fournier
*** This bug is a duplicate of bug 451314 *** https://bugs.launchpad.net/bugs/451314 I can confirm pecl / pear install do not hang silently anymore (silently because of the @ before gzopen). -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-31 Thread mlhshino
*** This bug is a duplicate of bug 451314 *** https://bugs.launchpad.net/bugs/451314 Thanks all! It works for me too! -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-31 Thread Hugues Fournier
*** This bug is a duplicate of bug 451314 *** https://bugs.launchpad.net/bugs/451314 ** This bug has been marked a duplicate of bug 451314 [SRU] PHP 5.2.10 zlib bug remains for 32bit -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this bug

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-31 Thread suniyo
*** This bug is a duplicate of bug 451314 *** https://bugs.launchpad.net/bugs/451314 some modules disabled may be because of this new upstart thing at boot/startup we have in karmic. affected too with this bug. need a solution. really -- zlib extension missing in php5 karmic

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-31 Thread Samuel Aguilera
*** This bug is a duplicate of bug 451314 *** https://bugs.launchpad.net/bugs/451314 It works for me too :) After adding proposed repository, I executed this: apt-get install php5-mysql php5-common php5-suhosin libapache2-mod-php5 php5-tidy php5-xmlrpc php5-mcrypt php5-curl php5-gd

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-31 Thread Samuel Aguilera
*** This bug is a duplicate of bug 451314 *** https://bugs.launchpad.net/bugs/451314 By the way... I'm running 32bit karmic -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-31 Thread Steve Langasek
*** This bug is a duplicate of bug 451314 *** https://bugs.launchpad.net/bugs/451314 upstart has nothing to do with this. -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this bug notification because you are a member of Ubuntu Server Team, which

Re: [Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-30 Thread Scott Evans
Hi, The class-pclzip.php file is part of WordPress blog not part of zlib... On Fri, 2009-10-30 at 05:41 +, Beto wrote: This bug affects me I can't publish or export in sugar crm Also, I can't find the class-pclzip.php file Is that file on the system? or is it on the source code of php

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-30 Thread bellbind
The problem is that the PHP standard function gzopen is renamed as gzopen64. It may be just a bug at build system. I think it is caused by macro #define gzopen gzopen64 in /usr/include/zlib.h (zlib1g-dev :1.2.3.3.dfsg-13ubuntu3). The unapplyed patch 019-z_off_t_as_long.patch generates old

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-30 Thread Chuck Short
This is fixed in karmic-proposed please enable it in your /etc/apt/sources.list and test. Thanks chuck -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-30 Thread dfornika
I enabled karmic-proposed and ran a Software Update. I can confirm that after the update, I am able to install new themes in Wordpress without getting the Abort class-pclzip.php : Missing zlib extensions error message. -- zlib extension missing in php5 karmic

Re: [Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-30 Thread Scott Evans
look for... (/etc/apt/sources.list) deb http://au.archive.ubuntu.com/ubuntu/ karmic-proposed restricted main multiverse universe if its not there then add it ;) note that the source server will need to match for you particular area... On Sat, 2009-10-31 at 05:09 +, re5et wrote: Sorry,

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-29 Thread Alan Bratteson
I replaced gzopen with gzopen64 in the class-pclzip.php and that fixed the issues for me on x86 and x86_64 platforms. -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this bug notification because you are a member of Ubuntu Server Team, which is

Re: [Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-29 Thread Scott Evans
But you will need to manually do this, as each update will over write class-pclzip.php thus returning it back to gzopen so yes it it works by doing this but it's still not addressing the actual issue to the call to gzopen and I'm sure that even if the code was changed to refer to gzopen64 this

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-29 Thread Beto
This bug affects me I can't publish or export in sugar crm Also, I can't find the class-pclzip.php file Is that file on the system? or is it on the source code of php before compiling? I don't understand -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-28 Thread bellbind
I'm aware the problem from more than 1 month ago (and rejected). Then, I posted my solution to https://bugs.launchpad.net/ubuntu/+source/php5/+bug/432291/comments/4 -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this bug notification because you

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-27 Thread Chuck Short
@martinbogo: Yes this will probably make it in to updates. Thanks chuck -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. --

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-25 Thread Andreas Otto
A lot of bug reports regarding this issue can be found at bugs.launchpad.net now. Reports I have found so far are: #439407 #432291 -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-21 Thread james.cooper
I am experiencing issues with this BUG as well. In my case, this is also for: i386 Ubuntu Karmic, Server (Beta) 2.6.31-14-generic -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-21 Thread Peter van der Does
** Changed in: php5 (Ubuntu) Status: Incomplete = Confirmed -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-15 Thread Scott Evans
** Changed in: php5 (Ubuntu) Status: Invalid = Incomplete -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-15 Thread Scott Evans
Why is it when a bug is filed it is never a bug? I had functionality of the zlib package in Jaunty, but after updating to Karmic its broken. So how is this not a bug? TIME TO REVIEW CODE and fix! instead of disregarding a valid bug. $ php -r 'var_dump(function_exists(gzfile));' bool(true) $ php

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-14 Thread Chuck Burgess
Another possible symptom of this can be seen on Bug #451314... -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-14 Thread Till Klampaeckel
This is not a bug. When an extension is not build shared, there is no .so file. zlib is included in the latest php install: t...@till-laptop:~$ php -r 'var_dump(function_exists(gzfile));' bool(true) gzfile is one of the functions provided by the zlib extension. ** Changed in: php5 (Ubuntu)

[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-14 Thread martinbogo
What then, is the valid package to file this bug against? Having zlib built into PHP, rather than as an extension, breaks various other php plugins that seem to require zlib to be built as such. -- zlib extension missing in php5 karmic https://bugs.launchpad.net/bugs/451405 You received