Custombuild is out of beta.

Is custombuild working fine on your system?


  • Total voters
    110
kanary, maybe because the files were missing :) Now the files are updated, please try again.
 
Thanks CustomBuild! Finally I am successful to update to Apache 2 and Php 5 on Debian 3.1!

CustomApache is bad for it! CustomApache creates alone problems for that update.
 
Hi:

How can I update to php 4.4.8 using custombuild ?

I ran ./build php and get theses errors

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking whether to enable Apache charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS... apxs:Error: Invalid query string `BINDIR'
apxs:Error: Invalid query string `MPM_NAME'
apxs:Error: Invalid query string `APU_BINDIR'
apxs:Error: Invalid query string `APR_BINDIR'
./configure: line 6687: /apr-config: No such file or directory
./configure: line 6688: /apu-config: No such file or directory
configure: error: You have enabled Apache 2 support while your server is Apache 1.3. Please use the appropiate switch --with-apxs (without the 2)

*** There was an error while trying to configure php. Check the configure/ap2/configure.php5 file
 
What about a good install manual on the DA site instead of in the Forum only.
I think that must be done first before implementing ??
 
Thanks CustomBuild! Finally I am successful to update to Apache 2 and Php 5 on Debian 3.1!

CustomApache is bad for it! CustomApache creates alone problems for that update.



Darn right. I tried using customapache to update one of my accounts to php 5.2.5, apache 2.2.6 and it gave no end of problems. Suspect it's because customapache's config files and packages aren't as updated as custombuild.
 
keep having problems when use 64bit CentOS 4.5(updated from 4.4)
when building php4:
Code:
/usr/bin/ld: /usr/local/lib/libltdl.a(ltdl.o): relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libltdl.a(ltdl.o): could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1
hi

have the same trouble, how to fix it?

thank you
 
Try "./configure CFLAGS='-fPIC' ...", instead of "./configure ...".
 
Try "./configure CFLAGS='-fPIC' ...", instead of "./configure ...".

thank you for ur replay, but not help us :(
new msg :
configure: error: one or more libs available at link-time are not available run-time. Libs used at link-time: -lssl -lcrypto -lssl -lcrypto -ldl -lz -lz
make: *** [all] Error 1
Trying to make cURL...
and old msg still:

/usr/bin/ld: /usr/local/lib/libltdl.a(ltdl.o): relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libltdl.a(ltdl.o): could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [libphp4.la] Error 1
 
i have the same problem...


[root@d0wn openssl-0.9.8g]# ./config CFLAGS='-fPIC'
Operating system: x86_64-whatever-linux2
Configuring for linux-x86_64
target already defined - linux-x86_64 (offending arg: CFLAGS=-fPIC)
[root@d0wn openssl-0.9.8g]#


i have this problem 3 days, please i need help

very thanks
 
FYI, I had just seen this on a 64-bit box (centos 5) and even with -fPIC wasn't able to sort it out. I did a full openssl removal and reinstall (very carefully) but couldn't get past this error with php4. I then used php5 and it all went smoothly. (custombuild php4, and customapache php4 had the error).

So I guess the moral of the story is use php5 for new systems. (unless the issue can be resolved some other way, but I couldn't find it)

John
 
thank you smtalk for really friendly help but we open trouble ticket wit directadmin support before 14 hours, hoop from there to check it and try to help asap.

thank you
 
Hi all,

I am sure this question has been asked various times, but I haven't quite figured out how to solve one problem.

I am on FreeBSD 7-STABLE, trying to custombuild apache in DA.
After performing
./build all

I get the following error:

Code:
zziptest.c: In function 'main':
zziptest.c:76: error: lvalue required as left operand of assignment
*** Error code 1

Stop in /usr/local/directadmin/customapache/zziplib-0.10.82/bins.
*** Error code 1

Stop in /usr/local/directadmin/customapache/zziplib-0.10.82.
*** Error code 1

Stop in /usr/local/directadmin/customapache/zziplib-0.10.82.

*** The make has failed, do you want to try to make again? (y,n):

The reason I tried to rebuild apache, because for some reason, after installing DA, I cannot start apache, it gives my the following error:

Code:
# /usr/sbin/apachectl start
Syntax error on line 31 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_env.so into server: /etc/httpd/modules/mod_env.so: Undefined symbol "ap_palloc"
/usr/sbin/apachectl start: httpd could not be started

I have not experienced such issues when installed DA on CentOS.

Suggestions and help would be much appreciated.
Thank you in advance
 
It's CustomApache and not CustomBuild. You can try another version of zzip.
 
It's CustomApache and not CustomBuild. You can try another version of zzip.
Hey smtalk,
Thanks for your reply. I posted the same issue on the CustomApache thread, hopefully someone will answer.

ADDENDUM:

Resolved :). Just did a CustomBuild install, works fine so far.
 
Last edited:
Back
Top