apache2 does not compile

vuwer

Vu+ Newbie
Have a big problem with creating apache ipk package, bitbake apache2 shows:

Code:
NOTE: Running task 413 of 422 (ID: 192, /home/user/vu/build/vusolo/openembedded/recipes/apache2/apache2-native_2.2.14.bb, do_package_stage)
ERROR: function do_configure failed
ERROR: see log in /home/user/vu/build/vusolo/build/tmp/work/mipsel-oe-linux/apache2-2.2.14-r1/temp/log.do_configure.3033

so looked into configure log and there:
Code:
checking for PTHREAD_PROCESS_SHARED in pthread.h... yes
checking for pthread_mutexattr_setpshared... yes
checking for working PROCESS_SHARED locks... configure: error: cannot run test program while cross compiling
See `config.log' for more details.
configure failed for srclib/apr
FATAL: oe_runconf failed

however config.log from srclib/apr does not contain anything comprehensible for me
 

angelofsky1980

BlackHole Driver Specialist
Have a big problem with creating apache ipk package, bitbake apache2 shows:

Code:
NOTE: Running task 413 of 422 (ID: 192, /home/user/vu/build/vusolo/openembedded/recipes/apache2/apache2-native_2.2.14.bb, do_package_stage)
ERROR: function do_configure failed
ERROR: see log in /home/user/vu/build/vusolo/build/tmp/work/mipsel-oe-linux/apache2-2.2.14-r1/temp/log.do_configure.3033

so looked into configure log and there:
Code:
checking for PTHREAD_PROCESS_SHARED in pthread.h... yes
checking for pthread_mutexattr_setpshared... yes
checking for working PROCESS_SHARED locks... configure: error: cannot run test program while cross compiling
See `config.log' for more details.
configure failed for srclib/apr
FATAL: oe_runconf failed

however config.log from srclib/apr does not contain anything comprehensible for me

I will make some tests in this weekend.... I haven't tried in the past the build of Apahe webserver ....
 
Top