|
Hey all, I'm currently trying to get AppWeb and PHP working together but I'm having problems at the final step. When I try to compile AppWeb with PHP, I'm getting an error saying: # bld "--c++" "--graphical" "--executable" "../bin/i386-pc-linux/appweb" "--libraryPath" "../../../../../../php-5.2.0" "--libraryPath" "../../../../../../php-5.2.0/libs" "--preferStatic" "--libs" "appweb libphp5 crypt resolv db z" "--libs" "libphp5 crypt resolv db z" "../obj/i386-pc-linux/appweb.o" "../obj/i386-pc-linux/romFiles.o" "../obj/i386-pc-linux/appwebStaticLink.o" "/home/stevek/petalinux-v0.30-rc1/tools/linux-i386/microblaze-uclinux-tools/bin/microblaze-uclinux-g++" -o ../bin/i386-pc-linux/appweb -Wall -g -L../../../../../../php-5.2.0 -L../../../../../../php-5.2.0/libs -L../lib/i386-pc-linux ../obj/i386-pc-linux/appweb.o ../obj/i386-pc-linux/romFiles.o ../obj/i386-pc-linux/appwebStaticLink.o ../lib/i386-pc-linux/libappwebStatic.a ../../../../../../php-5.2.0/libs/libphp5.so -lcrypt -lresolv -ldb -lz ../../../../../../php-5.2.0/libs/libphp5.so -lcrypt -lresolv -ldb -lz /home/stevek/petalinux-v0.30-rc1/tools/linux-i386/microblaze-uclinux-tools/bin/../lib/gcc/microblaze-uclinux/3.4.1/../../../../microblaze-uclinux/bin/ld.real: cannot find -ldb I take it "-ldb" refers to the Berkeley DB library. My question is, do I port this to Uclinux/Petalinux or is it already a part of it but I've missed something? Thanks Get the next generation of Free Windows Live Services Click here! |