On Wed, May 11, 2011 at 09:05:51AM -0400, Jorge Arellano Cid wrote: On Wed, May 11, 2011 at 12:54:07AM -0800, Roger wrote:
On Wed, May 11, 2011 at 12:50:20AM -0800, Roger wrote: Anybody else seeing this with dillo port 1.3? I'm seeing this after I completely uninstalled dillo-1 & dillo-2 from my system, leaving only dillo_port1.3 installed.
$ install/bin/dillo dillo_dns_init: Here we go! (threaded) Enabling cookies as from cookiesrc... Nav_open_url: new url='dpi:/bm/' Dpi_get_server_port: can't read server port from dpid. ** ERROR **: dpi.c: can't start dpi daemon
I am also starting the dillo port1.3 dpid manually:
$ ~/src/dillo/install/bin/dpid [dpid]: a_Misc_mksecret: fac37519 dpid started
Since I'm getting null, somethings not right.
Try:
$ killall dpid $ which dpid
(both check it is installed and in a directory in your path)
A little misled here with the error messages. Same error, but now I see, at times, dpid was probably started in one of my past attempts. dpi_read_comm_keys file not found is likely the problem. After dpid is started: ~/src/dillo $ install/bin/dillo dillo_dns_init: Here we go! (threaded) Enabling cookies as from cookiesrc... Nav_open_url: new url='dpi:/bm/' ** ERROR **: [Dpi_read_comm_keys] No such file or directory Dpi_blocking_start_dpid: try 1 [dpid]: a_Misc_mksecret: 1423de10 dpid started Dpi_get_server_port: can't read server port from dpid. ** ERROR **: dpi.c: can't start dpi daemon Nav_open_url: new url='dpi:/bm/' Dpi_get_server_port: can't read server port from dpid. ** ERROR **: dpi.c: can't start dpi daemon roger@localhost1 ~/src/dillo/dillo_port1.3/src $ cp ../../install/bin/dpid* ~/bin/ roger@localhost1 ~/src/dillo/dillo_port1.3/src $ which dpidc /home/roger/bin/dpidc roger@localhost1 ~/src/dillo/dillo_port1.3/src $ which dpid /home/roger/bin/dpid roger@localhost1 ~/src/dillo/dillo_port1.3/src $ echo $PATH /home/roger/bin:/usr/games/bin:/home/roger/bin:/usr/games/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.4.5:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown- +jdk-1.4.2.03/jre/bin Is it also trying to find the lib file "install/lib/dillo/dpi/bookmarks/bookmarks.dpi" installed in a common lib path too? I did use ./configure --prefix=/home/roger/src/dillo/install, so things should just work from there, except for finding & executing bin/dpid? (One of the supposed Gentoo developers yanked the fltk-1.3 ebuilds, so now I'm stuck installing everything from sources.)