Xampp Error and not starting apache and mysql in Fedora 29
Every time I try to start Apache and MySQL when using Xampp I get this error and can't figure out how to fix it:
"httpd: Syntax error on line 522 of /opt/lampp/etc/httpd.conf: Syntax error on line 10 of /opt/lampp/etc/extra/httpd-xampp.conf: Cannot load modules/libphp7.so into server: libnsl.so.1: cannot open shared object file: No such file or directory"
Can someone tell me what I am doing wrong? This worked with no problem back when I was using Fedora27.
What’s in line 522 of /opt/lampp/etc/httpd.conf?
What’s in line 10 of /opt/lampp/etc/extra/httpd-xampp.conf?
Line 522 ---- Include etc/extra/httpd-xampp.conf
Line 10 ----- LoadModule php7_module modules/libphp7.so
Cannot load modules/libphp7.so
. That's the problem.See if https://wiki.archlinux.org/index.php/... is helpful.
Sorry man that didn't help at all. Is there really no straight forward answer to this issue? Xampp worked fine when I ran Fedora 27 which is what I can't understand. What's weird is that I installed "libnsll" and that got rid of both errors but it still would not start apache or mysql.