> perl -pi -e "s|-lcrypto|/path/to/libcrypto.a|g" Makefile Oddly enough, this isn't necessary. You'd think it would be. I unfortunately lack the unix programmer guru nature to explain why. > perl -pi -e "s|-lz|/path/to/libz.a|g" Makefile Much appreciated. :-D --Dan