search for: libmagickcore

Displaying 16 results from an estimated 16 matches for "libmagickcore".

2010 Dec 15
2
ebimage problems
Hello, I've been having some trouble working with the aroma package and have realized that it's my ebimage is at the root of the problem. The package builds but during testing it fails because of an undefined symbol as seen below: installing to /usr/local/lib64/R/library/EBImage/libs ** R ** inst ** preparing package for lazy loading ** help *** installing help indices **
2011 Sep 21
5
bundle install rmagick error in unix
I have Rails 3 and Ruby 1.9.2 Installing rmagick (2.13.1) with native extensions /opt/local/lib/ruby/site_ruby/1.9/rubygems/installer.rb:551:in `rescue in block in build_extensions'': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError) /opt/local/bin/ruby19 extconf.rb checking for Ruby version >= 1.8.5... yes checking for gcc... yes checking for
2018 May 16
2
New libpng in c2d4u3.5 breaks many other packages
As of today many Travis users are seeing this error: The following packages have unmet dependencies: libmagick++-dev : Depends: libmagickcore-dev (= 8:6.7.7.10-6ubuntu3.9) but it is not going to be installed Depends: libmagickwand-dev (= 8:6.7.7.10-6ubuntu3.9) but it is not going to be installed E: Unable to correct problems, you have held broken packages. The problem is that a few hours ago a version of libpng1.6 wa...
2020 Apr 09
3
CentOS 7 : broken dependencies
Hi, I got an alert from Yum-Cron this morning: Failed to check for updates with the following error message: Failed to build transaction: sclo-php72-php-pecl-imagick-3.4.4-1.el7.x86_64 requires libMagickCore.so.5()(64bit) sclo-php72-php-pecl-imagick-3.4.4-1.el7.x86_64 requires libMagickWand.so.5()(64bit) The CR repository is activated on this server, so I guess that's why. Which leads me to the more general question of: enable CR on a production server, yes or no? Pros : get security updates soo...
2009 Mar 02
3
Simple Captcha setup problem
$ rake simple_captcha:setup rake aborted! libMagickCore.so.1: cannot open shared object file: No such file or directory - /usr/lib/ruby/site_ruby/1.8/x86_64-linux/RMagick.so (See full trace by running task with --trace) how can I fix it? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this...
2023 Aug 22
2
Is r2u at 3.4.1? [branch about handling package collisions under Ubuntu/Debian]
...2.95) ???????????????? Depends: libfreetype6-dev (>= 2.1.10) ?libglib2.0-dev : Depends: libglib2.0-0 (= 2.72.4-0ubuntu1) but 2.72.4-0ubuntu2.2 is to be installed ????????????????? Depends: libglib2.0-bin (= 2.72.4-0ubuntu1) ????????????????? Depends: libglib2.0-dev-bin (= 2.72.4-0ubuntu1) ?libmagickcore-6.q16-dev : Depends: libfreetype6-dev ?libwmf-dev : Depends: libfreetype-dev but it is not installable E: Unable to correct problems, you have held broken packages. Which brings me to Dirk's on the nail question: > (Also: how come there are two libmagick++-dev, ie why do you have a 2nd on...
2021 Jan 06
3
CentOS Stream suitability as a production webserver
Le 06/01/2021 ? 08:06, Gordon Messmer a ?crit?: > Are you describing an actual problem, right now, or is that an invented example? No, this was an actual problem I had back in April 2020. Upgrading from CR broke imagemagick, so I couldn't use the corresponding PHP modules, so my Roundcube installation was broken for a few weeks. One of the things I like about Oracle Linux is that they
2018 May 16
2
New libpng in c2d4u3.5 breaks many other packages
On Wed, May 16, 2018 at 6:24 AM, Dirk Eddelbuettel <edd at debian.org> wrote: > > On 16 May 2018 at 11:59, Jeroen Ooms wrote: > | As of today many Travis users are seeing this error: > | > | The following packages have unmet dependencies: > | libmagick++-dev : Depends: libmagickcore-dev (= > | 8:6.7.7.10-6ubuntu3.9) but it is not going to be installed > | Depends: libmagickwand-dev (= > | 8:6.7.7.10-6ubuntu3.9) but it is not going to be installed > | E: Unable to correct problems, you have held broken packages. > | > | > | The problem is...
2009 Jul 03
5
Can't install RMagick due to MagickWand problems
Hello, I''m trying to install/update rmagick on a Debian machine using: gem install --local rmagick-2.10.0.gem and get following error: /usr/local/bin/ruby extconf.rb install --local rmagick-2.10.0.gem checking for Ruby version >= 1.8.5... yes checking for gcc... yes checking for Magick-config... yes Warning: Found more than one ImageMagick installation. This could cause problems at
2009 Apr 19
15
Not quite a rails question but can anyone advise?
Hey guys! I''m having a little trouble trying to integrate RMagick with my rails app. In the online terminal (on my host''s server) if I write: export "LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH" before opening the rails console then I can require "RMagick" no problem. Without adding usr/local/lib to the LD_LIBRARY_PATH I get the error message described
2018 May 16
0
New libpng in c2d4u3.5 breaks many other packages
On 16 May 2018 at 11:59, Jeroen Ooms wrote: | As of today many Travis users are seeing this error: | | The following packages have unmet dependencies: | libmagick++-dev : Depends: libmagickcore-dev (= | 8:6.7.7.10-6ubuntu3.9) but it is not going to be installed | Depends: libmagickwand-dev (= | 8:6.7.7.10-6ubuntu3.9) but it is not going to be installed | E: Unable to correct problems, you have held broken packages. | | | The problem is that a few hours ago a version o...
2009 Mar 25
0
RMagick LoadError
I installed RMagick 2.9.1 and tried to test RMagick code below. irb -rubygems -r RMagick But I got an error like below. /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.9.1/lib/RMagick2.so: libMagickCore.so.2: cannot open shared object file: No such file or directory - /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.9.1/lib/RMagick2.so (LoadError) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'' from /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.9...
2018 May 20
0
New libpng in c2d4u3.5 breaks many other packages
...M, Dirk Eddelbuettel <edd at debian.org> wrote: > > > > > On 16 May 2018 at 11:59, Jeroen Ooms wrote: > > | As of today many Travis users are seeing this error: > > | > > | The following packages have unmet dependencies: > > | libmagick++-dev : Depends: libmagickcore-dev (= > > | 8:6.7.7.10-6ubuntu3.9) but it is not going to be installed > > | Depends: libmagickwand-dev (= > > | 8:6.7.7.10-6ubuntu3.9) but it is not going to be installed > > | E: Unable to correct problems, you have held broken packages. > > | &gt...
2020 May 14
0
Ailing MATE desktop
...is needed by (installed) pluma-data-1.24.0-1.el8.noarch error: Failed dependencies: ImageMagick is needed by (installed) caja-image-converter-1.24.0-3.el8.x86_64 error: Failed dependencies: ImageMagick-libs(x86-64) = 0:6.9.10.86-1.el8 is needed by (installed) ImageMagick-0:6.9.10.86-1.el8.x86_64 libMagickCore-6.Q16.so.6()(64bit) is needed by (installed) ImageMagick-0:6.9.10.86-1.el8.x86_64 libMagickCore-6.Q16.so.6()(64bit) is needed by (installed) eom-1.24.0-2.el8.x86_64 libMagickWand-6.Q16.so.6()(64bit) is needed by (installed) ImageMagick-0:6.9.10.86-1.el8.x86_64 libMagickWand-6.Q16.so.6()(64bit) i...
2020 May 14
2
Ailing MATE desktop
> On Wed, 2020-05-06 at 10:26 -0500, Robert G (Doc) Savage via CentOS > wrote: >> On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via CentOS >> wrote: >> > I'm about ready to run "dnf erase *mate*" and try re-installing >> > MATE >> > from scratch from the GNOME3 desktop. Is that possible without >> > ripping >>
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...f -dpi 100 Bug #236806 [kdm] In /etc/kde3/kdm/Xservers no -dpi Option is set Ignoring request to alter tags of bug #238770 to the same tags previously set Ignoring request to alter tags of bug #236806 to the same tags previously set > tags 691140 + jessie Bug #691140 [src:xastir] graphicsmagick: libmagickcore-dev uses out of date libtiff4-dev Bug #666589 [src:xastir] xastir: FTBFS: build-dependency not installable: libgraphicsmagick1-dev Added tag(s) jessie. Added tag(s) jessie. > tags 595258 + jessie Bug #595258 [phpmyadmin] phpmyadmin: Show users with table-specific privileges in the database's...