Opened 12 years ago
Closed 12 years ago
#39115 closed defect (invalid)
squid3: Error message after upgrading to 3.3.4
Reported by: | rrichardson@… | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | squid3 |
Description (last modified by larryv (Lawrence Velázquez))
I upgraded my squid 3.3.4 servers from 10.5.8 to 10.6.8. Now I'm getting a flood of the following messages in the log…
kid1| mimeLoadIconFile: /opt/local/share/squid/icons/anthony-image.gif: (2) No such file or directory
Searching shows that someone else fixed this by recompiling with "./configure --disable-eui", but that doesn't appear to be an option with MacPorts. Any idea what I can do about this? (Maybe there's a way to do this. I'm an old mainframer, and can code in assembly and PL/1, but never had the pleasure of developing in C.)
Also getting bunch of messages similar to the following…
kid1| mimeLoadIconFile: /opt/local/share/squid/icons/anthony-image.gif: (2) No such file or directory
These are apparently icons for FTP that ought to be in the icons directory, but are not.
Thanks for any help,
Ron
Change History (2)
comment:1 Changed 12 years ago by larryv (Lawrence Velázquez)
Description: | modified (diff) |
---|---|
Keywords: | errors squid eui removed |
Owner: | changed from macports-tickets@… to jmr@… |
comment:2 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Those icons haven't been included for quite a few releases. The current version includes the silk icon set instead. You need to update your ${prefix}/etc/squid/mime.conf; just copy mime.conf.default to mime.conf if you haven't modified it.
Thanks for the ticket. In the future, please Cc relevant port maintainers (
port info --maintainers squid3
).