Giter Site home page Giter Site logo

Comments (5)

nicolasff avatar nicolasff commented on May 11, 2024

Is this from ports or from the github source? Try building it from ports (if that's what it's called, I'm not familiar with FreeBSD).

from phpredis.

Gennady77 avatar Gennady77 commented on May 11, 2024

It's from the github source. What is "ports"?

2011/6/16 nicolasff
[email protected]:

Is this from ports or from the github source? Try building it from ports (if that's what it's called, I'm not familiar with FreeBSD).

Reply to this email directly or view it on GitHub:
#22 (comment)

from phpredis.

nicolasff avatar nicolasff commented on May 11, 2024

Ports is the package management system on FreeBSD: http://www.freebsd.org/ports/
Phpredis is packaged there, but I wouldn't know how to install it.

from phpredis.

wbond avatar wbond commented on May 11, 2024

Ports is a source-based package management system that is the primary source of software for FreeBSD. Here are the instructions on how to install phpredis from ports. First, become root, then execute:

cd /usr/ports/databases/php5-redis
make install

After this you should have the redis extension installed and configured to use, presuming that your PHP install came from ports and that you did not compile it yourself outside of ports. I just did this on my 7.2 test machine and it worked perfectly.

If the directory /usr/ports/databases/php5-redis does not exist, use portsnap to update your ports tree to the latest available:

portsnap fetch extract

from phpredis.

nicolasff avatar nicolasff commented on May 11, 2024

Thanks a lot, @wbond.

from phpredis.

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.