Nginx keeps updating?

Mr. Jinx

Verified User
Joined
May 5, 2006
Messages
61
Not very important, but every time I run ./build versions, it says:
Latest version of Nginx: 1.6.1
Installed version of Nginx: usr
1.6.1

Nginx usr
1.6.1 to 1.6.1 update is available.

Is this normal, or something wrong on my server?

(custombuild 2.0.0-RC7 (rev: 1000) on centos 6.5)
 
Please post the output of:
Code:
/usr/sbin/nginx -v 2>&1 | cut -d'/' -f2

And:
Code:
/usr/sbin/nginx -v
 
Code:
usr
1.6.1

and

Code:
/usr/sbin/nginx: /usr/local/lib/libz.so.1: no version information available (required by /usr/sbin/nginx)
nginx version: nginx/1.6.1
 
It's related to the following warning:
Code:
/usr/sbin/nginx: /usr/local/lib/libz.so.1: no version information available (required by /usr/sbin/nginx)

But I changed the CB 2.0 code, so that it would ignore this warning. Please try:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build versions
 
Back
Top