Update Server

Command

Verified User
Joined
May 3, 2009
Messages
30
Hello,

Can someone explain to me how best to update the server

I have now running:

Apache 2.2.22
Directadmin 1.40.3
Exim 4.67
MySQL 5.0.67
Named 9.3.6
ProFTPd 1.3.1
Dovecot 2.1.1
Php 5.2.17

So what do I need to update, and how can I best do without problems to get.

Thanks a lot.

best regrades
Michel
 
Last edited:
Hello,

That should be enough in most cases:

Code:
# cd /usr/local/directadmin/custombuild
# ./build update
# ./build set_fastest
# ./build versions
# ./build update_versions
 
Error

[root@server ~]# /etc/init.d/httpd start
Starting httpd: httpd: Syntax error on line 18 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-phpmodules.conf: Cannot load /usr/lib/apache/libphp5.so into server: libmysqlclient.so.15: cannot open shared object file: No such file or directory
 
And the code

# cd /usr/local/directadmin/custombuild
# ./build update
# ./build set_fastest
# ./build versions
# ./build update_versions
Don't work.
 
Did you delete # sign when printing commands in a command line? They are used here only to show that you should run them as root.
 
Hello zEItEr,

I have fix the error.

Only the command without # it works only it do not update my server.

it is still:

Apache 2.2.22
Directadmin 1.40.3
Exim 4.67
MySQL 5.0.67
Named 9.3.6
ProFTPd 1.3.1
Dovecot 2.1.1
Php 5.2.17
 
Ofc command would work just without the "#".

If update didnt work, you should check if any error appear during updates, and, also, be sure to run those commands as root.

Regards
 
Hello zEItEr,

I have fix the error.

Only the command without # it works only it do not update my server.

it is still:

Apache 2.2.22
Directadmin 1.40.3
Exim 4.67
MySQL 5.0.67
Named 9.3.6
ProFTPd 1.3.1
Dovecot 2.1.1
Php 5.2.17

And what versions are you expecting to get? All of them seems to be the latest in there branches. Except ProFTPD.

Manually update in a text editor you copy of options.conf if you want to switch the branches and allow update of ProFTPd.
 
Any way running

Code:
./build versions

you'll what software can be updated in your current settings.

And if you run

Code:
./build options

You'll see your current settings...
 
Back
Top