Good day,
I am trying to compile PHP 5.3.1 with different components like ssl
but I am having problems forcing the compile to use library paths that I am setting in ./configure where I specify let say /opt/common/libs, It keeps using /usr/local/lib.
I have set my LDFLAGS and CFLACGS to point to these new paths but no success.
While looking at the configure script I noticed that it was searching /usr/local/lib by default so when I run the .configure with my my components it searches /usr/local/lib before my paths /opt/common.
Should I change the configure script search paths to use mine first.
Thanks