faqts : Computers : Programming : Languages : PHP : Installation and Setup : Web Servers : Apache

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

9 of 17 people (53%) answered Yes
Recently 3 of 5 people (60%) answered Yes

Entry

What does the _xstat error when I run Apache mean?

Jun 29th, 1999 07:27
Nathan Wallace, Sascha Schumann


Here is an example error message:

    Can't load /etc/httpd/modules/libphp3.so into server:
    /etc/httpd/modules/libphp3.so: undefined simbol: _xstat

Missing _xstat symbols are mostly due to a broken libc
installation, e.g. compiling against glibc 2.1 headers and
linking with glibc 2.0 will lead to such an error.