Mail Index


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Installing on FreeBSD 4.5-RELEASE and getting despate



Dear list subscribers,

I am trying to install this fantastic piece of software on my FreeBSD box,
but after ~6 hours I still can't find the problem.

I get

[Wed Sep 11 21:57:12 2002] [notice] child pid 61112 exit signal Segmentation
fault (11)

in the Apache Server error_log (not the VHOST's) for what seems like every
picture that should be created in the .cache. Even after a chmod -R 777 . in
the DOC-root.

I tried commenting the Location section out, and it then serves the files in
the normal way. So I believe I have a problem in the Gallery / requirements
parts of the system.

I compiled freetype-1.3.1 and imlib2-1.0.3 manually to avoid problems with
the PORTS versions.

Could someone please help me with some hints to how I can trace the flow,
and test the components to pinpoint what is wrong?

Thank's a lot in advance.

best regards
Nicolai


<VirtualHost *>
  ServerAdmin nicolai@xxxxxxxxxx
  ServerName   gallery.nicolai.hjorth.com
  DocumentRoot /home/nicolai/gallery/
  ErrorLog    /var/weblogs/nicolaigallery/error_log
  Customlog  /var/weblogs/nicolaigallery/access_log combined
  PerlSetVar   GalleryTemplateDir '/usr/local/apache/gallery/templates'
  PerlSetVar   InlineDir '/usr/local/apache/Inline'
  PerlSetVar   GalleryInfo 'Picture Taken => DateTimeOriginal, Flash =>
Flash'
  PerlSetVar   GallerySizes '640 1024 1600 2272'
  PerlSetVar   GalleryThumbnailSize '100x75'
  #PerlSetVar   GalleryCopyrightImage 'htdocs/c.png'
  <Location />
    SetHandler        perl-script
    PerlHandler       Apache::Gallery
  </Location>
  LogLevel Debug
</VirtualHost>