Pear Install -Segmentation fault
If you are experiencing âsegmentation faultâ when trying to do a Pear package install, do the following.
- Comment out âextension=midgard.soâ line in php.ini.
- Restart Apache HTTP Server.
- Re-run Pear package install (i.e. pear install Mail).
- Uncomment out âextension=midgard.soâ line in php.ini.
- Restart Apache HTTP Server.
