Hallo,
habe seit einigen Tagen das Problem, das SASL_AUTH auf meinem
System (1&1 Rootserver Suse 8.1 Confixx 2.x) nicht mehr läuft.
Die Ursache ist wohl das saslautd nicht mehr läuft. Er ist auf dem
nicht mehr auffindbar 8O . Neuistallation der Cyrus_sasl-Pakete hat nichts
gebracht, Kompilierung der sasl-Sourcen bricht beim make mit diversen
Fehlern ab. War also auch nichts...
Das System lief bis vor kurzem noch einwandfrei. Wo soll ich ansetzen?
MfG
Andreas
saslauthd verschwunden...
Re: saslauthd verschwunden...
bei den Fehlermeldungen, bei den Logs ... 
-
andreas franke
- Posts: 34
- Joined: 2003-04-04 11:36
Re: saslauthd verschwunden...
Neee klar,
die hühner ich schon seit zwei Tagen durch. Sonst würd ich hier nicht fragen. Da ist nichts auffälliges drin. Kann ja auch nicht, da der saslauthd nicht mehr da ist und sich auch nicht mehr installieren läßt...
die hühner ich schon seit zwei Tagen durch. Sonst würd ich hier nicht fragen. Da ist nichts auffälliges drin. Kann ja auch nicht, da der saslauthd nicht mehr da ist und sich auch nicht mehr installieren läßt...
Re: saslauthd verschwunden...
... wie konnte es zu dieser herrlichen Katastrophe kommen?Andreas Franke wrote: ....da der saslauthd nicht mehr da ist und sich auch nicht mehr installieren läßt...
-
andreas franke
- Posts: 34
- Joined: 2003-04-04 11:36
Re: saslauthd verschwunden...
Tja, wenn ich das wüßte....
Ich bekomme die Cyrus_sasl Geschichte einfach nicht mehr in Gang. Bin jetzt aus diesem Anlaß 36Stunden ohne schlaf. Wahrscheinlich seh ich den Wald vor lauter Bäumen nicht mehr. Weiß auch nicht. Totales Rätsel. :?
Ich bekomme die Cyrus_sasl Geschichte einfach nicht mehr in Gang. Bin jetzt aus diesem Anlaß 36Stunden ohne schlaf. Wahrscheinlich seh ich den Wald vor lauter Bäumen nicht mehr. Weiß auch nicht. Totales Rätsel. :?
-
andreas franke
- Posts: 34
- Joined: 2003-04-04 11:36
Noch ein Versuch...
Hallo,
habe erneut versuch cyrus-sasl zu kompilieren. Das kommt dabei heraus:
Gruß
Andreas
habe erneut versuch cyrus-sasl zu kompilieren. Das kommt dabei heraus:
- /install/cyrus-sasl-1.5.27 # ./configure --enable-login
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... /usr/bin/install -c
checking for __attribute__... yes
checking for runpath switch... -Wl,-rpath,
checking build system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... no
checking if we can lock with hard links... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking if gcc static flag -static works... -static
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking DB path to use... /etc/sasldb
checking for db.h... no
checking for ndbm.h... no
/install/cyrus-sasl-1.5.27 # make
make all-recursive
make[1]: Entering directory `/root/install/cyrus-sasl-1.5.27'
Making all in include
make[2]: Entering directory `/root/install/cyrus-sasl-1.5.27/include'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -Wall -W -g -O2 -c makemd5.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -o makemd5 makemd5.o -lresolv
mkdir .libs
gcc -Wall -W -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -o makemd5 makemd5.o -lresolv
rm -f md5global.h
./makemd5 md5global.h
make[2]: Leaving directory `/root/install/cyrus-sasl-1.5.27/include'
Making all in lib
make[2]: Entering directory `/root/install/cyrus-sasl-1.5.27/lib'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -Wall -W -g -O2 -c common.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -Wall -W -g -O2 -c common.c -fPIC -DPIC
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
common.c: In function `_sasl_conn_init':
common.c:247: warning: implicit declaration of function `gethostname'
mv -f common.o common.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -Wall -W -g -O2 -c saslutil.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -Wall -W -g -O2 -c saslutil.c -fPIC -DPIC
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
saslutil.c: In function `getranddata':
saslutil.c:294: warning: implicit declaration of function `getpid'
mv -f saslutil.o saslutil.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -Wall -W -g -O2 -c server.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -Wall -W -g -O2 -c server.c -fPIC -DPIC
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
server.c: In function `sasl_setpass':
server.c:299: warning: unused variable `getopt'
server.c:300: warning: unused variable `context'
mv -f server.o server.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -Wall -W -g -O2 -c client.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -Wall -W -g -O2 -c client.c -fPIC -DPIC
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
mv -f client.o client.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -Wall -W -g -O2 -c md5.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -Wall -W -g -O2 -c md5.c -fPIC -DPIC
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
mv -f md5.o md5.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -Wall -W -g -O2 -c dlopen.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -Wall -W -g -O2 -c dlopen.c -fPIC -DPIC
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
mv -f dlopen.o dlopen.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -Wall -W -g -O2 -c checkpw.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -Wall -W -g -O2 -c checkpw.c -fPIC -DPIC
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
checkpw.c: In function `shadow_verify_password':
checkpw.c:528: warning: implicit declaration of function `getspnam'
checkpw.c:528: warning: assignment makes pointer from integer without a cast
checkpw.c:531: dereferencing pointer to incomplete type
checkpw.c:532: warning: implicit declaration of function `crypt'
checkpw.c:532: warning: assignment makes pointer from integer without a cast
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c:533: dereferencing pointer to incomplete type
checkpw.c: In function `passwd_verify_password':
checkpw.c:606: warning: implicit declaration of function `getpwnam'
checkpw.c:606: warning: assignment makes pointer from integer without a cast
checkpw.c:609: dereferencing pointer to incomplete type
checkpw.c:611: warning: assignment makes pointer from integer without a cast
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
checkpw.c:613: dereferencing pointer to incomplete type
make[2]: *** [checkpw.lo] Error 1
make[2]: Leaving directory `/root/install/cyrus-sasl-1.5.27/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/install/cyrus-sasl-1.5.27'
make: *** [all-recursive-am] Error 2
Gruß
Andreas