BayesianLogic / blog

The BLOG programming language
http://bayesianlogic.github.io/
BSD 4-Clause "Original" or "Old" License
98 stars 31 forks source link

iblog broken in deb package #270

Open chrisgioia64 opened 10 years ago

chrisgioia64 commented 10 years ago

@cberzan iblog does not work. It's not properly loading the relevant libraries The path for the debian installation of blog-0.9.1 of iblog is incorrect

cberzan commented 10 years ago

Does it work from the .tar.gz package?

Does it work for blog-0.9?

chrisgioia64 commented 10 years ago

what's the reason for the following line of code in the iblog script

if [ ! -d "${BLOG_HOME}/src/" ]; then
  BLOG_HOME="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/../ && pwd )" 
fi
chrisgioia64 commented 10 years ago

blog-0.9 and blog-0.9.1 do not work with the debian installation (as far as I can tell). maybe I did something?

lileicc commented 10 years ago

seems the symbolic link is not resolved, in iblog script, it cannot find the true location of installation. should be way to do that. check blog script

On Thu, Jul 10, 2014 at 5:18 PM, Christopher Gioia <notifications@github.com

wrote:

blog-0.9 and blog-0.9.1 do not work with the debian installation (as far as I can tell). maybe I did something?

— Reply to this email directly or view it on GitHub https://github.com/BayesianLogic/blog/issues/270#issuecomment-48681072.