trying to get this thing to build in debian lenny, also having problems
configure: error: libid3 not found
i have libid3-1.2 installed (built from source)... i suspect that debian's own build package of libid3-3.8.3c2a should offer similar functionality.
i tried amending the actual shell script thus:
if test $ac_cv_lib_id3_ID3Tag_Link = yes; then
- LIBS="$LIBS -lid3 -lz -lstdc++"
+ LIBS="$LIBS -lid3 -lz"
else
ID3_LIBS="" ac_have_id3="no"
fi
if test x"$ac_have_id3" = xno; then
{ { echo "$as_me:$LINENO: error: libid3 not found" >&5
echo "$as_me: error: libid3 not found" >&2;}
{ (exit 1); exit 1; }; }
which would surely have the same effect as the patch for the configure.ac file? correct me if i am missing something here.
still getting the same error
configure: error: libid3 not found
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ripperX build failure fix
trying to get this thing to build in debian lenny, also having problems
configure: error: libid3 not found
i have libid3-1.2 installed (built from source)... i suspect that debian's own build package of libid3-3.8.3c2a should offer similar functionality.
i tried amending the actual shell script thus:
if test $ac_cv_lib_id3_ID3Tag_Link = yes; then
- LIBS="$LIBS -lid3 -lz -lstdc++"
+ LIBS="$LIBS -lid3 -lz"
else
ID3_LIBS="" ac_have_id3="no"
fi
if test x"$ac_have_id3" = xno; then
{ { echo "$as_me:$LINENO: error: libid3 not found" >&5
echo "$as_me: error: libid3 not found" >&2;}
{ (exit 1); exit 1; }; }
which would surely have the same effect as the patch for the configure.ac file? correct me if i am missing something here.
still getting the same error
configure: error: libid3 not found