Normal utility expand.exe include on the cd folder i386:
E:\>i386\EXPAND.EXE TERMMGR.DL_ c:\TERMMGR.DLL
Done
Nguyen Si Nhan
Bài đăng phổ biến
-
yum install install libxml2-devel Nguyen Si Nhan
-
How to create a bot to automate daily tasks using Slack Nguyen Si Nhan 1. Setting Up Your Slack App Create a Slack App: Sign in to your Sla...
Saturday, December 31, 2011
How To Update exim using a source rpm
In this how-to, we'll describe how to compile a new version of th exim src.rpm file in order to update exim.
We'll use exim 4.76 for the example, so if you need a new/older version, just replace all instances of that version with the version you want (assuming we have it on our server).
If needed, use the --nodeps and/or --force options with the rpm command.
DirectAdmin
We'll use exim 4.76 for the example, so if you need a new/older version, just replace all instances of that version with the version you want (assuming we have it on our server).
wget http://files.directadmin.com/services/da_exim-4.76-1.src.rpm
rpmbuild --rebuild --force da_exim-4.76-1.src.rpm
rpm -Uvh /usr/src/redhat/RPMS/i386/da_exim-4.76-1.i386.rpm
/etc/init.d/exim restart
DirectAdmin
Subscribe to:
Posts (Atom)