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:
I was fixing the issue by going to the custombuild map and used the command:
After that I could compile all the programs with:
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
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