Results 1 to 10 of 13
I have downloaded "qmail-1.03.tar.gz" and tried to install it, when I run the "make setup check" I get errors. Does some one have a fc2 rpm for qmail and / ...
- 01-29-2005 #1Linux Newbie
- Join Date
- Nov 2004
- Location
- Glacier, WA
- Posts
- 103
QMail
I have downloaded "qmail-1.03.tar.gz" and tried to install it, when I run the "make setup check" I get errors. Does some one have a fc2 rpm for qmail and / or any hints.
GlacierBill
bill@glacierwa.com
- 01-29-2005 #2
What are the exact errors you get?
dylunio
- 01-29-2005 #3Linux Newbie
- Join Date
- Nov 2004
- Location
- Glacier, WA
- Posts
- 103
The Error
[root@kg1 qmail-1.03]# make
./compile qmail-local.c
./compile: line 3: exec: cc: not found
make: *** [qmail-local.o] Error 127
- 01-29-2005 #4
have you got gcc installed? try
Code:yum install gcc
- 01-29-2005 #5Linux Newbie
- Join Date
- Nov 2004
- Location
- Glacier, WA
- Posts
- 103
CC
Please forgive me, I am a newbee, only 2 weeks, here is what happened
[root@kg1 qmail-1.03]# yum install cc
Unable to find pid
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching cc
No actions to take
- 01-29-2005 #6Linux Newbie
- Join Date
- Nov 2004
- Location
- Glacier, WA
- Posts
- 103
qcc
Sorry forgot the q
Here is the new error
[root@kg1 qmail-1.03]# yum install qcc
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
Cannot find a package matching qcc
No actions to take
[root@kg1 qmail-1.03]#
- 01-29-2005 #7
it is a g
the app you are looking for is gcc
- 01-30-2005 #8Linux Newbie
- Join Date
- Nov 2004
- Location
- Glacier, WA
- Posts
- 103
New Error
That works, Thanks, now I get a new error during the make
./compile datetime_un.c
./makelib datetime.a datetime.o datetime_un.o
./compile auto-str.c
auto-str.c:9: warning: conflicting types for built-in function `puts'
auto-str.c: In function `main':
auto-str.c:17: warning: return type of `main' is not `int'
./load auto-str substdio.a error.a str.a
substdio.a(substdo.o)(.text+0x43): In function `allwrite':
: undefined reference to `errno'
collect2: ld returned 1 exit status
make: *** [auto-str] Error 1
[root@kg1 qmail-1.03]#
- 01-30-2005 #9
I thin kthis is due to the version of glibc used, there are errno.h patches for all of djb's software: http://www.qmail.org/moni.csi.hu/pub/glibc-2.3.1/
just recompile and you should be fine;
dylunio
- 01-30-2005 #10Linux Newbie
- Join Date
- Nov 2004
- Location
- Glacier, WA
- Posts
- 103
Mabey I am going about this wrong
I am tring to setup FC2 for use in my office as well set it up as a web server, have the httpd running fine, but can not seem to get a mail program to install and work, what would you suggest?


Reply With Quote
