|
Home > Archive > Linux Debian support > November 2007 > need zlib to compile swftools
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
need zlib to compile swftools
|
|
| SteveSch 2007-11-02, 1:15 am |
| Hello,
I am trying to compile swftools. I am not using debs because they don't
contain the program avi2swf.
I keep getting the error:
ERROR:
You need zlib to compile swftools
I have apt-get installed most all of the zlib files I could locate.
||/ Name Version Description
+++-==============-==============- ========================================
====
ii zlib-bin 1:1.2.3.3.dfsg compression library - sample programs
un zlib1 <none> (no description available)
ii zlib1g 1:1.2.3.3.dfsg compression library - runtime
ii zlibc 0.9k-2 Uncompressing C Library
I am unable to locate zlib or zlib1.
Any suggestions would be very much appreciated.
Steve
| |
| gregor herrmann 2007-11-02, 1:15 am |
| On Thu, 01 Nov 2007 19:10:52 -0600, SteveSch wrote:
> I am trying to compile swftools. I am not using debs because they don't
> contain the program avi2swf.
> I keep getting the error:
> ERROR:
> You need zlib to compile swftools
If you want to compile something you need the development packages.
#v+
gregoa@belanna:~$ apt-cache search --names-only zlib.*-dev
zlib1g-dev - compression library - development
#v-
gregor
--
.''`. http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
: :' : debian: the universal operating system - http://www.debian.org/
`. `' member of https://www.vibe.at/ | how to reply: http://got.to/quote/
`- NP: Queen: Under Pressure
| |
| SteveSch 2007-11-02, 1:14 pm |
| On Fri, 02 Nov 2007 04:32:41 +0100, gregor herrmann wrote:
> If you want to compile something you need the development packages.
>
> #v+
> gregoa@belanna:~$ apt-cache search --names-only zlib.*-dev
> zlib1g-dev - compression library - development
> #v-
Hi Gregor,
Well, I feel like an idiot. It now works perfectly. I installed everything
but the dev files? Oh well......
Thank you very much,
Steve
|
|
|
|
|