> > 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
gt; > > or, via email, send a message with subject or body 'help' to
> > >[EMAIL PROTECTED]
> > >
> > > You can reach the person managing the list at
> > >[EMAIL PROTECTED]
> > >
> > > When replying, please edit y
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