|
From: Anthony E. <ae...@gb...> - 2005-06-06 00:31:48
|
Kenneth Porter wrote:
> --On Friday, June 03, 2005 8:57 PM -0700 Anthony Ewell <ae...@gb...>
> wrote:
>
>> I am getting the following errors when I try to rebuild
>> the src rpm. Can someone tell me what "ld" and
>> "lncurses" is and what I need to do to get it to
>> compile this src rpm correctly?
>
>
> ld is the linker.
>
> -lncurses attempts to link to /usr/lib/libncurses.a, which is part of
> the ncurses-devel package. The spec file should probably have a
> BuildPrereq for ncurses-devel.
Hi Kenneth,
I went back into to my White Box Enterprise Linux 4 (same as
Red Hat Enterprise Linux 4, only cheaper) and installed the
"Developement Tools." This cleared up the problem.
Kind of annoying. I could always rebuild rpm's without the
developemnt tools under WBEL 3.
Thank you for the tip. It lead me to the solution.
--Tony
|