cannot access /usr/sbin/exim-4.82.1-*: No such file or directory

zEitEr

Super Moderator
Joined
Apr 11, 2005
Messages
15,143
Location
GMT +7.00
Hello,

Code:
/usr/local/directadmin/custombuild# head ./build
#!/bin/sh
# This script is written by DirectAdmin and Martynas Bendorius (smtalk)


BUILDSCRIPT_VER=1.1.44

after building of exim we get error:

Code:
Exim installation completeMoving exim binary.
ls: cannot access /usr/sbin/exim-4.82.1-*: No such file or directory
mv: missing destination file operand after `/usr/sbin/exim'
Try `mv --help' for more information.
Exim 4.82.1 Installed.
Restarting exim.
Shutting down exim:
spamd: no process found
Starting exim: /usr/sbin/exim: error while loading shared libraries: libperl.so.5.10: cannot open shared object file: No such file or directory


the build script searches for /usr/sbin/exim-4.82.1-* but exim is compiled to /usr/sbin/exim-4.82_1-5b7a7c0-XX-2

Please check it and fix it.
 
Thanks, David. I haven't seen that thread. More to say some hours later from the time of this thread on another server I've upgraded exim without the issue.
 
Back
Top