PDA

Bekijk de volledige versie : ImageMagick package NOK



kokoro
10-01-2007, 22:02
Hi,

Trying to install ImageMagick package for using gallery on the router, the installation is failed because liblcms is missing. I checked, there is liblcms in optware packages but not unslung, can anybody make one or correct ImageMagick package ?


ipkg install imagemagick
Installing imagemagick (6.3.1-6-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/unslung/wl500g/imagemagick_6.3.1-6
-1_mipsel.ipk
Nothing to be done
An error ocurred, return value: 1.
Collected errors:
ERROR: Cannot satisfy the following dependencies for imagemagick:
liblcms

radik
18-01-2007, 13:26
hi, i've the same problem, but i installed DAlbum (http://www.dalbum.org/). Now, i'm testing it. This software can use another image library (GD).

short part of my config file


$g_sResizeMethod="GD";
$g_bGDVer2=false;


i've only one problem with this gallery - the quality of generated thumbs is VERY low.

oleo
18-01-2007, 14:18
liblcms is available with "oleg" feed. wl500 g feed does not suport wchar required by liblcms.
See http://www.nslu2-linux.org/wiki/FAQ/Optware-uClibcBuild for more info

mcdull
05-04-2007, 12:58
So, do you mean that the wl500g can actually install the liblcms package with some modification?
or installing imagemagick is totally impossible?
(BTW, I am start working on the gallery yesterday)

oleo
05-04-2007, 15:32
imagemagic should work.

mcdull
05-04-2007, 16:23
imagemagic should work.

May I know what step is required to get the imagemagick to install?
I got the exact error massage as stated above..


[admin@WL500g /]$ ipkg install imagemagick
Installing imagemagick (6.3.1-6-1) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/unslung/wl500g/imagemagick_6.3.1-6-1_mipsel.ipk

Nothing to be done
An error ocurred, return value: 1.
Collected errors:
ERROR: Cannot satisfy the following dependencies for imagemagick:
liblcms

oleo
05-04-2007, 20:02
liblcms is available with "oleg" feed. wl500 g feed does not suport wchar required by liblcms.
See http://www.nslu2-linux.org/wiki/FAQ/Optware-uClibcBuild for more info

I quote myself and add evidence of my sample install! I repeat againg: Use oleg feed and not deprecated wl500g!


[admin@oleo tmp]$ ipkg install imagemagick
Installing imagemagick (6.3.2-1-1) to /opt/...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/imagemagick_6.3.2-1-1_mipsel.ipk
Installing libtiff (3.8.2-1) to /opt/...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/libtiff_3.8.2-1_mipsel.ipk
Installing liblcms (1.15-1) to /opt/...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/liblcms_1.15-1_mipsel.ipk
Configuring imagemagick
Configuring liblcms
Configuring libtiff
Successfully terminated.

mcdull
06-04-2007, 18:59
I have reinstall the entire wl500g with the new feed. But here come with a problem. The lighttpd + fast-cgi + php setting generate "500 - Internal Server Error" with package in this feed. But with the old feed, I can at least start the Gallery 1.5 installation interface.
<?php phpinfo();?> do give normal output.

The lighttpd log doesn't give any hint, saying the fast-cgi process died.
When can I get the log of the fast-cgi and php?

Thanks for your help.

Vollsky
06-04-2007, 19:19
Mistake when installing php-thttpd
-------------------------------------------------------
[admin@WL500 root]$ ipkg install php-thttpd
Installing php-thttpd (2.25b-5.2.0-4) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/un...0-4_mipsel.ipk
Nothing to be done
An error ocurred, return value: 1.
Collected errors:
ERROR: Cannot satisfy the following dependencies for php-thttpd:
libstdc++
[admin@WL500 root]$
------------------------------------------------------------
That possible do?

oleo
07-04-2007, 08:46
You do not have libuclibc++ installed that provides libstdc++

Vollsky
07-04-2007, 15:11
You do not have libuclibc++ installed that provides libstdc++

Thank you! The Question is skim!