Thanks a lot Jonas, $ apt-get install zlib1g-dev solved my problem. // Paul
-----Ursprungligt meddelande----- Från: Jonas Pasche [mailto:[EMAIL PROTECTED] Skickat: den 3 mars 2003 00:47 Till: [EMAIL PROTECTED] Ämne: Re: [vchkpw] vpopmail newbie Hi Paul, > vpopmail-5.3-16 on my Debian-box > ./configure with mysql sends me this error message: > > /usr/bin/ld: cannot find -lz > > any idea? Yes, the "z" library is missing. It's a standard compression library found on most systems. On Debian, you should install the zlib1g[-dev] package. Jonas