On 17/11/2009 17:32, Albretch Mueller wrote:
>  "configure: error: install curl to run this script"
> 
>  and I already (apparently) fixed a similar "curl-config" one
> 
>  This is what my system looks like right now:
> 
> r...@knoppix:/media/hdb2/inst/sw/OO/source/ooxpkgs# dpkg -l | grep curl
> ii  libcurl3                         7.15.5-1
>  Multi-protocol file transfer library
> 
>  What more curl(ing) stuff do I need?

uhm, there really is a very simple rule for this: if configure complains
that it cannot find the "foo" library, and you see that you have a
"libfooN" package installed, then you should install a package that (on
debian or derived distros) is either named "libfoo-dev" or "libfooN-dev".
that rule should apply at least 95% of the time.

but of course there is also a simpler way: for a lot (but not all) of
external libraries, the OOo repository already contains a copy.
you can enable those by passing --without-system-libs to configure.

if you really want to build with system libs, probably the easiest way
is something like "apt-get build-dep openoffice.org" (but that is
still not perfect, because it may install more or less than what your
particular configure flags on your particular source milestone require).

regards,
michael

-- 
"When C++ is your hammer, everything looks like a thumb."
 -- Steven M. Haflich


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to