Image via Wikipedia The easiest way to install ImageMagick on a Mac system (Snow Leopard) is to download and install MacPorts: http://www.macports.org/install.php After installing MacPorts via the package installer just enter sudo port install ImageMagick and that’s it.
Posts Tagged ‘installation’
cannot open shared object file: No such file or directory
I’ve gotten this error after i’ve installed ImageMagick (from source) and RMagick (using gem) on my Debian system libMagickCore.so.2: cannot open shared object file: No such file or directory – /usr/lib/ruby/gems/1.8/gems/rmagick-2.8.0/lib/RMagick2.so To get rid of this error i executed ldconfig /usr/local/lib
manual of the day… change hostname on Debian
Change hostname on Debian I wanted to change the hostname on my Debian Etch installation. The following worked: sudo vi /etc/hostname Change the hostname and save file and then sudo /etc/init.d/hostname.sh start
manual of the day… install Erlang and Mochiweb under Ubuntu
install Erlang and Mochiweb under Ubuntu First of all we install necessary components and start with the Erlang installation: sudo apt-get build-dep erlang sudo apt-get install java-gcj-compat java-gcj-compat-dev Then we download the source of Erlang (newest versions are available here: http://erlang.org/download.html). I took the R12B-5 release. wget http://erlang.org/download/otp_src_R12B-5.tar.gz Extract tar xfvz otp_src_R12B-5.tar.gz Configure (choose your [...]
manual of the day… Install JBoss under Debian
apt-get install sun-java5-jdk
Follow me on the following platforms if you like: