Author Topic: style sheets problem  (Read 12508 times)

0 Members and 1 Guest are viewing this topic.

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re:style sheets problem
« Reply #30 on: December 07, 2003, 09:44:45 »
I checked album_test.pl, and it now says:

Quote
Checking to see if ImageMagick is installed: which convert...
PASS: Set imagemagick=/usr/local/bin in album.cfg to use ImageMagick.

Try using that setting, I bet it'll work... (That's the normal install path for convert anyway...)

Cheers

Offline autostream

  • album.pl User
  • *
  • Posts: 19
  • Karma: +0/-0
  • I forgot to change the default text.
Re:style sheets problem
« Reply #31 on: December 07, 2003, 15:36:50 »
thanks but new problem

Quote
Image Magick Error: /usr/local/bin/convert: No decode delegate for this image format


IM website says something about  binaries being bad...
http://studio.imagemagick.org/magick/viewtopic.php?t=502&highlight=decode+delegate
« Last Edit: December 07, 2003, 15:45:16 by autostream »

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re:style sheets problem
« Reply #32 on: December 08, 2003, 10:26:58 »
How did you install ImageMagick? Were you logged in as root? Did you compile it or just copy around binaries?

Seems like it might not be installed correctly...

Offline autostream

  • album.pl User
  • *
  • Posts: 19
  • Karma: +0/-0
  • I forgot to change the default text.
Re:style sheets problem
« Reply #33 on: December 08, 2003, 15:44:39 »
reintalled as root and same problem

i did a 'configure' and it says configure up to date
then..
make install

now..
in ssh, configure states that jpeg=no
I dont no if that matters and your instructions dont say how to change it...?

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re:style sheets problem
« Reply #34 on: December 09, 2003, 15:42:30 »
Try these instead:

./configure
make clean
make
make install

If jpeg=no there's probably some library that ImageMagick needs but doesn't have. My instructions won't cover that since it's strictly an IM issue, but there may be something in their documentation.

(As you can see, my docs barely cover the high points of album.pl, let alone any "sister" tools... :))

Offline autostream

  • album.pl User
  • *
  • Posts: 19
  • Karma: +0/-0
  • I forgot to change the default text.
Re:style sheets problem
« Reply #35 on: December 12, 2003, 18:02:26 »
as you can see your prog relies heavily on this 'sister' program and you dont provide enough tech support for people on FreeBSD

I dumped yours and went with Gallery.com.
They have better knowledge of imagemagick and helped me out in 2 hours to fix the same problem.
I am more than happy now.

BTW, if any other freebsd people have a problem perhaps you should add this into your installation files and give me credit for it
Quote

 The default install of ImageMagick on FreeBSD doesn't seem to compile with some important image support (e.g. JPEG), so you must explicitly tell it to. There are two ways of doing this.

Compile ImageMagick using this command: cd /usr/ports/graphics/ImageMagick/ && make -DWITH_JPEG -DWITH_TIFF -DWITH_PNG install clean

(this way will require 200mb of freespace to just to install, then it cleans up)

***OR**
Add the following lines to /etc/make.conf:

           WITH_JPEG=yes
           WITH_TIFF=yes
           WITH_PNG=yes
         
Then uninstall ImageMagick via ports (make deinstall clean) and reinstall it (make install clean)
 

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re:style sheets problem
« Reply #36 on: December 13, 2003, 07:51:30 »
Autostream,

Not sure what you're expecting here man... I *give* away the program, and provide support in my spare time. I have already spent a great deal of time helping you along, and stated early on that ImageMagick support should be sought from their own system.

I make no apologies if my completely free "best effort" support wasn't up to your standard, nor do I gain or lose anything if you use Gallery over album.pl. I make my program available in the hopes that some people can find it useful, though I don't expect it will be the answer for everyone.

I do appreciate you taking the time to post the note to help future users, and hope Gallery works well for you.

Cheers

Offline sysop69

  • album.pl Donor
  • album.pl Tester
  • **
  • Posts: 44
  • Karma: +0/-0
Re:style sheets problem
« Reply #37 on: December 13, 2003, 12:31:13 »
You tell him Mike!! Way to go!!!