apt-cache policy perlmagick
perlmagick:
  Installed: 8:6.6.9.7-5ubuntu1
  Candidate: 8:6.6.9.7-5ubuntu1
  Version table:
 *** 8:6.6.9.7-5ubuntu1 0
        500 http://it.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
        100 /var/lib/dpkg/status

** Tags added: precise

** Description changed:

  Try to install perlmagick package and run following command:
  
  $ perl -e 'use Image::Magick'
- 
  
  I get this error:
  
  perl: symbol lookup error: /usr/lib/perl5/auto/Image/Magick/Magick.so:
  undefined symbol: MagickCoreGenesis
  
- 
  It seems that perlmagick has some wrong link... let's see the buildlog (1):
  Snippet:
  
  cc  -L../magick/.libs -lMagickCore -shared -O2 -g -L/usr/local/lib 
-fstack-protector -Wl,-Bsymbolic-functions -Wl,-z,relro -L/usr/lib/X11 Magick.o 
 -o blib/arch/auto/Image/Magick/Magick.so  \
-          -lperl -lm   \ 
+     -lperl -lm        \
  
  I'm not sure, bug the problem could be -lMagicCore declared too early.
+ 
+ 
+ (1) - https://launchpadlibrarian.net/85356103/buildlog_ubuntu-
+ precise-i386.imagemagick_8%3A6.6.9.7-5ubuntu1_BUILDING.txt.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/897380

Title:
  PerlMagick fails at runtime in precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/897380/+subscriptions

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

Reply via email to