Help with zlib update...

GlennH

Verified User
Joined
Jul 10, 2004
Messages
49
Hello,
I have been stuck trying to update zlib, mostly because I see many posts where people ran into trouble.

Is there a fool proof update method that someone can walk me through ?

Im getting more and more familiar with nix, but would hate to get stuck.
BTW its on CentOS.

Thanks,
GlennH
 
Login as root user to your server

Type the following commands:
Code:
cd /usr/local/directadmin/customapache
./build update
./build clean
./build zlib
 
Back
Top