Download updates but not install

AleSSaNDRo

Verified User
Joined
Nov 19, 2004
Messages
143
Location
Milano(Italy)
I have do /build update and CustomBuild says:
15:46:32 (403.67 KB/s) - `/usr/local/directadmin/custombuild/libxml2-2.6.30.tar.gz' saved [4726657/4726657]
15:46:39 (399.54 KB/s) - `/usr/local/directadmin/custombuild/libxslt-1.1.22.tar.gz' saved [2783003/2783003]
15:47:05 (412.86 KB/s) - `/usr/local/directadmin/custombuild/icu4c-3_8_1-src.tgz' saved [10998841/10998841]
but when i have do ./build update_versions
CustomBuild says nothing. Why? It installed updates?

So... why CustomBuild download useless files? For example, php-4.4.8.tar.gz when in options there is
default_php=5
php4_cli=no
php4_cgi=no
php5_cli=yes
php5_cgi=no
 
Some things are not updated automatically using update_versions you may have to build it manually

cd /usr/local/directadmin/custombuild
./build libxml2 d
./build libxslt d
./build icu d

More then likely they are part of another package like php or something. I am not sure what each little thing does and what it is needed by.
 
AleSSaNDRo, new packages are needed for PHP. You can build it by yourself or it will build them to you using "./build php n" (only if these packages are needed) or "./build all d". You can also use "./build libxslt;, "./build libxml2" etc. About PHP-4.4.8 - we can change that :)
 
Back
Top