I have being searching for compilation procedure for applications from source, but could not find one that I could understand.
I want to compile www/e2guardian for FreeBSD with SSL support enabled.
First I want to compile it with the default options but I fail from the start. Latter I will add/change configure options as needed for SSL support.
The instructions on e2guardian page says:
You need the standard development tools installed such as glibc, autoconf, automake, gcc, libadns1-dev and make
I could install autoconf, automake, gcc successfully, but glibc, libadns1-dev and make are not found on FreeBSD ports. From other threads I saw that gmake replaces make in FreeBSD so I installed it. But it remains two items that I don't know what to replace them with.
I tried running the ./configure without those but it failed with a syntax error. I open configure.log and found that it is failing on many header files, so it needs the missing items.
I want to compile www/e2guardian for FreeBSD with SSL support enabled.
First I want to compile it with the default options but I fail from the start. Latter I will add/change configure options as needed for SSL support.
The instructions on e2guardian page says:
You need the standard development tools installed such as glibc, autoconf, automake, gcc, libadns1-dev and make
I could install autoconf, automake, gcc successfully, but glibc, libadns1-dev and make are not found on FreeBSD ports. From other threads I saw that gmake replaces make in FreeBSD so I installed it. But it remains two items that I don't know what to replace them with.
I tried running the ./configure without those but it failed with a syntax error. I open configure.log and found that it is failing on many header files, so it needs the missing items.