I'm trying to install mogilefs.so for PHP from http://www.capoune.net/mogilefs/. It worked fine on my other systems, but on a Fedora 8 running PHP 5.2.4, I'm getting an error when running the "make":
> # make > /bin/sh /stuff/mogilefs/libtool --mode=compile gcc -I. -I/stuff/mogilefs > -DPHP_ATOM_INC -I/stuff/mogilefs/include -I/stuff/mogilefs/main > -I/stuff/mogilefs -I/usr/include/php -I/usr/include/php/main > -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext > -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c > /stuff/mogilefs/mogilefs.c -o mogilefs.lo > gcc -I. -I/stuff/mogilefs -DPHP_ATOM_INC -I/stuff/mogilefs/include > -I/stuff/mogilefs/main -I/stuff/mogilefs -I/usr/include/php > -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend > -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g > -O2 -c /stuff/mogilefs/mogilefs.c -fPIC -DPIC -o .libs/mogilefs.o > /stuff/mogilefs/mogilefs.c:28:23: error: ne_socket.h: No such file or > directory > /stuff/mogilefs/mogilefs.c:29:24: error: ne_session.h: No such file or > directory > /stuff/mogilefs/mogilefs.c:30:22: error: ne_utils.h: No such file or > directory > /stuff/mogilefs/mogilefs.c:31:21: error: ne_auth.h: No such file or > directory > /stuff/mogilefs/mogilefs.c:32:22: error: ne_basic.h: No such file or > directory > /stuff/mogilefs/mogilefs.c: In function 'zif_mogilefs_put': > /stuff/mogilefs/mogilefs.c:536: error: 'ne_session' undeclared (first use > in this function) > /stuff/mogilefs/mogilefs.c:536: error: (Each undeclared identifier is > reported only once > /stuff/mogilefs/mogilefs.c:536: error: for each function it appears in.) > /stuff/mogilefs/mogilefs.c:536: error: 'sess' undeclared (first use in > this function) > /stuff/mogilefs/mogilefs.c:537: error: 'ne_request' undeclared (first use > in this function) > /stuff/mogilefs/mogilefs.c:537: error: 'req' undeclared (first use in this > function) > /stuff/mogilefs/mogilefs.c:604: error: 'NE_OK' undeclared (first use in > this function) > make: *** [mogilefs.lo] Error 1 Can someone help me out and let me know why this is happening, and how I can fix it? Thank you so much!
