Giter Club home page Giter Club logo

Comments (3)

wrharding avatar wrharding commented on July 25, 2024

Replacing git with https on this line fixed the issue you are describing, however, there seems to be an additional issue on my installation:

git clone git://github.com/mushorg/BFR.git

New error:

image

I'm unfamiliar with this error. I'll have to look at it later this week.

from mhn.

wrharding avatar wrharding commented on July 25, 2024

Note, I'm running Ubuntu 16.04, per the Wiki's notes on what glastopf supports.

from mhn.

4N6Guy avatar 4N6Guy commented on July 25, 2024

Thank you for the reply. I have made the change but I have run into other issues. The first was the pathname used in the "Updated php.ini to add bro.so. Here's the new script:

'# Updated php.ini to add bfr.so
if [ "$(lsb_release -r -s)" == "14.04" ]; then
BFR_BUILD_OUTPUT=find /usr/lib/php5/ -type f -name "bfr.so" | awk -F"/" '{print $5}'
echo "zend_extension = /usr/lib/php5/$BFR_BUILD_OUTPUT/bfr.so" >> /etc/php5/apache2/php.ini
else
BFR_BUILD_OUTPUT=find /usr/lib/php/ -type f -name "bfr.so" | awk -F"/" '{print $5}'
echo "zend_extension = /usr/lib/php/$BFR_BUILD_OUTPUT/bfr.so" >> /etc/php/7.2/apache2/php.ini
fi'

However, I now have run into another issue as seen below,

Error 1a

Error 1b

Note: I am running Ubuntu 18.04 and the installation automatically upgrades Python to 3.6.9

from mhn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.