> > Actually libraries such as the LZO one belong in /usr/lib not
> > usr/local/lib (Note my correct spelling.) that might be most of
> > his/your problems.
>
> It is interesting when this changed. In the past, the standard location for
> add-on packages were always /usr/local, even with GNU/Linu
On Monday 20 March 2006 23:51, Gregg C Levine wrote:
> Actually libraries such as the LZO one belong in /usr/lib not
> usr/local/lib (Note my correct spelling.) that might be most of
> his/your problems.
It is interesting when this changed. In the past, the standard location for
add-on packages w
mailto:grub-
> [EMAIL PROTECTED] On Behalf Of
xi yang
> Sent: Monday, March 20, 2006 5:33 PM
> To: The development of GRUB 2
> Subject: Lzo configure failure.
>
> hi:
> Try Lzo-1.08.tar.gz
> I have got the same problem whem i was compiling the grub1.92 with
Lz0-2,02
> t
subject or body 'help' to
> >[EMAIL PROTECTED]
> >
> > You can reach the person managing the list at
> >[EMAIL PROTECTED]
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of
Hi,
I guess you have installed the LZO Library in /usr/local/lib.
The script ignores this library search path (like the most one).
Try to add it yourself as parameter to your configure script:
# ./configure BUILD_LDDFLAGS=-L/usr/local/lib
(tested with grub-1.91, also on FreeBSD 5.3)
On Thu, Mar
Hello. Can anyone help me compile grub2 with LZO on FBSD 5.3 !
I have lzo already installed. here is the configure output, thank you.
[EMAIL PROTECTED] /usr/src/grub-1.92 # ./configure
checking build system type... i386-unknown-freebsd5.3
checking host system type... i386-unknown-freebsd5.3
checki