[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: packaging help



On Tue, Aug 31, 2010 at 03:45:28PM +0000, almagro@comcast.net wrote:
> I am working with this tutorial to understand better the debian packaging process: 
> 
> http://www.debian-administration.org/article/337/Rolling_your_own_Debian_packages_part_2 
> 
> it all goes well until I try to "build" the package from source. I am
> getting errors regarding SVN and APR (I think they are libraries) needed.
> I checked with Synaptic Manager and I see the libraries are installed.

Normally, you'd be best off including the errors that you're seeing, as well
as the exact names of the packages you see installed, but my spidey sense is
telling me that you've installed the runtime library (eg libapr1), but not
the development library (eg libapr1-dev).  It is the latter that you need if
you want to build against a library, not (just) the former.

- Matt


Reply to: