Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: lguzman on May 30, 2005, 01:10:04 AM

Title: Gallery and NetPBM version 9.9
Post by: lguzman on May 30, 2005, 01:10:04 AM
Hi and thanx to the people that help me before.
Now this is my new problem. i'm running PHP-Nuke 6.5 on my SME 6.5 Beta. i downloaded a module for a Photo Gallery called Gallery that requires NetPBM. since i'm not a GURU on linux i tried to find this on RPM since i do not know how to uninstall in case something goes wrong. i did not find any NetPBM RPM for SME that works. Can some one tell me wath I can do?
Title: Gallery and NetPBM version 9.9
Post by: ergozd on May 30, 2005, 03:39:40 PM
You can check URL
http://distro.ibiblio.org/pub/linux/distributions/e-smith/contrib/DanBrown/RPMS/i386/

download and install netpbm and netpbm-progs rpms
Title: Thank You
Post by: lguzman on June 03, 2005, 04:52:05 PM
ergozd thank you . my Gallery album is working. every day i learn something new with this distro. and i start to like it more.
Title: Failed dependencies
Post by: steveo on September 10, 2005, 06:11:55 AM
I downloaded
netpbm-9.24-9.73.2.i386.rpm and
netpbm-progs-9.24-9.73.2.i386.rpm

Ran  rpm -Uvh netpbm*.rpm and received the following error message -

error: failed dependencies:
        libtiff.so.3   is needed by netpbm-progs-9.24-9.73.2

I am running an update SME6.0 server (udated with yum update).

Anyone know how to resolve this dependency?
Title: Gallery and NetPBM version 9.9
Post by: gregswallow on September 10, 2005, 08:53:27 AM
In SME6, try the search here:
http://rpm.pbone.net/index.php3/stat/2/simple/2

Search for libtiff.so.3, check only 'redhat 7.X' and 'Provides'.  You'll want the rpm from fedoralegacy.

SME7 Beta has a newer version of yum (sorry, it won't work on SME6), but just it is much better - You will be able to do this
#yum provides libtiff.so.3
(and it will list what rpms contain libtiff.so.3)
Title: Thanks
Post by: steveo on September 11, 2005, 08:06:00 AM
Thanks Greg - really looking forward to SME7. I have YUM installed on my server (just unsure what repositories to use - apart from the contribs ones that is).

Thanks for getting back to me.