<div dir="ltr">Hi again,<div><br></div><div>I fixed the bug, but due to fact I am not an official maintainer some days will be required to update openwrt sources. You can however update manually the only modified file which is the Makefile of emailrelay in feeds/packages/net/EmailRelay/Makefile folder with the one from my github repository <a href="https://raw.githubusercontent.com/fededim/packages/e04ad35b6b09681b1e0daa61fa0958a700f9ea5e/net/emailrelay/Makefile">https://raw.githubusercontent.com/fededim/packages/e04ad35b6b09681b1e0daa61fa0958a700f9ea5e/net/emailrelay/Makefile</a></div><div><br></div><div>Just overwrite the file and reissue make world, everything should be fine.</div><div><br></div><div>Federico</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 8, 2014 at 4:32 PM, Federico Di Marco <span dir="ltr"><<a href="mailto:fededim@gmail.com" target="_blank">fededim@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Well I have never tried compiling both packages, I'll check it out when I have some spare time, meanwhile please just select one of the two packages, it should work fine.<span class="HOEnZb"><font color="#888888"><div><br></div><div>Federico</div></font></span><div><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 8, 2014 at 3:47 PM, 见敌必杀 <span dir="ltr"><<a href="mailto:mail.yangjun@qq.com" target="_blank">mail.yangjun@qq.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Thank you for your explain about this issue, I am a newer of openwrt, I don't know what function is I need, so I choice to select "select all packages by default" in "make menuconfig", and then to run the command "make". My architecture is x86, I do not real need emailrely without ssl. For result of select all packages by default, this will select <span style="color:rgb(80,0,80);line-height:1.5"> <span style="line-height:0px">‍</span></span><span style="line-height:1.5">emailrely with ssl and <span style="line-height:0px">‍</span></span><span style="line-height:1.5">emailrely without ssl too. Here is full message when I run command "make V=s", build emailrely with ssl is success, but build emailrely without ssl fail.</span></div><div><span style="line-height:1.5">I am sorry about I couldn't open that audio.avi, it may be GWF prevent me access that web. If you think this is a no issue, I will not select emailrely without ssl and continue my job. If you need more information, I will offer those information.</span></div><div><div><br></div><div>my build steps are:</div><div>./script/feed update -a</div><div>./script/feed install -a</div><div>make menuconfig</div><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5">Target System</span><span style="line-height:1.5"> -> x86<span style="line-height:0px">‍</span></span></div><div><span style="line-height:1.5">Global build settings -> Select all packages by default</span></div><div>save and exit</div><div><br></div><div>make V=s</div><div>After a few hours, it show:</div><div><br></div><div><div>make[3]: Entering directory `/home/yangjun/openwrt/openwrt/feeds/packages/net/emailrelay'</div><div>rm -rf /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/tmp-emailrelay</div><div>mkdir -p /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/stamp /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/tmp-emailrelay</div><div>install -d -m0755 /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/tmp-emailrelay/usr/bin</div><div>install -m0755 /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/tmp-emailrelay/usr/bin/</div><div>install -m0755 /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay-filter-copy /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/tmp-emailrelay/usr/bin/</div><div>install -m0755 /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay-passwd /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/tmp-emailrelay/usr/bin/</div><div>install -m0755 /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay-poke /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/tmp-emailrelay/usr/bin/</div><div>install -m0755 /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay-submit /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/tmp-emailrelay/usr/bin/</div><div>install -d -m0755 /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/tmp-emailrelay/etc</div><div>install -m0644 files/emailrelay.auth /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/tmp-emailrelay/etc/</div><div>install -d -m0755 /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/tmp-emailrelay/etc/init.d</div><div>install -m0755 files/emailrelay.init /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/tmp-emailrelay/etc/init.d/emailrelay</div><div>SHELL= /home/yangjun/openwrt/openwrt/staging_dir/host/bin/flock /home/yangjun/openwrt/openwrt/tmp/.root-copy.flock -c 'cp -fpR /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/tmp-emailrelay/. /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/'</div><div>rm -rf /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/tmp-emailrelay</div><div>touch /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/root-x86/stamp/.emailrelay_installed</div><div>make[3]: Leaving directory `/home/yangjun/openwrt/openwrt/feeds/packages/net/emailrelay'</div><div>make[3]: Entering directory `/home/yangjun/openwrt/openwrt/feeds/packages/net/emailrelay'</div><div>mkdir -p /home/yangjun/openwrt/openwrt/bin/x86/packages /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/ipkg-x86/emailrelay-nossl/CONTROL /home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/pkginfo</div><div>install -d -m0755 /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/ipkg-x86/emailrelay-nossl/usr/bin</div><div>install -m0755 /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/ipkg-x86/emailrelay-nossl/usr/bin/</div><div>install -m0755 /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay-filter-copy /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/ipkg-x86/emailrelay-nossl/usr/bin/</div><div>install -m0755 /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay-passwd /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/ipkg-x86/emailrelay-nossl/usr/bin/</div><div>install -m0755 /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay-poke /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/ipkg-x86/emailrelay-nossl/usr/bin/</div><div>install -m0755 /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay-submit /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/ipkg-x86/emailrelay-nossl/usr/bin/</div><div>install -d -m0755 /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/ipkg-x86/emailrelay-nossl/etc</div><div>install -m0644 files/emailrelay.auth /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/ipkg-x86/emailrelay-nossl/etc/</div><div>install -d -m0755 /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/ipkg-x86/emailrelay-nossl/etc/init.d</div><div>install -m0755 files/emailrelay.init /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/ipkg-x86/emailrelay-nossl/etc/init.d/emailrelay</div><div>find /home/yangjun/openwrt/openwrt/build_dir/target-i386_i486_uClibc-0.9.33.2/emailrelay-1.9/ipkg-x86/emailrelay-nossl -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf</div><span><div>Package emailrelay-nossl is missing dependencies for the following libraries:</div><div>libcrypto.so.1.0.0</div><div>libssl.so.1.0.0</div></span><div>make[3]: *** [/home/yangjun/openwrt/openwrt/bin/x86/packages/packages/emailrelay-nossl_1.9-1_x86.ipk] Error 1</div><div>make[3]: Leaving directory `/home/yangjun/openwrt/openwrt/feeds/packages/net/emailrelay'</div><div>make[2]: *** [package/feeds/packages/emailrelay/compile] Error 2</div><div>make[2]: Leaving directory `/home/yangjun/openwrt/openwrt'</div><div>make[1]: *** [/home/yangjun/openwrt/openwrt/staging_dir/target-i386_i486_uClibc-0.9.33.2/stamp/.package_compile] Error 2</div><div>make[1]: Leaving directory `/home/yangjun/openwrt/openwrt'</div><div>make: *** [world] 错误 2</div><div>yangjun@yangjun-virtual-machine:~/openwrt/openwrt$ </div></div><div><span style="line-height:0px">‍</span><br></div><div><br></div><div style="font-size:12px;font-family:Arial Narrow;padding:2px 0 2px 0">------------------ 原始邮件 ------------------</div><div style="font-size:12px;background:#efefef;padding:8px"><div><b>发件人:</b> "fededim";<<a href="mailto:fededim@gmail.com" target="_blank">fededim@gmail.com</a>>;</div><div><b>发送时间:</b> 2014年9月8日(星期一) 晚上8:05</div><div><b>收件人:</b> "见敌必杀"<<a href="mailto:mail.yangjun@qq.com" target="_blank">mail.yangjun@qq.com</a>>; "OpenWrt Development List"<<a href="mailto:openwrt-devel@lists.openwrt.org" target="_blank">openwrt-devel@lists.openwrt.org</a>>; <u></u></div><div></div><div><b>主题:</b> Re: SStrip strange issue ?!? [Re: There is a error when I buildemailrelay-nossl package in openwrt]</div></div><div><div><div><br></div><div dir="ltr">Hi <span style="color:rgb(80,0,80)">Yangjun,</span><div><font color="#500050"><br></font></div><div><font color="#500050">after a full check, it seems that everything is working and there is no issue (I was wrong with sstrip). Please have a look at the video of the the checks I have done on my router after having unistalled the libopenssl ( <a href="https://www.fededim.pw" target="_blank">https://www.fededim.pw</a> ). You can also a find a build of both emailrelay packages (</font><span style="color:rgb(80,0,80)">ar7xxx</span><span style="color:rgb(80,0,80)"> architecture, hoping it's the same as yours) </span><span style="color:rgb(80,0,80)">I have used in my test on the same website. </span></div><div><span style="color:rgb(80,0,80)"><br></span></div><div><span style="color:rgb(80,0,80)">Finally sorry to all Openwrt folks for the fake issue on sstrip, it won't happen again (incredibly almost half file size can be stripped).</span></div><div><span style="color:rgb(80,0,80)"><br></span></div><div><span style="color:rgb(80,0,80)">Federico</span></div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 8, 2014 at 1:02 PM, Federico Di Marco <span dir="ltr"><<a href="mailto:fededim@gmail.com" target="_blank">fededim@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Ok please discard this thread, sstrip is fine.<div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 8, 2014 at 12:00 PM, Federico Di Marco <span dir="ltr"><<a href="mailto:fededim@gmail.com" target="_blank">fededim@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">I know that this is seems a very strange behaviour, so I made a screen video to check it by yourself, you can download the video here<div><br></div><div><a href="https://www.fededim.pw/OpenWrt%20EmailRelay%20compilation%20issue_no%20audio.avi" target="_blank">https://www.fededim.pw/OpenWrt%20EmailRelay%20compilation%20issue_no%20audio.avi</a><br></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 8, 2014 at 11:23 AM, Federico Di Marco <span dir="ltr"><<a href="mailto:fededim@gmail.com" target="_blank">fededim@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi yangjun,<div><br></div><div>I just gave a quick view to your problem it seems you are right there is an issue in the generated ipkg file, eventhough the compilation is fine (emailrelay does compile without ssl). In my build machine (architecture ar7xxx) at the end build_dir/target-your architecture_34kc_uClibc-0.9.33.2/emailrelay-1.9/src/main contains the correct executables </div><div><br></div><div><div>-rwxr-xr-x 1 compile compile 702462 set  8 10:38 src/main/emailrelay</div><div>-rwxr-xr-x 1 compile compile  99271 set  8 10:38 src/main/emailrelay-filter-copy</div><div>-rwxr-xr-x 1 compile compile  68688 set  8 10:38 src/main/emailrelay-passwd</div><div>-rwxr-xr-x 1 compile compile   8135 set  8 10:38 src/main/emailrelay-poke</div><div>-rw-r--r-- 1 compile compile   2676 dic  7  2013 src/main/emailrelay.rc</div><div>-rwxr-xr-x 1 compile compile 212614 set  8 10:38 src/main/emailrelay-submit</div></div><div><br></div><div><b>Instead the folder build_dir/target-your architecture_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/usr/bin/ (the folder from which the final .ipkg file) contains different length files and this is very strange!</b><br></div><div><div><br></div><div>drwxr-xr-x 2 compile compile   4096 set  8 10:55 .</div><div>drwxr-xr-x 3 compile compile   4096 set  8 10:55 ..</div><div>-rwxr-xr-x 1 compile compile 410528 set  8 10:56 emailrelay</div><div>-rwxr-xr-x 1 compile compile  58280 set  8 10:56 emailrelay-filter-copy</div><div>-rwxr-xr-x 1 compile compile  41704 set  8 10:56 emailrelay-passwd</div><div>-rwxr-xr-x 1 compile compile   3815 set  8 10:56 emailrelay-poke</div><div>-rwxr-xr-x 1 compile compile 124624 set  8 10:56 emailrelay-submit</div></div><div><br></div><div><br></div><div>Looking at compilation output the following commands are executed after compilation to create the ipkg-ar7xxx folder structure</div><div><br></div><div><div>touch /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/.built<br></div><div>mkdir -p /home/compile/openwrt/bin/ar71xx/packages /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/CONTROL /home/compile/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/pkginfo</div><div>install -d -m0755 /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/usr/bin</div><div>install -m0755 /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/usr/bin/</div><div>install -m0755 /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay-filter-copy /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/usr/bin/</div><div>install -m0755 /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay-passwd /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/usr/bin/</div><div>install -m0755 /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay-poke /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/usr/bin/</div><div>install -m0755 /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/src/main/emailrelay-submit /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/usr/bin/</div><div>install -d -m0755 /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/etc</div><div>install -m0644 files/emailrelay.auth /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/etc/</div><div>install -d -m0755 /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/etc/init.d</div><div>install -m0755 files/emailrelay.init /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/etc/init.d/emailrelay</div><div>find /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf<br></div><div><br></div><div><u>Till this commands the </u><u>build_dir/target-your architecture_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx directory contains the correct files</u> (i.e the same as those in src/main)<u>, yet when the next command is executed the ipkg-folder changes its contents and this is very strange!</u> (you can try it by yourself by removing manually ipkg-ar71xx folder and executing all these commands, according to your architecture). <b>Since I don't know what this command does (it's after compilation) can anybody explain me what is doing SStrip to the executables in ipkg-ar7xxx folder ?!?! For sure this command affects the executable files in some way as it clearly show the output.</b></div><div><b><br></b></div><div><b>export CROSS="mips-openwrt-linux-uclibc-" NO_RENAME=1 ; NM="mips-openwrt-linux-uclibc-nm" STRIP="/home/compile/openwrt/staging_dir/host/bin/sstrip" STRIP_KMOD="/home/compile/openwrt/scripts/strip-kmod.sh" /home/compile/openwrt/scripts/rstrip.sh /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl</b></div><div><b>rstrip.sh: /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/usr/bin/emailrelay-poke:executable</b></div><div><b>rstrip.sh: /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/usr/bin/emailrelay:executable</b></div><div><b>rstrip.sh: /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/usr/bin/emailrelay-submit:executable</b></div><div><b>rstrip.sh: /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/usr/bin/emailrelay-passwd:executable</b></div><div><b>rstrip.sh: /home/compile/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/emailrelay-1.9/ipkg-ar71xx/emailrelay-nossl/usr/bin/emailrelay-filter-copy:executable</b></div></div><div><br></div><div>In anycase Yangjun as a quick workaround if you want to use emailrelay without ssl, go to openwrt project build_dir/target-your architecture_34kc_uClibc-0.9.33.2/emailrelay-1.9/src/main and copy executable file emailrelay to your router (you can install libopenssl, install emailrelay, remove libopenssl, and overwrite executable files). To be sure of using the no-ssl version of EmailRelay issue the command emailrelay -V, it should show this<br><br><br><div>E-MailRelay V1.9<br><br>Copyright (C) 2001-2013 Graeme Walker<br><br>This program comes with ABSOLUTELY NO WARRANTY.<br>This is free software, and you are welcome to<br>redistribute it under certain conditions. For<br>more information refer to the file named COPYING.<br><br><br></div><div>If instead emailrelay has been compiled with ssl it shows this<br><br><br><br><div>E-MailRelay V1.9<br><br>Copyright (C) 2001-2013 Graeme Walker<br><br><b>This product includes software developed by the OpenSSL Project<br>for use in the OpenSSL Toolkit (<a href="http://www.openssl.org/" target="_blank">http://www.openssl.org/</a>)</b><br><br>This program comes with ABSOLUTELY NO WARRANTY.<br>This is free software, and you are welcome to <br>redistribute it under certain conditions. For <br>more information refer to the file named COPYING.<br></div></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 7, 2014 at 1:52 PM, 见敌必杀 <span dir="ltr"><<a href="mailto:mail.yangjun@qq.com" target="_blank">mail.yangjun@qq.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>Hello fedefim:</div><div>    When I select emailrelay-nossl package in openwrt, there is a error in install stage. The message is:</div><div><div>Package emailrelay-nossl is missing dependencies for the following libraries:</div><div>libcrypto.so.1.0.0</div><div>libssl.so.1.0.0</div></div><div><span style="line-height:0px">‍</span>So is it a really no-ssl emailrelay, I just want build a full package firmware by use the "select all package by default".</div></blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div></div>
</blockquote></div><br></div></div></div></div>
</blockquote></div><br></div></div></div></div></div></div></blockquote></div><br></div></div></div></div>
</blockquote></div><br></div></div>