Installing other packages with pacman If you want to compile an SSL program that links to libssl and libcrypto with-lssl -lcryptoyou will need to installopenssl-develas shown below. There are many other devel packages. For example, libbz2-devel, libelf-devel, libunrar-devel, and libyaml...
If you want to compile an SSL program that links to libssl and libcrypto with -lssl -lcrypto you will need to install openssl-devel as shown below. There are many other devel packages. For example, libbz2-devel, libelf-devel, libunrar-devel, and libyaml-devel. The environment is ra...
"$REPOTYPE" ; then # If the dir is there, check if it is a git repo if test -d "$1" ; then # Change to it cmd cd $1 || die "Unable to change to directory $1" debug "About to look for git repo" git --no-pager status 2>&1 | grep "fatal" &> /dev...