YaST Firewall

Hi,
I removed apache,php and mysql from YaST and self-compiled them from source. May I know how I can add apache, mysql into the YaST firewall and also if possible the software management?

Thank you,
Yan

If you compiled from source they will NOT appear in software management.

You can open ports via Yast -Firewall- allowed serviced- advanced

If you compiled from source they will NOT appear in software management.

Unless you made an .rpm out of it instead of running ‘make install’, which is highly recommended. Using ‘rpmbuild’ or (even easier) ‘checkinstall’ isn’t too complicated, so next time build your software hand in hand with the package-manager.

Make love, not install.