Page 1 of 1
Proftpd: cannot find -lz
Posted: 2003-07-12 21:22
by grafi
Hallo,
beim Ausführen von make erhalte ich folgende Fehlermeldung:
Dies ist der configure Befehl läuft ohne Fehler durch
Code: Select all
./configure --with-modules=mod_sql:mod_sql_mysql
Kann mir jemand von euch sagen, welche Pakete ich nachinstallieren muss?
Auf dem Server läuft Debian.
Schonmal Danke für eure Hilfe
Gruß
Re: Proftpd: cannot find -lz
Posted: 2003-07-12 21:52
by magnum2
Dir fehlt zlib, mit apt-get nachinstallieren....
Re: Proftpd: cannot find -lz
Posted: 2003-07-12 22:00
by grafi
hi,
danke für deine Antwort, aber zlib habe ich schon installiert.
Gruß
grafi
Re: Proftpd: cannot find -lz
Posted: 2003-07-12 22:05
by checker
grafi wrote:hi,
danke für deine Antwort, aber zlib habe ich schon installiert.
Gruß
grafi
hat vielleicht was bei der Installation von zlib nicht gefunzt??
Re: Proftpd: cannot find -lz
Posted: 2003-07-12 22:08
by grafi
hi,
apt-get install zlib
Reading Package Lists... Done
Building Dependency Tree... Done
Package zlib has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
E: Package zlib has no installation candidate
apt-get install zlib1
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, zlib1 is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Ist das so alles korrekt?
Grüße grafi
Re: Proftpd: cannot find -lz
Posted: 2003-07-12 22:56
by grafi
apt-get install zlib1g-dev
jetzt gehts.