Hi, This is now resolved, by installing the libevent-dev package on ubuntu, as I checked config.log and saw an error saying event library not found (libevent is already installed, though).
Thanks,Alan ------------------------------------------------------------------From:Alan Cheng <[email protected]>Send Time:2015年7月20日(星期一) 09:42To:misc <[email protected]>Subject:libasr missing on Ubuntu 15.04 Hello, I'm trying to compile latest opensmptd (portable) on my ubuntu 15.04 machine, but I got the "libasr missing" error while runing "./configure" or "./configure --with-asr=/usr/local".I've compiled and installed libasr using the source from github. any pointers? Here is the log during "./configure": ...... checking for inet_net_pton in -lresolv... yes checking if programs using libevent functions will link... no checking for asr.h... yes checking for asr_resolver in -lasr... no configure: error: *** libasr missing - please install first or check config.log *** I can see libasr is installed on my machine: root@cactus:~/opensmtpd# ls -l /usr/local/lib total 712 -rw-r--r-- 1 root root 463398 Jul 20 00:25 libasr.a -rw-r--r-- 1 root root 919 Jul 20 00:25 libasr.la lrwxrwxrwx 1 root root 15 Jul 20 00:25 libasr.so -> libasr.so.0.0.2 lrwxrwxrwx 1 root root 15 Jul 20 00:25 libasr.so.0 -> libasr.so.0.0.2 -rw-r--r-- 1 root root 240848 Jul 20 00:25 libasr.so.0.0.2
