Re: [vchkpw] Compile issues

2003-02-10 Thread Jonas Pasche
Hi Brad, > gcc -g -O2 -Wall -o vchkpw vchkpw.o libvpopmail.a -L/root/mysql/lib/mysql >-lmysqlclient -lz -lnsl -lcrypt -lm > /usr/bin/ld: cannot find -lz That means that zlib ist missing. > What is the -lz all about (I am a long way from being any kind of programmer...) "-l" specifies a lib

[vchkpw] Compile issues

2003-02-08 Thread Brad
Hi I have previously installed on redhat without any issues. Now I am trying to install vpopmail on debian 3.0 .   I get the following error.   gcc  -g -O2 -Wall  -o vchkpw  vchkpw.o libvpopmail.a -L/root/mysql/lib/mysql  -lmysqlclient -lz -lnsl -lcrypt -lm/usr/bin/ld: cannot find -lzcollect2