when I try to configure php it keeps getting an error at this point:
checking whether to enable System V semaphore support... no
checking whether to enable System V shared memory support... no
checking whether to enable WDDX support... no
checking whether byte ordering is bigendian... configure: error: can not run test program while cross compiling
I am configuring like:
./configure --with-mysql=/usr/local/mysql/ --with-apxs=/usr/local/apache/bin/apxs --with-gnu-ld
Any Thoughts?