vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I did fallow instruction in README.chroot. But still this package doesn't work in chrrot. Everything is working fine after disabling chroot apache. My error file: [Sat Mar 29 12:37:35 2008] [error] Can't load '/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/Image/Imlib2/Imlib2.so' for module Image::Imlib2: Cannot load specified object at /usr/libdata/perl5/i386-openbsd/5.8.8/DynaLoader.pm line 230.\n at /usr/local/libdata/perl5/site_perl/Apache/Gallery.pm line 47\nCompilation failed in require at /usr/local/libdata/perl5/site_perl/Apache/Gallery.pm line 47.\nBEGIN failed--compilation aborted at /usr/local/libdata/perl5/site_perl/Apache/Gallery.pm line 47.\nCompilation failed in require at (eval 7) line3.\n [Sat Mar 29 12:37:35 2008] [error] Undefined subroutine &Apache::Gallery::handler called.\n And my httpd.conf <VirtualHost 76.99.236.222> DocumentRoot /var/www/site/galllery ServerName gallery.example.com ServerAlias www.gallery.example.com ErrorLog logs/gallery-error_log TransferLog logs/gallery-access_log Options -Indexes PerlSetVar GalleryCacheDir '/tmp/' PerlSetVar GalleryTemplateDir '/usr/local/share/Apache-Gallery/templates/new/' PerlSetVar GalleryInfo 'Picture Taken => DateTimeOriginal, Flash => Flash$ PerlSetVar GallerySizes '640 800' PerlSetVar GalleryThumbnailSize '100x75' PerlSetVar GalleryCopyrightImage '/icons/c.png' PerlSetVar GalleryRootText 'Gallery' Alias /icons/gallery/ "/usr/local/share/Apache-Gallery/icons/" Alias /gallery.css "/usr/local/share/Apache-Gallery/templates/new/gallery.css" <Directory /usr/local/share/Apache-Gallery> order allow,deny allow from all </Directory> <Location /> SetHandler perl-script PerlHandler Apache::Gallery </Location> </VirtualHost> THANKS |