Code Monkey home page Code Monkey logo

Comments (4)

wido avatar wido commented on August 17, 2024

It seems that rados_clone_range no longer exists in librados.

I'll push a new commit to master removing this function

from phprados.

kaplun avatar kaplun commented on August 17, 2024

Awesome! Thanks a lot for the quick reaction!

from phprados.

kaplun avatar kaplun commented on August 17, 2024

I unfortunately confirm @JanoSicek findings.

from phprados.

JanoSicek avatar JanoSicek commented on August 17, 2024

It seems that while this one symbol was fixed (rados_clone_range), all other symbols still generate errors.

PHP Warning: PHP Startup: Unable to load dynamic library 'rados.so' (tried: /usr/lib64/php/modules/rados.so (/usr/lib64/php/modules/rados.so: undefined symbol: Z_LVAL_PP)

To help reproduce, here are some interesting parts from our Dockerfile

RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
RUN rpm -Uvh http://download.ceph.com/rpm-mimic/el7/noarch/ceph-release-1-1.el7.noarch.rpm
RUN yum install -y librados-devel php72w php72w-common php72w-devel php72w-opcache php72w-mbstring php72w-mysqlnd php72w-pecl-xdebug php72w-intl php72w-cli php72w-gd php72w-pdo php72w-mcrypt re2c php72w-pear
RUN phpize && ./configure && make && make install
RUN echo 'extension=rados.so' > /etc/php.d/rados.ini

from phprados.

Related Issues (7)

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.