Results 1 to 10 of 33

Thread: [Award Winner] Technique for adding coastal detail as you zoom in.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Post

    Ok, I'm on version 6.2.4

    That'll teach me not to install from sudo apt-get install


    ok
    compiled
    ran the thing to test and i get an error

    dr-spangle@dr-spangle-laptop:~/Desktop/ImageMagick-6.4.7-10$ /usr/local/bin/convert logo: logo.gif
    /usr/local/bin/convert: error while loading shared libraries: libMagickCore.so.1: cannot open shared object file: No such file or directory

  2. #2

    Post

    Quote Originally Posted by dr-spangle View Post
    ok
    compiled
    ran the thing to test and i get an error

    dr-spangle@dr-spangle-laptop:~/Desktop/ImageMagick-6.4.7-10$ /usr/local/bin/convert logo: logo.gif
    /usr/local/bin/convert: error while loading shared libraries: libMagickCore.so.1: cannot open shared object file: No such file or directory
    If you built it from source instead of installing from your package manager, you may need to make sure that the path where the libraries were installed (probably /usr/local/lib) is in /etc/ld.so.conf, and then run ldconfig.
    Last edited by isomage; 12-20-2008 at 11:20 PM.
    My random map generators and GIMP scripts: http://axiscity.hexamon.net/users/isomage/

  3. #3

    Post

    Code:
    include /etc/ld.so.conf.d/*.conf
    
    /usr/lib/atlas
    so do I add it to the bottom?

  4. #4

    Post

    Yeah. And then run "ldconfig" in the shell as root.

    It's possible that it's already in one of the files referenced in the "include" line -- you could check the files in /etc/ld.so.conf.d/ to make sure, so you're not repeating. Run "ldconfig" in either case.
    My random map generators and GIMP scripts: http://axiscity.hexamon.net/users/isomage/

  5. #5

    Post

    ok, it worked
    somewhat

    the test function on their site "/usr/local/bin/convert logo: logo.gif" worked


    the noise one didn't work so well

    Code:
    dr-spangle@dr-spangle-laptop:~$ convert -size 512x512 xc: -type Grayscale +noise Random -resize 4096x4096 -contrast +noise Laplacian -blur 2 -contrast /home/dr-spangle/Desktop/noise.png
    convert: no encode delegate for this image format `/home/dr-spangle/Desktop/noise.png' @ constitute.c/WriteImage/1145.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •