-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cassandra.so is not being loaded #11
Comments
Hi, are you sure that you're link the right libcql version? |
Hello, I have got simillar issue: If I restart apache server it shows following error: Is there anything I am missing? Kindly assist me as I am new to this libraries. Many thanks |
Hi, ok I'll try to see what could change and give you some answer later. |
Thank you so much. On Fri, Feb 27, 2015 at 1:45 PM, Alexey Parkhomenko <
|
@mamdouhweb did you use this driver when linked php-cassandra module git clone https://github.com/datastax/cpp-driver/ --branch deprecated --single-branch cpp-driver @Rootvik So, please try to look right path where you build the extension. |
Hi - I installed Cassandra and PHP-Driver from Datastax. I wrote a sample PHP Code, and try to run it with PHP it throws an error indicating PHP Fatal error: Class 'Cassandra' not found in /Users/polu/RND/apache-cassandra-2.0.14/php-driver/ext/cassandra_login.php on line XX. I am new to PHP - not sure how do i include Cassandra class - can you help build(); $keyspace = 'temperature'; $session = $cluster->connect($keyspace); $result = $session->execute(new Cassandra\SimpleStatement ("SELECT temperature FROM temperature where weatherstation_id=BLR-JPN-01 and event_time > 2013-04-03 07:04:00 and event_time <2013-04-03 07:09:00")) ; foreach ($result as $row) { printf("RowX: \"%s\"" , $row['temperature']); } printf("Test CASSANDRA"); writeHeaderHTML (); |
is this issue fixed ? or is there anybody trying to fix it ? i have the same problem. |
hi, same issue for me as well. Can someone help? I get the error: Class 'cassandra' not found in .... |
thanks a lot, made good progress. I have downloaded the required software like CMake etc. Got the following error when running vc_build fatal: Not a git repository (or any of the parent directories): .git Error came in this section of the batch file IF NOT EXIST "!ABSOLUTE_DEPENDENCIES_CPP_DRIVER_SOURCE_DIRECTORY!\include\cassandra.h" ( )On Sat, 8/22/15, moldcraft [email protected] wrote: Subject: Re: [php-cassandra] cassandra.so is not being loaded (#11) https://github.com/datastax/php-driver — |
Hi, Similar issue here. Any ideas about what's wrong with my installation procedure? Environment:PHP: 7.1 Error message:
Actually
Installation script:Below is the sequence of commands that I used for installing the cassandra extension:
Any ideas on how to fix this? |
I fixed the issue below. Actually I have messed up my environment by installing PHP 7.2 first and then downgraded to 7.1. For some reason extensions |
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/cassandra.so' - /usr/lib/php5/20100525/cassandra.so: undefined symbol: _ZN3cql12cql_varint_t31convert_to_boost_multiprecisionERN5boost14multiprecision6numberINS2_8backends15cpp_int_backendILj0ELj0ELNS2_16cpp_integer_typeE1ELNS2_18cpp_int_check_typeE0ESaIyEEELNS2_26expression_template_optionE1EEE
This is the error I get after running php -m
The text was updated successfully, but these errors were encountered: