Re: Lzo configure failure.

2006-03-21 Thread Brian Sammon
> > 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

Re: Lzo configure failure.

2006-03-21 Thread Yoshinori K. Okuji
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

RE: Lzo configure failure.

2006-03-20 Thread Gregg C Levine
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

Re: LZO configure failure

2006-03-17 Thread Martin Moeller
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