Custombuild 2.0 won't build Apache with DirectAdmin installation

Aedero

Verified User
Joined
Sep 28, 2013
Messages
20
Hello,

Today I was installing a new server with CentOS 6.4 (64-bit) and DirectAdmin.
I was using the option for using Custombuild 2.0 and Apache failed to build with an APR message:
Code:
buildconf: libtool not found.
           You need libtool version 1.4 or newer installed
           to build APR from SVN.
./buildconf failed for apr
/usr/local/directadmin/custombuild/configure/ap2/configure.apache: line 3: ./configure: No such file or directory

*** There was an error while trying to configure Apache 2. Check the configure/ap2/configure.apache file

I was fixing the issue by going to the custombuild map and used the command:
Code:
./build libtool

After that I could compile all the programs with:
Code:
./build all

Can you maybe apply a patch to Custombuild if the OS is CentOS that it will build libtool first or is this done on purpose?

Greetings,
Robin
 
Hi,

Thank you for your reply. I see that the file was updated 5 days ago.
I was using an text document from last month where I have described the full installation of our servers.

Sorry for wasting your time and thank you for the quick reply.
I'm updating my documents directly.

Greetings,
Robin
 
It seems you have not followed http://help.directadmin.com/item.php?id=354 :) Libtool is included into the common pre-installation commands list.

I'm have this error, but I try this link not work :(


Code:
configure: error: in `/usr/local/directadmin/custombuild/httpd-2.4.23/srclib/apr':
configure: error: C compiler cannot create executables
See `config.log' for more details
configure failed for srclib/apr

*** There was an error while trying to configure Apache 2. Check the configure/ap2/configure.apache file
 
Ensure you have installed all the packages in the URL provided by smtalk before starting the DirectAdimn setup.

Best regards
 
Back
Top