[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


[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-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-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-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-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-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-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-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-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-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-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-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-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-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