Problem with running ./configure for DNSSEC-Tools 1.5


 
Thread Tools Search this Thread
Operating Systems Solaris Problem with running ./configure for DNSSEC-Tools 1.5
# 1  
Old 08-10-2009
Problem with running ./configure for DNSSEC-Tools 1.5

checking size of short... configure: error: cannot compute sizeof
(short), 77
See `config.log' for more details.
configure: error: /bin/bash './configure' failed for validator


Above are the last few lines shown before ./configure ended and it was not successful. What am I lacking of?

---------- Post updated at 06:16 PM ---------- Previous update was at 04:32 PM ----------

Supporting info, hope it help towards a solution

# /usr/ccs/bin/make
make: Fatal error: No arguments to build
Current working directory /var/named/dnssec-tools-1.5/validator
*** Error code 1
The following command caused the error:
if test "xvalidator" != "xnone" ; then \
for i in validator ; do \
(cd $i ; make ) ; \
if test $? != 0 ; then \
exit 1 ; \
fi \
done \
fi
make: Fatal error: Command failed for target `subdirmake'
# 2  
Old 08-11-2009
have you tried

make install


usually there should be some readme file that give some idea how to compile and install.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Need help with dnscrypt and dnssec

Hi, I currently have dnscrypt working, and now, I want to add dnssec. dnscrypt is basically a daemon running, and it's configured to 127.0.0.1 under dns in wifi. I have installed dnsmasq, and I am ready to enable dnssec in /usr/local/etc/dnsmasq.conf. My question is the following. Do I... (2 Replies)
Discussion started by: macos22
2 Replies

2. Red Hat

How do I set up dnssec ?

Hi, I am receiving 'no valid signatures' errors in /var/log/messages. I understand that it would be gone if I set 'dnssec-enable no' in named.conf. But I want to let it be (i.e 'dnssec-enable yes'). Please help! (0 Replies)
Discussion started by: madhupnetfundu
0 Replies

3. IP Networking

Bind9 DNSSEC and rollerd

Hi all, I've a litte problem to get rollerd running and signing my zones if the ZSK of my zones are near expiring or expired. rollerd is running but do nothing startet with: /usr/bin/perl /usr/sbin/rollerd -rrfile /etc/bind/all.rollrec -directory /etc/bind -logfile /dev/stdout ... (1 Reply)
Discussion started by: xabbu
1 Replies

4. AIX

How to configure new hdisk such that it has a gpfs fs on it and is added to a running gpfs cluster?

Hi, I have a running GPFS cluster. For one every mountpoint that i have created i have one disk assigned to it. That disk is converted to an NSD and is a part of the GPFS Cluster. Now i have a new disk and there is this requirement to add it to the GPFS cluster, such that this becomes an NSD.... (1 Reply)
Discussion started by: aixromeo
1 Replies

5. Shell Programming and Scripting

Compilation errors in running configure script

Hi all, I tried to cross compile Ghostscript-8.54 source. I am getting some errors during cross compilation. I have pasted the errors below. CC=arm-unknown-linux-gnu-gcc LD=arm-unknown-linux-gnu-ld ./configure --host=i686-pc-linux-gnu --target=arm-unknown-linux-gnu --without-x && make ... (2 Replies)
Discussion started by: siva4ever
2 Replies

6. Linux

Configure apache to run with perl ... while running from browser it asks to save .pl

I have installed fedora 9 and trying to run .pl (perl files) from browser. I have below RPM installed: ---------------------------------- httpd-2.2.8-3.i386 mod_perl-2.0.3-21.i386 $cat /etc/httpd/conf.d/perl.conf LoadModule perl_module modules/mod_perl.so Alias /perl /var/www/perl... (4 Replies)
Discussion started by: sriram003
4 Replies

7. UNIX for Dummies Questions & Answers

problem using ./configure

i am attempting to compile my first tar... i have unpacked the tar... and am attempting to use the ./configure but this bash returns bash: ./configure: No such file or directory what am i doing wrong? (2 Replies)
Discussion started by: HMSS013
2 Replies
Login or Register to Ask a Question