[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't make zmailer



On Mon, 18 Jan 1999, Dana Booth wrote:

...
> This is Zmailer 2.99.50s11 and Suse Linux 5.2. I'll get more detailed if I
> need to, but I would imagine that this has come up before, and that
> someone will recognize the problem, and hopefully tell me where I'm fu.

I ran into this one too: SuSE makes use of a compression library called
zlib, which conflicts with one of zmailer's internal libraries.
Naturally, this is compounded by the fact that ld searches user specified
paths last(!).  One fix is to edit all the makefiles changing -lz to
-l$(TOPDIR)/libs/libz.a.

		-ben