Discussion:
Qmail Install on Fedora 13
MailList
2010-09-10 21:16:49 UTC
Permalink
I'm having a hard time getting past this error in part 6 of the installation (I took the mysql route).


[***@pillhill vqadmin-2.3.6]# ./configure --enable-cgibindir=/var/www/cgi-bin --enable-htmldir=/var/www/html
.
Invalid configuration `x86_64-unknown-linuxoldld': machine
`x86_64-unknown' not recognized
configure: error: /bin/sh ./config.sub x86_64-unknown-linuxoldld failed

When I try to configure, I get this errror from the config.sub script.
The problem is that I have tried to debug this with set -x in the script but cannot figure out what is happening.

Does anyone have any ideas?
Any help would be appreciated.

Ray
GoofY
2010-09-10 21:26:24 UTC
Permalink
It might be related to this:

http://qmailrocks.thibs.com/vqadmin.php --> check comment...

If you get the error x86_64 copy the config.sub from vpopmail dir:

cp ../vpopmail-5.4.30/config.sub ./

See below the error...

/downloads/vqadmin-2.3.7/missing: Unknown `--run' option
Try `/downloads/vqadmin-2.3.7/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... Invalid configuration
`x86_64-unknown-linux': machine `x86_64-unknown' not recognized
configure: error: /bin/bash ./config.sub x86_64-unknown-linux failed
Post by MailList
I'm having a hard time getting past this error in part 6 of the
installation (I took the mysql route).
--enable-cgibindir=/var/www/cgi-bin --enable-htmldir=/var/www/html
.
Invalid configuration `x86_64-unknown-linuxoldld': machine
`x86_64-unknown' not recognized
configure: error: /bin/sh ./config.sub x86_64-unknown-linuxoldld failed
When I try to configure, I get this errror from the config.sub script.
The problem is that I have tried to debug this with set -x in the
script but cannot figure out what is happening.
Does anyone have any ideas?
Any help would be appreciated.
Ray
MailList
2010-09-12 15:59:28 UTC
Permalink
Sorry to take so long in getting back but this is the same problem
that I am having.
It looks like this is for debian but it seems to be based around the 64
bit systems.

Since I am using 64 bit fedora, I'm wondering if I change (reload
fedora) to 32 bit can I get around this?
Post by GoofY
http://qmailrocks.thibs.com/vqadmin.php --> check comment...
cp ../vpopmail-5.4.30/config.sub ./
See below the error...
/downloads/vqadmin-2.3.7/missing: Unknown `--run' option
Try `/downloads/vqadmin-2.3.7/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... Invalid configuration
`x86_64-unknown-linux': machine `x86_64-unknown' not recognized
configure: error: /bin/bash ./config.sub x86_64-unknown-linux failed
Post by MailList
I'm having a hard time getting past this error in part 6 of the
installation (I took the mysql route).
--enable-cgibindir=/var/www/cgi-bin --enable-htmldir=/var/www/html
.
Invalid configuration `x86_64-unknown-linuxoldld': machine
`x86_64-unknown' not recognized
configure: error: /bin/sh ./config.sub x86_64-unknown-linuxoldld failed
When I try to configure, I get this errror from the config.sub script.
The problem is that I have tried to debug this with set -x in the
script but cannot figure out what is happening.
Does anyone have any ideas?
Any help would be appreciated.
Ray
Loading...