www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: Zochl am 31. Mai 2004, 21:58:44



Titel: proftpd + mod_sql kompilieren
Beitrag von: Zochl am 31. Mai 2004, 21:58:44
hallo.
hab einen mysql server laufen. es ist noch eine 3er sql version das über ein binary installiert wurde.

wenn ich jetzt versuche den proftpd mit dem modul mod_sql_mysql zu kompilieren kommt er nur bis zum mod_sql_mysql module

Code:
mod_sql_mysql.c:137:19: mysql.h: No such file or directory
mod_sql_mysql.c:164: error: parse error befor "MYSQL"
mod_sql_mysql.c:164: warning: no semicolon at end of struct or union

usw..

hab es mit ./configure --with-modules=mod_sql:mod_sql_mysql --prefix=/usr/local/ftp --sysconfdir=/usr/local/ftp
gemacht. das ging noch gut und bei make haut es ihn dann auf.

bitte um hilfe
danke


Titel: proftpd + mod_sql kompilieren
Beitrag von: Wörsty am 01. Juni 2004, 10:04:52
Probiere das mysql-devel Paket zu installieren und/oder die include und libraries anzugeben: --with-includes=/usr/local/include --with-libraries=/usr/local/lib/mysql


Titel: proftpd + mod_sql kompilieren
Beitrag von: Zochl am 01. Juni 2004, 11:09:33
dies habe ich schon versucht aber es brachte leider nichts.


Titel: proftpd + mod_sql kompilieren
Beitrag von: Wörsty am 01. Juni 2004, 11:52:01
Code:
find / -name mysql.h -print


Titel: proftpd + mod_sql kompilieren
Beitrag von: Zochl am 01. Juni 2004, 23:34:56
Zitat von: "Wörsty"
Code:
find / -name mysql.h -print


danke das hat mich schon ein stück weiter gebracht aber ich hab noch immer ein problem.

Code:
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o)(.text+0xb4): In function "my_conpress_alloc": undefined reference to 'compress'
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o)(.text+0x12a): In function "my_conpress": undefined reference to 'compress'
collect2: Id returned 1 exit stauts
make: *** [proftpd] Error 1


weisst du vielleicht was da los sein könnte?
danke


Titel: proftpd + mod_sql kompilieren
Beitrag von: Wörsty am 02. Juni 2004, 10:12:42
Ist die zlib installiert?