I know that I need to add -ldl to the linking process in the php build. Otherwise is complains about dlopen being undefined. I manually put it in the php Makefile directory and that solved the problem. So my question is, where do I add it in buildroot to make it permanent? Sorry I am still learning the ins and outs.