if test -n "-lxml2 -lz -lm -ldl" ; then
 LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:-lxml2 -lz -lm -ldl
 export LD_LIBRARY_PATH 
fi
