Neeh help Installing PROFTPD

Jkle

Registered
Hello,
I am trying to install proftpd on OSX 10.1.3 without success.
I do
./configure

and then
make

and then I have some errors.

Could someone help me ?

---------------------------------------
echo \#define BUILD_STAMP \"`date`\" > include/buildstamp.h
cd lib ; make lib
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c getopt.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c getopt1.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c pr_fnmatch.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c strsep.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c vsnprintf.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c glibc-glob.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c pwgrent.c
ar rc libsupp.a getopt.o getopt1.o pr_fnmatch.o strsep.o vsnprintf.o glibc-glob.o pwgrent.o
ranlib libsupp.a
ranlib: file: libsupp.a(strsep.o) has no symbols
ranlib: file: libsupp.a(vsnprintf.o) has no symbols
cd src ; make src
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c main.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c timers.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c sets.c
sets.c:50: illegal expression, found `?'
sets.c:50: illegal expression, found `:'
sets.c:54: illegal expression, found `?'
sets.c:54: illegal expression, found `:'
sets.c:178: illegal cast, missing `)' after `pool'
sets.c:217: illegal cast, missing `)' after `pool'
sets.c:279: illegal cast, missing `)' after `pool'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c pool.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c dirtree.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c support.c
support.c:815: warning: `_calc_fs' defined but not used
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c inet.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c log.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c io.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c ident.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c data.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c modules.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c auth.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c fs.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c ftpcount.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c utils.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c ftpwho.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c ftpshut.c
cd modules; make modules
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c mod_core.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c mod_auth.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c mod_xfer.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c mod_site.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c mod_ls.c
cc -DDARWIN5_3 -DDARWIN5 -I.. -I../include -O2 -Wall -c mod_unixpw.c
/usr/include/profile.h:17: warning: could not use precompiled header '/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.p', because:
/usr/include/profile.h:17: warning: macro 'alloca' defined by ../include/conf.h conflicts with precomp
/System/Library/Frameworks/CoreServices.framework/Frameworks/OT.framework/Headers/OpenTransportProviders.h:110: invalid enumerator, found `0x01'
/System/Library/Frameworks/CoreServices.framework/Frameworks/OT.framework/Headers/OpenTransportProviders.h:126: warning: redefinition of macro TCP_NODELAY
/usr/include/netinet/tcp.h:148: warning: this is the location of the previous definition
/System/Library/Frameworks/CoreServices.framework/Frameworks/OT.framework/Headers/OpenTransportProviders.h:127: warning: redefinition of macro TCP_MAXSEG
/usr/include/netinet/tcp.h:149: warning: this is the location of the previous definition
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
In file included from /usr/include/krb.h:153,
from mod_unixpw.c:45:
/usr/include/kerberosIV/des.h:199: warning: unknown pragma d0_pointers
/usr/include/kerberosIV/des.h:199: warning: ignoring pragma: d0_pointers
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/OT.framework/Headers/OT.h:29,
from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:25,
from /usr/include/profile.h:17,
from /usr/include/krb.h:154,
from mod_unixpw.c:45:
/System/Library/Frameworks/CoreServices.framework/Frameworks/OT.framework/Headers/OpenTransportProviders.h:110: parse error before `0x01'
make[1]: *** [mod_unixpw.o] Erreur 1
make: *** [modules] Erreur 2
 
Back
Top