Upgrading exim problems...

truenegative

Verified User
Joined
Feb 16, 2006
Messages
152
I recently tried to upgrade to 4.69 and I had some issues...

Code:
rpm -Uvh da_exim-4.69-1.x86_64.rpm 
error: Failed dependencies:
	libcrypto.so.6()(64bit) is needed by da_exim-4.69-1.x86_64
	libdb-4.3.so()(64bit) is needed by da_exim-4.69-1.x86_64
	libssl.so.6()(64bit) is needed by da_exim-4.69-1.x86_64
	rtld(GNU_HASH) is needed by da_exim-4.69-1.x86_64
[root@jupiter downloads]# rpm -Uvh --nodeps --force da_exim-4.69-1.x86_64.rpm 
Preparing...                ########################################### [100%]
   1:da_exim                warning: /etc/exim.conf created as /etc/exim.conf.rpmnew
########################################### [100%]
[root@jupiter downloads]# service exim restart
Shutting down exim: /etc/init.d/exim: line 40: kill: (15788) - No such process

Starting exim: /usr/sbin/exim: error while loading shared libraries: libdb-4.3.so: cannot open shared object file: No such file or directory

Any ideas? I followed another thread that said to use the --nodeps and --force, but now its having issues... :(
 
Are you sure you installed the right version of exim? Do you have a 64bit os?
 
Back
Top