Larvel: Call to undefined function Illuminate\Encryption\openssl_cipher_iv_length()
2,946 views
Skip to first unread message
Emman Nelson
unread,
May 17, 2019, 8:44:45 AM5/17/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHP Desktop
Hi,
I',m attempting to run a Laravel application for the first with phpdesktop but I have an error thrown by Laravel :
Call to undefinedfunctionIlluminate\Encryption\openssl_cipher_iv_length()
It seems opensll isn ot configured properly?
I am usong Phpdesktop Linux v72.1
Czarek Tomczak
unread,
May 17, 2019, 10:31:51 AM5/17/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHP Desktop
I have created an issue in the tracker for this and already provided a solution. You will have to build PHP binaries with openssl support using the "php-build-with-ext.sh" script. See https://github.com/cztomczak/phpdesktop/issues/250 for details.