2007/11/8, Johnathan Corgan <[EMAIL PROTECTED]>:
> On Thu, 2007-11-08 at 14:21 +1030, Berndt Josef Wulf wrote:
>
> > On NetBSD the following error occurs with:
> >
> > checking boost/shared_ptr.hpp usability... yes
> > checking boost/shared_ptr.hpp presence... yes
> > checking for boost/shared_ptr.hpp... yes
> > checking for svn... /usr/pkg/bin/svn
> > Shared object "libaprutil-0.so.0" not found
> > Shared object "libaprutil-0.so.0" not found
> > Component omnithread passed configuration checks, but not building.
> > Component gnuradio-core requires omnithread, which is not being built.
> > configure: error: Component gnuradio-core has errors, stopping.
> > *** Error code 1
> >
> > Can someone tell me more about libaprutil? Is this a new dependency? I 
> > didn't
> > see it on previous versions.
>
> This is not part of GNU Radio and is not a GNU Radio dependency.
> 'libapr' is the Apache Portable Runtime Utility library.  Something
> that ./configure runs is trying to dynamically load this and your system
> either doesn't have it installed or it can't otherwise be found.

I notice that on the line before the failed check ./configure looks
for subversion. ldd /usr/bin/svn tells me that the svn binary is
linked with libarputil-1.so.0 on my Fedora 8 box. This might not be a
solution to your problem, but might help locating it.

Regards.
-- 
Trond Danielsen


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to