compile problem
Brought to you by:
jkerrb
Hi!
I am trying to compile kdar 2.0.5 on my debian testing
machine, running kde. Comfigure works well, but I get
an error during make that I don't understand (swedish
language):
/usr/bin/ld: cannot find -lbz2
collect2: ld returned 1 exit status
make[2]: *** [kdar] Fel 1
make[2]: Leaving directory
`/home/magnus/kdar-2.0.5/kdar-2.0.5/src'
make[1]: *** [all-recursive] Fel 1
make[1]: Leaving directory
`/home/magnus/kdar-2.0.5/kdar-2.0.5'
make: *** [all] Fel 2
Is there a package I need to install or a path to give
as argument or something?
Regards,
Magnus Larsson
Logged In: YES
user_id=888482
Looks like you need to install the bz2 compression library. See the
INSTALL file for minimum version.
JB