Gaute Amundsen <[EMAIL PROTECTED]> writes:
> On Tuesday 03 July 2007 16:30, Dag-Erling Smørgrav wrote:
> > Is this a 32-bit machine, BTW?
> It is. Quad Xeon 3 GHz.

Ah, OK, you won't be able to process log files larger than about 2 GB on
a 32-bit machine.  I should probably figure out a way to get around
that.

> > Could you try the attached patch?
> Having some problems with that. My fault I'm sure, but I installed
> from the RPM originaly, so I can't just re-run. Compilation goes fine,
> but the binaries ends up widely different sizes. (5567 vs 168684)
> before "make install" that is. After that it's 478984 vs 168684.  The
> source rpms are no different i presume?

What configure options did you use?  The difference in size is probably
due to debugging symbols.

> Is there a way to get the binary made without doing an install?

You can install into a staging directory (make install
DESTDIR=/tmp/varnish) and copy the files over manually if you prefer.

DES
-- 
Dag-Erling Smørgrav
Senior Software Developer
Linpro AS - www.linpro.no
_______________________________________________
varnish-misc mailing list
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to