From: Anthony E. <ae...@gb...> - 2005-06-04 03:59:45
|
Hi All, I am running White Box Enterprise Linux 4 (WBEL4), which is the same thing as Red Hat Enterprise Linux 4 (RHEL4), only cheaper. WBEL4 is based on Fedora Core 3. Well, I finally found "rpmbuild". Those fine fellows at Red Hat stuck a dash in the rpm, making my search invalid (rpm-build). 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? Many thanks, --Tony rpmbuild --rebuild dump-0.4b40-1.src.rpm gcc -c -D_BSD_SOURCE -D_USE_BSD_SIGNAL -O2 -g -march=i386 -mcpu=i686 -pipe -O2 -g -march=i386 -mcpu=i686 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -I.. -I../compat/include -I../restore -DRDUMP -DRRESTORE -DLINUX_FORK_BUG -DHAVE_LZO -D_PATH_DUMPDATES=\"/etc/dumpdates\" -D_DUMP_VERSION=\"0.4b40\" xattr.c -o xattr.o gcc -static -o restore dirs.o interactive.o main.o restore.o symtab.o tape.o utilities.o xattr.o ../common/dumprmt.o -L../compat/lib -lcompat -lext2fs -lcom_err -le2p -lreadline -lncurses -lz -lbz2 /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status make[1]: *** [restore] Error 1 make[1]: Leaving directory `/usr/src/whitebox/BUILD/dump-0.4b40/restore' make: *** [all] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.83637 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.83637 (%build) |