Your message dated Sun, 29 Apr 2012 11:03:10 -0700
with message-id <[email protected]>
and subject line GalleryCopyrightImage must be the full path to the copyright
file on the filesystem
has caused the Debian Bug report #271237,
regarding libapache-gallery-perl: Graphic and Textual Copyright options don't
work
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
271237: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271237
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libapache-gallery-perl
Version: 0.8-3
Severity: normal
I couldn't get the GalleryCopyrightImage and texntual copyright options
to work at all. I have check the program mailing list archive but
haven't found a solution there.
I checked the error logs for apache::gallery and apache itself and no
errors regarding this issue are there.
My configuration in httpd.conf (Apache 1.3x) is this:
<VirtualHost *>
ServerName galeria.menteco.com
DocumentRoot /var/www/debiancds/capturas/
Alias /icons/gallery/ /usr/share/libapache-gallery-perl/icons/
ErrorLog logs/gallery-error.log
TransferLog logs/gallery-access.log
PerlSetVar GalleryTemplateDir
'/usr/share/libapache-gallery-perl/templates/new'
PerlSetVar GalleryInfo 'Picture Taken => DateTimeOriginal,
Flash => Flash'
PerlSetVar GallerySizes '640 1024 1600 2272'
PerlSetVar GalleryThumbnailSize '100x75'
PerlSetVar GalleryCopyrightImage '/icons/gallery/c.png'
PerlSetVar GalleryRootText 'Inicio'
PerlSetVar GalleryTTFDir '/usr/share/fonts/'
PerlSetVar GalleryTTFFile 'Verdana.ttf'
PerlSetVar GalleryTTFSize '10'
PerlSetVar GalleryCopyrightText '(c) 2004 DebianCDs Uruguay
- debiancds.menteco.com'
PerlSetVar GalleryCopyrightColor '255,255,255,255'
<Location />
SetHandler perl-script
PerlHandler Apache::Gallery
</Location>
</VirtualHost>
Excluding this copyright options, the apache::gallery package is working
right.
I'll appreciate your help. Thanks.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.22
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8
Versions of packages libapache-gallery-perl depends on:
ii libapache-request-perl 1.1-0.1 Generic Apache Request Library
ii libcgi-perl 2.76-23 modules for perl5, for use in writ
ii libimage-imlib2-perl 1.02-1 perl interface to the imlib2 imagi
ii libimage-info-perl 1.09-2 allows extraction of meta informat
ii libimage-size-perl 2.990-1 Tools for finding the size of an i
ii libtemplate-perl 2.10-1 template processing system written
ii libtext-template-perl 1.44-1.1 Text::Template perl module
ii perl 5.8.4-2 Larry Wall's Practical Extraction
-- no debconf information
--- End Message ---
--- Begin Message ---
Hopefully you've already managed to figure this out, but just in case,
GalleryCopyrightImage needs to be the full path to the file copyright
file on the filesystem. So:
GalleryCopyrightImage '/icons/gallery/c.png'
should be
GalleryCopyrightImage '/usr/share/libapache-gallery-perl/icons/gallery/c.png'
Don Armstrong
--
G: If we do happen to step on a mine, Sir, what do we do?
EB: Normal procedure, Lieutenant, is to jump 200 feet in the air and
scatter oneself over a wide area.
-- Somewhere in No Man's Land, BA4
http://www.donarmstrong.com http://rzlab.ucr.edu
--- End Message ---