Custom Query (260 matches)
Results (4 - 6 of 260)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #5 | fixed | Cannot build on freebsd | somebody | Adam |
| description |
make generates: /usr/local/src/xcache/processor.c:1:28: processor_real.c: No such file or directory *** Error code 1 Stop in /usr/local/src/xcache/build. Exit 1 So I tried gmake: 22:22 adam@admin # gmake /usr/local/src/xcache/build gcc -I. -I/usr/local/src/xcache -DPHP_ATOM_INC -I/usr/local/src/xcache/build/include -I/usr/local/src/xcache/build/main -I/usr/local/src/xcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -DHAVE_CONFIG_H -g -O2 -E /usr/local/src/xcache/includes.c -o ./includes.i /usr/bin/awk -f /usr/local/src/xcache/mkstructinfo.awk < ./includes.i > ./structinfo.m4 /usr/bin/awk: syntax error at source line 56 source file /usr/local/src/xcache/mkstructinfo.awk
/usr/bin/awk: illegal statement at source line 57 source file /usr/local/src/xcache/mkstructinfo.awk /usr/bin/awk: syntax error at source line 63 source file /usr/local/src/xcache/mkstructinfo.awk
gmake: *** [structinfo.m4] Error 2 This is freebsd 6.0 amd64 |
|||
| #8 | fixed | Add docs for admin pages | moo | Adam |
| description |
There is no documentation for installing and using the XCache admin pages. A page explaining what each variable meant would be helpful. |
|||
| #9 | fixed | /dev/zero disapearing after starting apache | moo | jfbustarret@… |
| description |
When using the default ini settings (xcache.mmap_path = "/dev/zero"), xcache removes /dev/zero : strace gives this : [pid 28606] open("/dev/zero", O_RDWR) = 18 [pid 28606] ftruncate(18, 33554432) = -1 EINVAL (Invalid argument) [pid 28606] mmap2(NULL, 33554432, PROT_READ|PROT_WRITE, MAP_SHARED, 18, 0) = 0xb47b9000 [pid 28606] munmap(0, 33554432) = 0 [pid 28606] close(18) = 0 [pid 28606] unlink("/dev/zero") = 0 [pid 28606] getuid32() = 0 [pid 28606] open("/tmp/.xcache.0.0.1804289383.lock", O_RDWR|O_CREAT, 0666) = 18 [pid 28606] unlink("/tmp/.xcache.0.0.1804289383.lock") = 0 [pid 28606] open("/dev/zero", O_RDWR) = -1 ENOENT (No such file or directory) Platform is : Linux (Suse 9.2)/PHP 5.1.4 |
|||

