Schauen wir mal ob wir Dir helfen können,
hi!!
In den tutorials ist immer die rede von z.B.
./configure --with-modules=mod_sql:mod_sql_mysql
Wo befindet sich diese datei bzw wo muss ich den befehl aufrufen?
Y05h1
Zuerst Soruce holen :
wget
ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.0rc3.tar.gz--10:11:30--
ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.0rc3.tar.gz => `proftpd-1.3.0rc3.tar.gz'
Auflösen des Hostnamen »ftp.proftpd.org«.... 81.223.20.36
Verbindungsaufbau zu ftp.proftpd.org|81.223.20.36|:21... verbunden.
Anmelden als anonymous ... Angemeldet!
==> SYST ... fertig. ==> PWD ... fertig.
==> TYPE I ... fertig. ==> CWD /distrib/source ... fertig.
==> PASV ... fertig. ==> RETR proftpd-1.3.0rc3.tar.gz ... fertig.
Länge: 1.853.677 (1.8M) (unmaßgeblich)
100%[=========================================================================>] 1.853.677 504.64K/s ETA 00:00
10:11:34 (502.98 KB/s) - »proftpd-1.3.0rc3.tar.gz« gespeichert [1853677]
Auspacken :
tar xvfz proftpd-1.3.0rc3.tar.gz
proftpd-1.3.0rc3/
proftpd-1.3.0rc3/contrib/
proftpd-1.3.0rc3/contrib/dist/
proftpd-1.3.0rc3/contrib/dist/rpm/
proftpd-1.3.0rc3/contrib/dist/rpm/ftp.pamd
proftpd-1.3.0rc3/contrib/dist/rpm/proftpd.init.d
proftpd-1.3.0rc3/contrib/dist/rpm/proftpd.init.d.suse
proftpd-1.3.0rc3/contrib/dist/rpm/proftpd.logrotate
proftpd-1.3.0rc3/contrib/dist/rpm/xinetd
proftpd-1.3.0rc3/contrib/INSTALL.mod_wrap
proftpd-1.3.0rc3/contrib/README
proftpd-1.3.0rc3/contrib/README.mod_wrap
usw. ....
Dann configure aufrufen mit Optionen evtl :
#cd proftpd-1.3.0rc3
/proftpd-1.3.0rc3 # ls
. Makefile.in README.PAM README.modules configure modules
.. NEWS README.Solaris2.5x README.ports configure.in proftpd.spec
.autom4te.cfg README README.Unixware RELEASE_NOTES contrib sample-configurations
COPYING README.AIX README.capabilities acconfig.h doc src
CREDITS README.DSO README.classes aclocal.m4 include stamp-h.in
ChangeLog README.FreeBSD README.controls config.guess install-sh utils
INSTALL README.IPv6 README.cygwin config.h.in lib
Make.rules.in README.LDAP README.facl config.sub
ltmain.sh
# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed