-
Notifications
You must be signed in to change notification settings - Fork 14
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
Unable to Install as per Documentation #8
Comments
Probably become you are trying it with Laravel 10, 🚨🚨🚨 |
I was able to get past that, however I ran into a different issue:
|
Just to clarify, I have PDO_INFORMIX installed. [root@villano-vm chirper]# php -m | grep -i pdo |
Not sure, but you might be missing the db config file, copy the file manually to the right place, and see if it helps. https://github.com/isoc-il/laravel-ifx/blob/master/src/config/informix.php |
vendor:publish resulted in informix.php sitting under config/. I also copied the informix [connection] to database.php. Here is the stacktrace if it helps from logs:
|
I'm sorry, I don't have access to any setup which I can test this, so unless you can provide me with one, I don't have any other way to help you. |
I believe IBM has a docker container for informix. Would this help? https://hub.docker.com/r/ibmcom/informix-developer-database/ |
Yes, but I still will be missing other requirements, like the informix PDO which need to be compiled against the right PHP version. |
I'm using Php 8.2.6 As far as PDO_Informix: PDO PDO support => enabled pdo_informix pdo_informix support => enabled PDO_ODBC PDO Driver for ODBC (unixODBC) => enabled |
And what do you have in your |
|
I was able to replicate your issue, but I still not sure how to solve it. |
hi, any luck figuring out the problem? thank you! |
Unfortunately no, I don't have time to debug this problem right now. You are welcome to try, try with version 6/7 which I know for sure it worked. |
Hi, How do I get pdo_informix installed? Trying to download the Client SDK but run into some errors. |
We used to compile it from source, and later on to package it as RPM |
Followed documentation here: https://blog.rabin.io/sysadmin/laravel-lumen-informix
Still getting error message as follows:
$ composer require isoc-il/laravel-ifx:dev-master
./composer.json has been updated
Running composer update isoc-il/laravel-ifx
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires isoc-il/laravel-ifx dev-master -> satisfiable by isoc-il/laravel-ifx[dev-master].
- isoc-il/laravel-ifx dev-master requires illuminate/support 5.|6.|7.|8.|9.x -> found illuminate/support[v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.7] but these were not loaded, likely because it conflicts with another require.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
The text was updated successfully, but these errors were encountered: