[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2010-02-28 Thread Colin Dean
I hit this bug today. I have 2.0.1-1 of php5-imagick installed despite
having hardy-updates in my sources.list. Linking /usr/lib/libWand.so.9
to /usr/lib/libWand.so.10 seems to work sufficiently for me.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2009-04-21 Thread wr19026
Looks like the latest updates to the php5 packages broke it again. The
symlink solution doesn't work and I have the latest version of the
package installed.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2009-04-21 Thread Simon Iremonger
 Looks like the latest updates to the php5 packages broke it again. The 
 symlink solution doesn't work and I have the latest version of the 
 package installed.

What release / architechure are you using?
   (cat /etc/lsb-release);(uname -a)
What version of php5-imagick has just got installed?
   (dpkg -l php5-imagick)
What error do you now get exactly?

I have been quite successful in installing php5-imagick on ubuntu
   Jaunty9.04 i386, without trouble  (just tried that)...


--Simon

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2009-04-21 Thread wr19026
Thanks for your quick response, here are the 3 pieces of information you
requested.

Thanks in advance for your feedback.

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION=Ubuntu 8.04.2
Linux 123.example.com 2.6.24-23-generic #1 SMP Wed Apr 1 21:47:28 UTC 2009 i686 
GNU/Linux

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Naam   Versie Omschrijving
+++-==-==-
ii  php5-imagick   2.0.1-1ImageMagick module for php5

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/2006061
3+lfs/imagick.so' - libWand.so.9: cannot open shared object file: No such file o
r directory in Unknown on line 0

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2009-04-21 Thread Simon Iremonger
 Thanks for your quick response, here are the 3 pieces of information you
 requested.
 DISTRIB_DESCRIPTION=Ubuntu 8.04.2  [...]i686 GNU/Linux
 ||/ Naam   Versie Omschrijving
 +++-==-==-
 ii  php5-imagick   2.0.1-1ImageMagick module for php5
 PHP Warning:  PHP Startup: Unable to load dynamic library 
 '/usr/lib/php5/2006061
 3+lfs/imagick.so' - libWand.so.9: cannot open shared object file: No such 
 file o


It would seem you have the 'hardy' version of the php5-imagick package,
   2.0.1-1 which has the bug.  (It was linked with libWand.so.9 version).

The 'hardy-updates' version of php5-imagick (** 2.0.1-1ubuntu0.1 **)
   depends upon 'libmagick10' and does not appear to have this problem.

I.e. it would appear you have the old un-fixed version of the package!!
See:-
   http://packages.ubuntu.com/php5-imagick

If you look in your /etc/apt/sources.list file you may be missing
   hardy-updates...

My Hardy8.04 machine has this in /etc/apt/sources/list:-

deb http://gb.archive.ubuntu.com/ubuntu/ hardy main universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy main universe
deb http://gb.archive.ubuntu.com/ubuntu/ hardy-updates main universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy-updates main universe
deb http://security.ubuntu.com/ubuntu hardy-security main universe
deb-src http://security.ubuntu.com/ubuntu hardy-security main universe


Good luck!


--Simon

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2009-04-21 Thread Simon Iremonger
 Thanks for your quick response, here are the 3 pieces of information you
 requested.
 DISTRIB_DESCRIPTION=Ubuntu 8.04.2  [...]i686 GNU/Linux
 ||/ Naam   Versie Omschrijving
 +++-==-==-
 ii  php5-imagick   2.0.1-1ImageMagick module for php5
 PHP Warning:  PHP Startup: Unable to load dynamic library 
 '/usr/lib/php5/2006061
 3+lfs/imagick.so' - libWand.so.9: cannot open shared object file: No such 
 file o


It would seem you have the 'hardy' version of the php5-imagick package,
   2.0.1-1 which has the bug.  (It was linked with libWand.so.9 version).

The 'hardy-updates' version of php5-imagick (** 2.0.1-1ubuntu0.1 **)
   depends upon 'libmagick10' and does not appear to have this problem.

I.e. it would appear you have the old un-fixed version of the package!!
See:-
   http://packages.ubuntu.com/php5-imagick

If you look in your /etc/apt/sources.list file you may be missing
   hardy-updates...

My Hardy8.04 machine has this in /etc/apt/sources/list:-

deb http://gb.archive.ubuntu.com/ubuntu/ hardy main universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy main universe
deb http://gb.archive.ubuntu.com/ubuntu/ hardy-updates main universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy-updates main universe
deb http://security.ubuntu.com/ubuntu hardy-security main universe
deb-src http://security.ubuntu.com/ubuntu hardy-security main universe


Good luck!


--Simon

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2009-04-21 Thread wr19026
Looks like the latest updates to the php5 packages broke it again. The
symlink solution doesn't work and I have the latest version of the
package installed.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2009-04-21 Thread Simon Iremonger
 Looks like the latest updates to the php5 packages broke it again. The 
 symlink solution doesn't work and I have the latest version of the 
 package installed.

What release / architechure are you using?
   (cat /etc/lsb-release);(uname -a)
What version of php5-imagick has just got installed?
   (dpkg -l php5-imagick)
What error do you now get exactly?

I have been quite successful in installing php5-imagick on ubuntu
   Jaunty9.04 i386, without trouble  (just tried that)...


--Simon

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2009-04-21 Thread wr19026
Thanks for your quick response, here are the 3 pieces of information you
requested.

Thanks in advance for your feedback.

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION=Ubuntu 8.04.2
Linux 123.example.com 2.6.24-23-generic #1 SMP Wed Apr 1 21:47:28 UTC 2009 i686 
GNU/Linux

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Naam   Versie Omschrijving
+++-==-==-
ii  php5-imagick   2.0.1-1ImageMagick module for php5

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/2006061
3+lfs/imagick.so' - libWand.so.9: cannot open shared object file: No such file o
r directory in Unknown on line 0

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-08-07 Thread Martin Pitt
Copied to hardy-updates.

** Changed in: php-imagick (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-08-05 Thread LimCore
Intrepid version seems to work fine for me as well.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-08-05 Thread LimCore
Intrepid version seems to work fine for me as well.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-08-03 Thread Luca Falavigna
Fixed in Intrepid.

** Changed in: php-imagick (Ubuntu)
   Status: Confirmed = Fix Released

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-08-03 Thread Luca Falavigna
Version in hardy-proposed works correctly.

** Tags added: verification-done

** Tags removed: verification-needed

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-08-03 Thread Luca Falavigna
Fixed in Intrepid.

** Changed in: php-imagick (Ubuntu)
   Status: Confirmed = Fix Released

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-08-03 Thread Luca Falavigna
Version in hardy-proposed works correctly.

** Tags added: verification-done

** Tags removed: verification-needed

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-08-01 Thread gondim
Zeugmatis, yes. This bug was released with Hardy stable version (8.04
LTS).

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-08-01 Thread gondim
Zeugmatis, yes. This bug was released with Hardy stable version (8.04
LTS).

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-31 Thread Martin Pitt
Ante, please reupload with fixed changelog:Closes: LP#203023 -
LP: #203023. (Otherwise the tracking scripts don't recognize it and it
is lost)

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-31 Thread Ante Karamatić
Done. I noticed that my self, right after I uploaded it. Sorry.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-31 Thread Martin Pitt
Accepted into -proposed, please test and give feedback here. Please see
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: php-imagick (Ubuntu Hardy)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-31 Thread gondim
Tested! Packet php5-imagick version 2.0.1-1ubuntu0.1 from proposed
repository work perfectly.  :)

Good work!! :D

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-31 Thread zeugmatis
Just to confirm: 8.04, a stable release (supposedly), was released with
this bug and nothing was done for three months.

Is this correct?

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-31 Thread Martin Pitt
Ante, please reupload with fixed changelog:Closes: LP#203023 -
LP: #203023. (Otherwise the tracking scripts don't recognize it and it
is lost)

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-31 Thread Ante Karamatić
Done. I noticed that my self, right after I uploaded it. Sorry.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-31 Thread Martin Pitt
Accepted into -proposed, please test and give feedback here. Please see
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: php-imagick (Ubuntu Hardy)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-31 Thread gondim
Tested! Packet php5-imagick version 2.0.1-1ubuntu0.1 from proposed
repository work perfectly.  :)

Good work!! :D

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-31 Thread zeugmatis
Just to confirm: 8.04, a stable release (supposedly), was released with
this bug and nothing was done for three months.

Is this correct?

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-29 Thread Ante Karamatić
** Changed in: php-imagick (Ubuntu)
   Importance: Undecided = High

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-29 Thread Ante Karamatić
Patch was tested and resulting binaries work as they should. No
regressions.

** Changed in: imagemagick (Ubuntu Hardy)
   Status: New = Invalid

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-29 Thread Ante Karamatić
This patch solves the issue in the same manner as Debian did.

** Attachment added: php-imagick.diff
   http://launchpadlibrarian.net/16381997/php-imagick.diff

** Changed in: php-imagick (Ubuntu Hardy)
   Importance: Undecided = High
   Status: New = Confirmed

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-29 Thread Luca Falavigna
ACK from motu-sru.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-29 Thread Ante Karamatić
** Changed in: php-imagick (Ubuntu)
   Importance: Undecided = High

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-29 Thread Ante Karamatić
Patch was tested and resulting binaries work as they should. No
regressions.

** Changed in: imagemagick (Ubuntu Hardy)
   Status: New = Invalid

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-29 Thread Ante Karamatić
This patch solves the issue in the same manner as Debian did.

** Attachment added: php-imagick.diff
   http://launchpadlibrarian.net/16381997/php-imagick.diff

** Changed in: php-imagick (Ubuntu Hardy)
   Importance: Undecided = High
   Status: New = Confirmed

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-29 Thread Luca Falavigna
ACK from motu-sru.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-21 Thread gondim
This is an ugly error and simple to resolve. I do not know because
nobody has rebuild the package.  : (

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-21 Thread gondim
This is an ugly error and simple to resolve. I do not know because
nobody has rebuild the package.  : (

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-21 Thread enyc
 This is an ugly error and simple to resolve. I do not know because
 nobody has rebuild the package.  : (

I have previously created -proposed packages but these were for universe
   rather than main ... Im not sure where to start to do that.. Maybe
   somebody can point me at the right procedure for creating a proposed
   package for hardy-updates to fix this?

--enyc

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-20 Thread Nelson A. de Oliveira
php-imagick needs to be rebuilt, not a problem with imagemagick.

** Changed in: imagemagick (Ubuntu)
   Status: New = Invalid

** Bug watch added: Debian Bug tracker #459874
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459874

** Also affects: php-imagick (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459874
   Importance: Unknown
   Status: Unknown

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-20 Thread Nelson A. de Oliveira
php-imagick needs to be rebuilt, not a problem with imagemagick.

** Changed in: imagemagick (Ubuntu)
   Status: New = Invalid

** Bug watch added: Debian Bug tracker #459874
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459874

** Also affects: php-imagick (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459874
   Importance: Unknown
   Status: Unknown

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-20 Thread Bug Watch Updater
** Changed in: php-imagick (Debian)
   Status: Unknown = Fix Released

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-08 Thread enyc
Even from a fresh-install 8.04.1 amd64 server ubuntu, this is still happening
  causing trouble for php5-cli in my case!

sudo ln -s libMagick.so.10 /usr/lib/libMagick.so.9
sudo ln -s libWand.so.10 /usr/lib/libWand.so.9
-- does workaround the issue ok.

--But I certainly agree this really needs rebuild of php5-imagick
  package (in hardy-updates) so that the correct library version is compiled
  against!

Would this cause trouble for anything that links to
  /usr/lib/php5/20060613/imagick.so already?

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-07-07 Thread gondim
This bug has a certain age. It has been forgotten or have any corrections soon?
Certainly the symbolic links work, but we expect a package of correction. :)

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-06-18 Thread Steven Wagner
Yah, creating the symbolic links works perfect. Thanks a lot! This has
been bugging me for months with a broken apt-get package db.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-06-18 Thread Steven Wagner
Yah, creating the symbolic links works perfect. Thanks a lot! This has
been bugging me for months with a broken apt-get package db.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-27 Thread Steven Wagner
I really hope this gets fixed soon, because even though I have
php5-imagick working with that .deb file listed above, my apt is broken.
see below:

[EMAIL PROTECTED]:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  php5-imagick: Depends: libmagick9 but it is not installable
E: Unmet dependencies. Try using -f.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-27 Thread [EMAIL PROTECTED]
a simpler solution is to create two symbolic links

ln -s /usr/lib/libMagick.so.10 /usr/lib/libMagick.so.9
ln -s /usr/lib/libWand.so.10 /usr/lib/libWand.so.9

then:

sudo apache2ctl restart

Works for me :)

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-27 Thread Steven Wagner
I really hope this gets fixed soon, because even though I have
php5-imagick working with that .deb file listed above, my apt is broken.
see below:

[EMAIL PROTECTED]:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  php5-imagick: Depends: libmagick9 but it is not installable
E: Unmet dependencies. Try using -f.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-27 Thread [EMAIL PROTECTED]
a simpler solution is to create two symbolic links

ln -s /usr/lib/libMagick.so.10 /usr/lib/libMagick.so.9
ln -s /usr/lib/libWand.so.10 /usr/lib/libWand.so.9

then:

sudo apache2ctl restart

Works for me :)

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-14 Thread Faris Chebib
** Changed in: imagemagick (Ubuntu)
 Assignee: (unassigned) = Ubuntu Server Team (ubuntu-server)

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-14 Thread Faris Chebib
I think I have a more robust fix. I found it on the forums:
http://ubuntuforums.org/showthread.php?t=573878page=2#12

** Also affects: imagemagick (Ubuntu)
   Importance: Undecided
   Status: New

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-14 Thread Faris Chebib
** Changed in: imagemagick (Ubuntu)
 Assignee: (unassigned) = Ubuntu Server Team (ubuntu-server)

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-09 Thread komuta
The bug status says Fix Committed. Is there a patch working with
libmagick10 coming in the repositories ?

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-09 Thread Chuck Short
** Changed in: php-imagick (Ubuntu)
   Status: Fix Committed = Confirmed

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-04 Thread Mike O'Connell
As a temporary fix you can simply symlink to libWand.so.10 and
libMagick.so.10, nothing dramatic changed between imagemagick 9 and 10.

sudo ln -s libWand.so.10 libWand.so.9
sudo ln -s libMagick.so.10 libMagick.so.9

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-04 Thread Mike O'Connell
As a temporary fix you can simply symlink to libWand.so.10 and
libMagick.so.10, nothing dramatic changed between imagemagick 9 and 10.

sudo ln -s libWand.so.10 libWand.so.9
sudo ln -s libMagick.so.10 libMagick.so.9

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-04-28 Thread Daniel James
Me too...

A work around is to install the Gutsy libjasper and libmagic9:

http://archive.ubuntu.com/ubuntu/pool/main/j/jasper/
From there I installed libjasper-1.701-1_1.701.0-2_i386.deb

http://archive.ubuntu.com/ubuntu/pool/main/i/imagemagick/
From there I installed libmagick9_6.2.4.5-0.6_i386.deb

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-04-28 Thread Daniel James
Me too...

A work around is to install the Gutsy libjasper and libmagic9:

http://archive.ubuntu.com/ubuntu/pool/main/j/jasper/
From there I installed libjasper-1.701-1_1.701.0-2_i386.deb

http://archive.ubuntu.com/ubuntu/pool/main/i/imagemagick/
From there I installed libmagick9_6.2.4.5-0.6_i386.deb

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-04-27 Thread ligaard
I am seeing this too: Hoping for it to be resolved soon via 'apt-get
upgrade' :-)

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-04-26 Thread adagio
Hello,

Once we have added deb http://ppa.launchpad.net/ozanichkovsky/ubuntu
hardy main Update Manager shows:

php5-imagick
ImageMagick modeule for php5 (Size: 82KB)

But this description is inside a gray frame (checkbox is disabled) and
classified in category Other Updates. In that way i can't use the
debdiff with libmagick9 package added to dependencies.

Best Regards.

** Attachment added: Update Manager screenshot
   http://launchpadlibrarian.net/13943782/Screenshot-Update%20Manager.png

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-04-26 Thread Steven Wagner
work around here:
http://kevin.vanzonneveld.net/techblog/article/class_imagick_not_found/

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-04-26 Thread adagio
Hello,

Once we have added deb http://ppa.launchpad.net/ozanichkovsky/ubuntu
hardy main Update Manager shows:

php5-imagick
ImageMagick modeule for php5 (Size: 82KB)

But this description is inside a gray frame (checkbox is disabled) and
classified in category Other Updates. In that way i can't use the
debdiff with libmagick9 package added to dependencies.

Best Regards.

** Attachment added: Update Manager screenshot
   http://launchpadlibrarian.net/13943782/Screenshot-Update%20Manager.png

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-04-26 Thread Eric Kerby
I'd like to add another vote for php5-imagick to be rebuild for
libmagick10.  Adding a dependency for libmagick9 is not going to help
when libmagick9 is not in the hardy repos!

Thanks.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-04-26 Thread Steven Wagner
work around here:
http://kevin.vanzonneveld.net/techblog/article/class_imagick_not_found/

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-04-25 Thread Pierre Buard
** Changed in: php-imagick (Ubuntu)
 Assignee: (unassigned) = Ubuntu Server Team (ubuntu-server)

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-04-25 Thread Pierre Buard
** Changed in: php-imagick (Ubuntu)
 Assignee: (unassigned) = Ubuntu Server Team (ubuntu-server)

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-04-23 Thread Bernhard J . M . Grün
As libWand.so.9 aka libmagick9 is not available from the repositories
anymore, Hardy is perfectly useless for some (most?) web hosting
companies. Please rebuild php5-imagick to use libWand.so.10 aka
libmagick10.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-04-22 Thread noah
I would like to add that the Imagick extension to PHP doesn't work
because of this.

Here's a demoscript to illustrate just this. 
?php


for($i = 1; $i  $argc; $i++) {
$f = $argv[$i];
try {
$img = new Imagick($f);

$img-setImageFormat(jpg);
$img-setCompression(Imagick::COMPRESSION_JPEG);


echo Scaling image $f\n;
$img-thumbnailImage(1024, 768, TRUE);

echo Writing image $f\n;
$img-setCompressionQuality(80);
if($img-writeImage(output/. basename($f)) !== FALSE) {
}
else
die(Fuck: writeImage() - FALSE\n);
}
catch (Exception $e) {
echo EXCEPTION: Failed to process $f: . $e-getMessage() 
.\n;
}
}

?

$ php knark.php source/*.jpg
PHP Warning:  PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/20060613/imagick.so' - libWand.so.9: cannot open shared object 
file: No such file or directory in Unknown on line 0

Fatal error: Class 'Imagick' not found in knark.php on line 7

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-03-18 Thread noah
I'm seeing this too.
Currently running Ubuntu Hardy, dist-upgrade'd from Gutsy.

# dpkg -l|grep php
ii  libapache2-mod-php55.2.4-2ubuntu5   
   server-side, HTML-embedded scripting languag
ii  libphp-jpgraph 1.5.2-11ubuntu3  
   Object oriented graph library for php5
ii  libphp-pclzip  2.6-1
   zip archive manager class for PHP
ii  php-pear   5.2.4-2ubuntu5   
   PEAR - PHP Extension and Application Reposit
ii  php5   5.2.4-2ubuntu5   
   server-side, HTML-embedded scripting languag
ii  php5-cli   5.2.4-2ubuntu5   
   command-line interpreter for the php5 script
ii  php5-common5.2.4-2ubuntu5   
   Common files for packages built from the php
ii  php5-curl  5.2.4-2ubuntu5   
   CURL module for php5
ii  php5-dev   5.2.4-2ubuntu5   
   Files for PHP5 module development
ii  php5-gd5.2.4-2ubuntu5   
   GD module for php5
ii  php5-imagick   2.0.1-1  
   ImageMagick module for php5
ii  php5-memcache  2.2.0-1  
   memcache extension module for PHP5
ii  php5-mhash 5.2.4-2ubuntu5   
   MHASH module for php5
ii  php5-mysql 5.2.4-2ubuntu5   
   MySQL module for php5

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-03-18 Thread Olexandr Zanichkovsky
** Changed in: php-imagick (Ubuntu)
   Status: New = Confirmed

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-03-18 Thread Olexandr Zanichkovsky
** Changed in: php-imagick (Ubuntu)
 Assignee: (unassigned) = Olexandr Zanichkovsky (ozanichkovsky)
   Status: Confirmed = In Progress

** Description changed:

  Binary package hint: php5-imagick
+ Requires: libmagick9
  
  PHP Warning:  PHP Startup: Unable to load dynamic library
  '/usr/lib/php5/20060613/imagick.so' - libWand.so.9: cannot open shared
  object file: No such file or directory in Unknown on line 0
  
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=8.04
  DISTRIB_CODENAME=hardy
  DISTRIB_DESCRIPTION=Ubuntu hardy (development branch)
  
  Sourse package: php5-imagick
  Version: 2.0.1-1
  
  I see this warning every time I run PHP CLI script.

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-03-18 Thread Olexandr Zanichkovsky
This is debdiff with libmagick9 package added to dependencies.

** Attachment added: php5-imagick_2.0.1-1.debdiff
   http://launchpadlibrarian.net/12723745/php5-imagick_2.0.1-1.debdiff

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-03-18 Thread Olexandr Zanichkovsky

** Attachment added: php-imagick_2.0.1-1ubuntu1_source.changes
   
http://launchpadlibrarian.net/12723749/php-imagick_2.0.1-1ubuntu1_source.changes

** Changed in: php-imagick (Ubuntu)
 Assignee: Olexandr Zanichkovsky (ozanichkovsky) = (unassigned)
   Status: In Progress = Fix Committed

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-03-18 Thread Olexandr Zanichkovsky
Fixed version of php5-imagick can be installed from my PPA:
https://launchpad.net/~ozanichkovsky/+archive

-- 
PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' 
- libWand.so.9
https://bugs.launchpad.net/bugs/203023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs