Giter VIP home page Giter VIP logo

mod_harbour's Introduction

mod_harbour's People

Contributors

carles9000 avatar cristobalnavarro avatar fivetechsoft avatar fpgrande avatar janbenda avatar lailton avatar lorenzodla avatar modazzo avatar pablo-botella avatar ramirezosvaldo avatar wensheng-tw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mod_harbour's Issues

Error in linux Tweb library

Using Carles Aubia's Tweb library , displays error in linux ubuntu.Charly said is already solved, can you update it?, please

thanks in advance.

Jose.

mysql

Antonio, when displaying fields from Mysql, they all need to be trimmed!

Serge

Correction to build.sh

  1. In go.sh the line sudo apt-get install apache2-dev is missing, without this apxs does not operate.

  2. In build.sh the line no. 24 ln -sf ~/mod_harbour/linux/mod_harbour.c mod_harbour.c should be
    ln -sf ~/mod_harbour/mod_harbour.c mod_harbour.c (it is not in linux directory)

  3. In build.sh the line no. 27 ln -sf ~/mod_harbour/linux/apache.prg apache.prg should be
    ln -sf ~/mod_harbour/apache.prg apache.prg
    If we do not correct these, the package is not built properly and all symlink to libharbour.so.3.2.0 refer to broken file.

  4. In go.sh the lines
    echo 'LoadModule harbour_module /usr/lib/apache2/modules/mod_harbour.so' | sudo tee -a /etc/apache2/apache2.conf > /dev/null
    echo '<FilesMatch ".(prg|hrb)$">' | sudo tee -a /etc/apache2/apache2.conf > /dev/null
    Keeps on adding these lines into apache2.conf everytime go.sh is executed.

With these corrections, I was able to build libharbour.so.3.2.0 and the commands work correctly.

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.