Kunguru Experience - Last to Finish Line

Today, I hit a brick wall trying to upgrade from laravel 5.5 to 5.6. You see, 5.6 requires PHP version >= 7.1.3. I found version 7.2 which needs OpenSSL 1.1.. To cut this short boring tale shorter. I got stuck for two hours trying to match the correct DLLs to get a working bundle of PHP 7.2./OpenSSL 1.1./Apache 2.4./Postgres 9.*.

This is frustrating and weird because you think this should be simple, right? I have to spend the next few minutes coming up with an excuse why it’s late.

I know what you’re thinking. What does this have to do with kunguru? Nothing. It’s click bait, OOOH YEAH!

https://www.youtube.com/watch?v=4ctK1aoWuqY

This feels like a natural stopping point. Monday.

PS: Add this post as exhibit A to your case “This site has gone to the cats”. Thenks.

Pewa like…syke!!!

Meffi

:meffi:

umbwaaaaaaaa

@pamba leta summary

Rickrolled!

[FONT=courier new]php --version
PHP 7.2.4-1+ubuntu16.04.1+deb.sury.org+1 (cli) (built: Apr 5 2018 08:53:57) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.4-1+ubuntu16.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies[/FONT]

[FONT=courier new]php artisan --version
Laravel Framework 5.6.11[/FONT]

[FONT=courier new]openssl version
OpenSSL 1.1.0h 27 Mar 2018[/FONT]

[FONT=courier new]psql --version
psql (PostgreSQL) 9.5.12[/FONT]

[FONT=courier new]mysql --version
mysql Ver 14.14 Distrib 5.7.21, for Linux (x86_64) using EditLine wrapper[/FONT]

There’s my Laravel stack. NOTE: Laravel 5.5 is LTS so if you are in production, you’re better off sticking with it.

Got it working. The server was using apache compiled with OpenSSL v1.0.*. Once Apache with correct openssl was installed everything fell into place.

Principal Vagina