Proftpd: cannot find -lz

Backup, Restore und Transfer von Daten
Post Reply
grafi
Posts: 14
Joined: 2002-08-04 20:45
 

Proftpd: cannot find -lz

Post by grafi »

Hallo,

beim Ausführen von make erhalte ich folgende Fehlermeldung:

Code: Select all

/usr/bin/ld: cannot find -lz
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ß
magnum2
Posts: 201
Joined: 2002-08-12 16:30
Location: Grünwald
Contact:
 

Re: Proftpd: cannot find -lz

Post by magnum2 »

Dir fehlt zlib, mit apt-get nachinstallieren....
grafi
Posts: 14
Joined: 2002-08-04 20:45
 

Re: Proftpd: cannot find -lz

Post by grafi »

hi,
danke für deine Antwort, aber zlib habe ich schon installiert.
Gruß
grafi
checker
Posts: 113
Joined: 2003-06-09 13:17
 

Re: Proftpd: cannot find -lz

Post 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??
grafi
Posts: 14
Joined: 2002-08-04 20:45
 

Re: Proftpd: cannot find -lz

Post 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
grafi
Posts: 14
Joined: 2002-08-04 20:45
 

Re: Proftpd: cannot find -lz

Post by grafi »

apt-get install zlib1g-dev

jetzt gehts.
Post Reply