exim won't install with build

WaaaghNL

New member
Joined
Aug 10, 2009
Messages
3
Location
Waalre, The Netherlands
Dear DA users,

I have a problem with exim, it wont start and it wont reinstall when i use "./build exim d". but when i use "./build all" i see in on the servicepage in DA that exim starts:eek: but when the install hits the exim part of the build i get the error below:eek:

File already exists: exim-4.69.tar.gz
File already exists: exim
File already exists: exim_freebsd
File already exists: exim_debian
Found /usr/local/directadmin/custombuild/exim-4.69.tar.gz
Extracting ...
Done.
--2009-11-20 20:56:46-- http://files.directadmin.com/services/custombuild/Makefile
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com|72.35.85.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 48415 (47K) [text/plain]
Saving to: `Local/Makefile'

100%[===========================================================================================================================================================>] 48,415 112K/s in 0.4s

2009-11-20 20:56:46 (112 KB/s) - `Local/Makefile' saved [48415/48415]

Trying to make exim...

>>> Creating links to source files...
make[1]: Entering directory `/usr/local/directadmin/custombuild/exim-4.69/build-Linux-x86_64'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.69/build-Linux-x86_64'
make: *** [go] Error 2
make: *** Waiting for unfinished jobs....

*** The make has failed, do you want to try to make again? (y,n):
Trying to make exim...
make[1]: Entering directory `/usr/local/directadmin/custombuild/exim-4.69/build-Linux-x86_64'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.69/build-Linux-x86_64'
make: *** [go] Error 2
make: *** Waiting for unfinished jobs....
>>> New Makefile installed
>>> Use "make makefile" if you need to force rebuilding of the makefile


*** The make has failed, do you want to try to make again? (y,n):

Has anyone a solving idee?

Greetings
Waaagh
 
1. do ./build clean
2. remove all exim files = rm -rf exim*
3. do update . ./build update
4. install db4-devel yum install db4-devel
5.do ./build exim
 
1. do ./build clean
2. remove all exim files = rm -rf exim*
3. do update . ./build update
4. install db4-devel yum install db4-devel
5.do ./build exim

still can't fix problem, anyone else have same trouble?
 
Can you give us more information like;

- Which OS are you using
- Do you have all required libs installed?

- If you cant fix it I can take a look for you if you want. Please send me the information to get on SSH.

We have alot of servers with DA, CentOS 5.x x86_64/x86 without any problems.
 
Back
Top