Hell it's buggy

simba

Verified User
Joined
Oct 13, 2012
Messages
54
Hello, i am trying to update PHP, mysql and Apache.

When building PHP i get:

Code:
configure: error: Unable to detect ICU prefix or /usr/local/icu/bin/icu-config failed. Please verify ICU install prefix and make sure icu-config works.

*** There was an error while trying to configure php. Check the configure file

Checked with google, tried all found solutions. It creates emtpy /usr/local/icu directory.

I newer though updating directadmin will make me to become linux web server admin.
Fresh instalation of directadmin, updated to custombuild 2, couldn't get php as CGI work. Now building as CLI (as it's my own server) but can't buil php. Mysql (my.cnf) and other twenty or so errors solved.
 
Following fixed the problem:

rm -f /usr/local/directadmin/custombuild/icu4c-4_6_1-src.tgz
rm -rf /usr/local/directadmin/custombuild/icu

./build update
# Download needed file

./build icu
# Compile

# Continue to build all programs with default answers

./build clean
./build all d

Advice: Do not update anything if you are not linux geek or don't have a lot of time and nerves.
 
Custombuild 2.0 is not released yet. You should wait for the next DirectAdmin version to be released, as it is needed for custombuild 2.0 to work correct.
 
CB 2.0 is very stable i use this and feel no issue and working fine

Well, custombuild is just the script which builds web server components. It doesn't run.

Speaking of building, i would not agree it's stable, as you will need to fix various problems when building and after by yourself.
 
Back
Top