On Sun, Jun 5, 2011 at 11:31 AM, corvid <corvid@lavabit.com> wrote:
I could use a bit of advice though. In my preliminary experiments, I'm having a bit of problem with the dpi related dynamic libraries. I can get dillo to run on another machine with libpng, libjpeg and zlib copied over to /usr/local/lib, but none of the plugins work. I have copied the usr/local/lib/dillo folder too, and also /usr/local/bin/dpid and /usr/local/bin/dpic, but still the plugins do not work in the target system. Any files I forgot to copy over?
How about dpidrc?
Thanks, yes it works. I had forgotten the following: /usr/local/etc/dillo/dillorc /usr/local/etc/dillo/dpidrc /usr/local/etc/dillo/ Now most of the plugins seem to work, at least bookmarks work fine. There is still a problem remaining though. In the target machine, I cannot open sites that require SSL (for example www.gmail.com, mail.yahoo.com). I'm not sure why it happens. Is there any library that helps in SSL connections that I forgot copying over? BTW, I tried following Makefile to see what happens for make install, but since it is autogenerated by autoconf it's a bit too complex to follow manually :(