help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: database connection fails


From: Olaf Till
Subject: Re: database connection fails
Date: Sun, 8 Jan 2017 18:37:34 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

Karen,

a fix is pushed to the code repository, but it probably will take some
time before a new release of 'database' will be made. You can access
and install the fixed version with the following shell commands, if
the 'mercurial' Debian package is installed:

The following will create a directory 'database':

  umask 022

  hg clone http://hg.code.sf.net/p/octave/database database

Then change the current directory into the new directory
'database'. Then (../database-2.4.2 must not exist before this):

  hg archive -t files ../database-2.4.2

  cd ../database-2.4.2

  rm .hg*

  cd src

  ./bootstrap

  rm -r autom4te.cache/

  cd ../..

  tar -czf database-2.4.2.tar.gz database-2.4.2

Then, possibly as root, install the generated file
'database-2.4.2.tar.gz' from the Octave commandline with something
like:

  pkg install database-2.4.2.tar.gz

Olaf

-- 
public key id EAFE0591, e.g. on x-hkp://pool.sks-keyservers.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]