José Campos wrote:

                I'm trying to install qmailtoaster on fedora10.

I'm following install steps from http://www.howtoforge.com/how-to-install-qmailtoaster-centos-5.3

fedora_10-install-script.sh hangs like you can see bellow.

...

domainkeys.c:1276: warning: value computed is not used

domainkeys.c: In function 'dk_message':

domainkeys.c:1504: warning: pointer targets in passing argument 2 of 'dkhash' differ in signedness

domainkeys.c:1505: warning: pointer targets in passing argument 2 of 'dkhash' differ in signedness

gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -DBIND_8_COMPAT -O2 -c dns_txt.c

dns_txt.c: In function 'dns_text':

dns_txt.c:133: warning: pointer targets in passing argument 1 of 'dk_strdup' differ in signedness

dns_txt.c:70: warning: unused variable 'i'

gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -DBIND_8_COMPAT -O2 -c -o dktrace.o dktrace.c

rm -f libdomainkeys.a

ar cr libdomainkeys.a domainkeys.o dns_txt.o dktrace.o

ranlib libdomainkeys.a

(if make dnstest >/dev/null 2>&1; then echo -lresolv; else echo ""; fi) >dns.lib

^Z

[1]+  Stopped                 sh fedora_10-install-script.sh

(here I forced kill process, after several minutes)

...

                Any help appreciated


Did you run the dependency script prior to compiling? Do you have SELinux disabled? Can you give us some more details on your system - I'd like to try and build a VM matching your system to see if I can replicate your issue.

Reply via email to