===configure and make=== sometimes you'll need to configure and make software from source such as [[btpd btpd]] so first download and untar the sourcecode then run configure and make ==configure== %% $ ./configure --verbose %% ==possible configure errors== %% configure: error: C compiler cannot create executables see `config.log' for more details. %% %% configure: error: btpd needs openssl's libraries and headers see `config.log' for more details. %% ==howto fix configure errors== centos %% # yum install gcc # yum install openssl-dev %% ubuntu %% # aptitude install libc6-dev # aptitude install libssl-dev %% ==make== %% $ make %% ---- REFERRERS {{backlinks}}