Closed BrotherHelmer closed 6 years ago
add this file https://github.com/joeldg/bowhead/blob/master/docker/resources/etc/php/7.1/mods-available/trader.ini
to /etc/php/7.1/mods-available/trader.ini
Thank you very much. That file was indeed missing, but the problem persists.
Can you try the docker way ?
To be honest that's the first thing I did, but since I never used docker I failed spectacularly to do this on windows.
I will try on AWS then.
Okay that was so much easier to setup via docker in AWS. There is some getting used too and I do see some weird errors but I'll get them ironed out. Thanks Vitoo!
I seem to be having some issues with the pecl/trader on Ubuntu running on EC2.
When I get to the point:
php artisan bowhead:example_usage
I am greeted with:
Getting to this:
sudo pecl install trader
Gives me the dreaded XML Extension not found error, but going SUDO SU and then running this command first:
sed -i "$ s|\-n||g" /usr/bin/pecl
and then running
sudo pecl install trader
again gives me:
I appear to be stuck, I am by no means an Ubuntu expert so any help here would be greatly appreciated.