Cannot find libphp5 durning compile.
Quote:
"/opt/arcom/bin/arm-linux-gcc" -o ../bin/appweb -Wall -g \
-L../../../php-5.2.3 -L../lib -L/usr/lib/appweb ./appweb.o ./romFiles.o \
./appwebStaticLink.o -lappweb -lphp5 -lcrypt -lresolv -lz -ldb \
-lpthread -ldl -lstdc++
/opt/arcom/lib/gcc/arm-linux/3.4.2/../../../../arm-linux/bin/ld: cannot find -lphp5
collect2: ld returned 1 exit status
make[2]: *** [../bin/appweb] Error 1
make[1]: *** [compileDirs] Error 255
# WARNING: Makefile error in /home/justcarroll/bluebox/appweb-src-2.2.2
--ERROR--
Code:
CC=arm-linux-gcc AR=arm-linux-ar LD=arm-linux-ld \
./configure \
--host=arm-linux \
--with-php5=builtin \
--with-php5-dir=/home/justcarroll/bluebox/php-5.2.3 \
--with-php5-iflags="-I/home/justcarroll/bluebox/php-5.2.3/ \
-I/home/justcarroll/bluebox/php-5.2.3/main/ \
-I/home/justcarroll/bluebox/php-5.2.3/Zend/ \
-I/home/justcarroll/bluebox/php-5.2.3/TSRM/ " \
--with-php5-libpath="/home/justcarroll/bluebox/php-5.2.3/libs" \
--with-php5-libpath="/opt/arcom/arm-linux/lib" \
--with-php5-libs="php5 crypt resolv z db"
make clean
make
I have found it in several locations and tried them all with no success.