Bug 55844 - PATCH: fix analog crash by linking against system libz
Summary: PATCH: fix analog crash by linking against system libz
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Haro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-21 18:40 UTC by mreimer
Modified: 2003-12-17 04:19 UTC (History)
0 users

See Also:


Attachments
file.diff (2.12 KB, patch)
2003-08-21 18:40 UTC, mreimer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mreimer 2003-08-21 18:40:22 UTC
	Occasionally analog crashes when processing compressed log files.
	Linking against the system libz instead of analog's libz solves
	the problem.

Fix: Use this new files/patch-aa, which adds -DHAVE_ZLIB:
How-To-Repeat: 	Run analog against the right mix of gzipped log files.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-08-21 22:32:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mharo

Over to maintainer.
Comment 2 Michael Haro freebsd_committer freebsd_triage 2003-12-17 04:18:54 UTC
State Changed
From-To: open->closed

committed, thanks!