www.ProFTPD.de
13. März 2007, 19:58:47 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
   Übersicht   Hilfe Suche Login Registrieren  
Seiten: [1]   Nach unten
  Drucken  
Autor Thema: ist mod_tls jetzt eincompiliert oder nicht?  (Gelesen 265 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
datracon
Gast
« am: 18. Februar 2004, 17:48:00 »

Hallo Experten,

so habe ich proftpd installiert:

./configure --prefix=/usr/local/proftpd --with-modules=mod_sql:mod_sql_mysql:mod_tls --with-includes=/usr/include/mysql --with-libraries=/usr/lib/mysql

Die Sache mit MySQL funktioniert inzwischen. Aber mit TLS habe ich noch Probleme. Sobald ich in die proftpd.conf die Einträge in Bezug auf TLS mache, bekomme ich die Meldung:

Fatal: unknown configuration directive 'TLSEngine' on line 63 of '/usr/local/proftpd/etc/proftpd.conf'

In Zeile 63 steht folgendes:
TLSEngine on

In meinen Augen heißt das, dass mod_tls nicht richtig eingebunden ist. Wie kann man das nachprüfen?

Vielen Dank für jede Antwort!
Gespeichert
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #1 am: 18. Februar 2004, 18:09:22 »

proftpd -l
proftpd -vv
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #2 am: 18. Februar 2004, 19:47:38 »

Und den proftpd Neustart nicht vergessen :wink:
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
datracon2
Gast
« Antwort #3 am: 18. Februar 2004, 20:20:03 »

Danke für Eure Antworten. Leider ist es mir immernoch nicht gelungen mod_tls zu installieren. Mein letzer Versuch:

CPPFLAGS=-I/usr/kerberos/include ./configure --prefix=/usr/local/proftpd --with-modules=mod_sql:mod_sql_mysql:mod_tls --with-includes=/usr/include/mysql --with-libraries=/usr/lib/mysql

proftpd -l ergibt:

Compiled-in modules:
  mod_core.c
  mod_xfer.c
  mod_auth_unix.c
  mod_auth_file.c
  mod_auth.c
  mod_ls.c
  mod_log.c
  mod_site.c
  mod_sql.c
  mod_sql_mysql.c
  mod_cap.c

Ich erhalte keine Fehlermeldung beim Compilieren und habe somit auch keinen Ansatz wo das Problem liegt.
Zur Info:

Redhat 9.0, Kernel 2.4.20-8
Proftpd 1.2.9

Fällt Euch noch was ein?
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #4 am: 19. Februar 2004, 09:35:22 »

Code:
find / -name proftpd -print

Ist proftpd eventuell doppelt installiert?
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
datracon
ProFTPD
*
Offline Offline

Beiträge: 6


Profil anzeigen E-Mail
« Antwort #5 am: 19. Februar 2004, 09:42:08 »

nein proftpd ist nicht doppelt vorhanden. kann es sein, dass es besonderheiten mit mod_tls auf redhat systemen gibt?
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #6 am: 19. Februar 2004, 09:45:36 »

Nö. Mein Redhat 8:
[root@knowledgebase root]# proftpd -l
Compiled-in modules:
  mod_core.c
  mod_xfer.c
  mod_auth_unix.c
  mod_auth_file.c
  mod_auth.c
  mod_ls.c
  mod_log.c
  mod_site.c
  mod_sql.c
  mod_sql_mysql.c
  mod_conf_sql.c
  mod_ifsession.c
  mod_wrap.c
  mod_wrap_file.c
  mod_wrap_sql.c
 mod_tls.c
  mod_exec.c
  mod_cap.c
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
datracon
ProFTPD
*
Offline Offline

Beiträge: 6


Profil anzeigen E-Mail
« Antwort #7 am: 19. Februar 2004, 09:57:32 »

Welche libraries braucht TLS? Muss ich die im configure Aufruf auch
extra einbinden? Also mit --with-libraries=/usr/lib/XYZ
Hier habe ich dann schon die nächste Frage: Wie gibt man bei
"--with-libraries=" zwei unterschideliche Verzeichnisse an?
--with-libraries=/usr/lib/mysql brauche ich ja für mod_sql bzw.
mod_sql_mysql

Wird außer den openssl-devel und openssl noch ein paket benötigt um das mod_tls mit korrekt einzubinden?
Gespeichert
Anonymous
Gast
« Antwort #8 am: 19. Februar 2004, 12:06:20 »

jetzt gings. ich weiß aber nicht was jetzt anders war, als vorher. vielleicht komme ich noch drauf.

Vielen Dank, nochmal
Gespeichert
Seiten: [1]   Nach oben
  Drucken  
 
Gehe zu:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.059 Sekunden mit 17 Zugriffen.