Hi folks I've just built dillo-0.8.0-pre from the CVS but when I try to use bookmarks it can't fimd dpidrc either in /usr/lib/dillo/dpi or in the ~/.dillo/dpi directory (and its right, they aren't there. Where is it or what is the format so that I can create it. Cheers Nigel
On Wednesday October 22 at 11:49pm Nigel Wilkinson <nigel@waspz.plus.com> wrote:
Hi folks
I've just built dillo-0.8.0-pre from the CVS but when I try to use bookmarks it can't fimd dpidrc either in /usr/lib/dillo/dpi or in the ~/.dillo/dpi directory (and its right, they aren't there. Where is it or what is the format so that I can create it.
Had the same problem. From the error message, I was able to create it. jkoenig@note:~$ cat .dillo/dpidrc dpi_dir=/usr/local/lib/dillo/dpi jkoenig@note:~$ -- -johann koenig My public pgp key: http://mental-graffiti.com/pgp/johannkoenig.pgp
On Wednesday October 22 at 11:49pm Nigel Wilkinson <nigel@waspz.plus.com> wrote:
I've just built dillo-0.8.0-pre from the CVS but when I try to use bookmarks it can't fimd dpidrc either in /usr/lib/dillo/dpi
On Wed, 22 Oct 2003 18:57:49 -0400 Johann Koenig <explosive@att.net> wrote:
Had the same problem. From the error message, I was able to create it.
jkoenig@note:~$ cat .dillo/dpidrc dpi_dir=/usr/local/lib/dillo/dpi jkoenig@note:~$
"cat .dillo/dpidrc" just gives me "no such file or directory" which is not a surprise. I have no trouble creating it if I knew the format and what has to go in there Cheers Nigel
On Thursday October 23 at 12:13am Nigel Wilkinson <nigel@waspz.plus.com> wrote:
On Wednesday October 22 at 11:49pm Nigel Wilkinson <nigel@waspz.plus.com> wrote:
I've just built dillo-0.8.0-pre from the CVS but when I try to use bookmarks it can't fimd dpidrc either in /usr/lib/dillo/dpi
On Wed, 22 Oct 2003 18:57:49 -0400 Johann Koenig <explosive@att.net> wrote:
Had the same problem. From the error message, I was able to create it.
jkoenig@note:~$ cat .dillo/dpidrc dpi_dir=/usr/local/lib/dillo/dpi jkoenig@note:~$
"cat .dillo/dpidrc" just gives me "no such file or directory" which is not a surprise. I have no trouble creating it if I knew the format and what has to go in there
Right, I understand that. I just showed you the format. The error message that told me what the format was is this: GLib-CRITICAL **: file gstrfuncs.c: line 186 (g_strconcat): assertion `string1 != NULL' failed. dpi_service.c:85: dpi_dir: fopen : No such file or directory - /home/jkoenig/.dillo/dpidrc dpid.c:301: register_all: dpi_dir Error getting dpi directory path : waitpid: No child processes Dpi_start_dpid: n = 0 Dpi_check_dpid:: EAGAIN Capi_dpi_conn_timeout:: try 6 Dpi_get_dpid_uds_dir: No such file or directory -- -johann koenig My public pgp key: http://mental-graffiti.com/pgp/johannkoenig.pgp
On Wed, Oct 22, 2003 at 11:49:56PM +0100, Nigel Wilkinson wrote:
Hi folks
I've just built dillo-0.8.0-pre from the CVS but when I try to use bookmarks it can't fimd dpidrc either in /usr/lib/dillo/dpi or in the ~/.dillo/dpi directory (and its right, they aren't there. Where is it or what is the format so that I can create it.
If you simply ran ./configure then do echo dpi_dir=/usr/local/lib/dillo/dpi > ~/.dillo/dpidrc If you ran something like ./configure --prefix=somepath then do echo dpidrc=somepath/lib/dillo/dpi > ~/.dillo/dpidrc I'll fix this in my next patch. Cheers Ferdi
participants (3)
-
ferdif@optusnet.com.au
-
Johann Koenig
-
Nigel Wilkinson