I get this error when i try to run squid.
Traceback (most recent call last):
File "/usr/share/videocache/videocache.py", line 42, in
mainconf = readMainConfig(readStartupConfig('/etc/videocache.conf', '/'))
File "/ext/distfiles/videocache-1.9.1/videocache/config.py", line 699, in readStartupConfig
raise Errors.ConfigError("Parsing file failed: %s" % e)
Errors.ConfigError: Parsing file failed: File contains no section headers.
file: file:///etc/videocache.conf, line: 2
'enable_video_cache = 1\n'
i try to install it on freebsd machine with squid 2.7. help me whats wrong.
