Problem with egrep

hello everybody i was installing xampp on my manjaro with snap and after that try to starting xampp with terminal and seen some warning but xampp is ok and working fine

 sudo /opt/lampp/lampp start                                                                    ✔ 
[sudo] password for ahmad: 
Starting XAMPP for Linux 8.1.10-0...
XAMPP: Starting Apache...egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
ok.
XAMPP: Starting MySQL...egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
ok.
XAMPP: Starting ProFTPD...egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
ok.
    ~  /opt/lampp/bin/mysql.server: line 261: log_success_msg: command not found                      ✔ 

i looked at some site and fourms but dont see any answer
what should i do?

Nothing to do then.

2 Likes

Applications that call egrep are directed to use grep -E instead, since egrep has been deprecated a long time ago.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.