View Issue Details

IDProjectCategoryView StatusLast Update
0005146Kali LinuxKali Package Bugpublic2019-09-04 12:37
Reportercrypticterminal Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionopen 
Product Version2018.4 
Summary0005146: PHP EXTENSIONS NOT WORKING PROPERLY
Description

I been having problems with php extensions not working, php7.0 has the most problems its missing files even after you install it, for example its missing the module mbstring in /etc/php/7.0/mods-available/mbstring.ini and its also missing /usr/lib/php/20151012/mbstring.so

so i disabled php7.0 and enabled php7.3 and its working better now but i keep getting an error message from one of my applications saying php-gd is not installed but i do have it installed and using php7.3 -m shows the php-gd extension is also enabled so i cant figure out why its telling me its not installed i just been having a bunch of problems with the php extensions lately i would really appreciate any help you could give me.

apt-get update
apt-get install php7.3 php7.3-gd php7.3-zip php7.3-curl php7.3-mbstring -y
phpenmod -v 7.3 gd
phpenmod -v 7.3 zip
phpenmod -v 7.3 curl
phpenmod -v 7.3 mbstring
php7.3 -m

After doing that you will see the php extension is installed and enabled but its not working properly.

Thanks!

Activities

g0tmi1k

g0tmi1k

2019-09-04 12:37

administrator   ~0011038

Due to the age of the OS (Kali Moto [v1], Kali Safi [v2], Kali Rolling <= 2018.4), these legacy versions are no longer supported.
We will be closing this ticket due to inactivity.

Please could you see if you are able to replicate this issue with the latest version of Kali Linux - https://www.kali.org/downloads/)?

If you are still facing the same problem, feel free to re-open the ticket. If you choose to do this, could you provide more information to the issue you are facing, and also give information about your setup?
For more information, please read: https://kali.training/topic/filing-a-good-bug-report/

Issue History

Date Modified Username Field Change
2018-12-08 04:24 crypticterminal New Issue
2019-09-04 12:37 g0tmi1k Note Added: 0011038
2019-09-04 12:37 g0tmi1k Status new => closed