Hackfut Security File Manager
Current Path:
/opt/passenger-5.3.7-4.el6.cloudlinux/buildout/ruby/ruby-1.8.7-x86_64-linux
opt
/
passenger-5.3.7-4.el6.cloudlinux
/
buildout
/
ruby
/
ruby-1.8.7-x86_64-linux
/
📁
..
📄
Makefile
(4.14 KB)
📄
mkmf.log
(8.24 KB)
📄
passenger_native_support.o
(39.81 KB)
📄
passenger_native_support.so
(32.59 KB)
Editing: mkmf.log
have_header: checking for alloca.h... -------------------- yes "gcc -E -I. -I/opt/alt/ruby18/lib64/ruby/1.8/x86_64-linux -I/opt/passenger-5.3.7-4.el6.cloudlinux/src/ruby_native_extension -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -g conftest.c -o conftest.i" checked program was: /* begin */ 1: #include <alloca.h> /* end */ -------------------- have_header: checking for ruby/version.h... -------------------- no "gcc -E -I. -I/opt/alt/ruby18/lib64/ruby/1.8/x86_64-linux -I/opt/passenger-5.3.7-4.el6.cloudlinux/src/ruby_native_extension -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -g conftest.c -o conftest.i" conftest.c:1:26: error: ruby/version.h: No such file or directory checked program was: /* begin */ 1: #include <ruby/version.h> /* end */ -------------------- have_header: checking for ruby/io.h... -------------------- no "gcc -E -I. -I/opt/alt/ruby18/lib64/ruby/1.8/x86_64-linux -I/opt/passenger-5.3.7-4.el6.cloudlinux/src/ruby_native_extension -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -g conftest.c -o conftest.i" conftest.c:1:21: error: ruby/io.h: No such file or directory checked program was: /* begin */ 1: #include <ruby/io.h> /* end */ -------------------- have_header: checking for ruby/thread.h... -------------------- no "gcc -E -I. -I/opt/alt/ruby18/lib64/ruby/1.8/x86_64-linux -I/opt/passenger-5.3.7-4.el6.cloudlinux/src/ruby_native_extension -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -g conftest.c -o conftest.i" conftest.c:1:25: error: ruby/thread.h: No such file or directory checked program was: /* begin */ 1: #include <ruby/thread.h> /* end */ -------------------- have_var: checking for ruby_version[0] in ruby/version.h... -------------------- no "gcc -I. -I/opt/alt/ruby18/lib64/ruby/1.8/x86_64-linux -I/opt/passenger-5.3.7-4.el6.cloudlinux/src/ruby_native_extension -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -g -c conftest.c" conftest.c:1:26: error: ruby/version.h: No such file or directory conftest.c: In function 't': conftest.c:5: error: 'ruby_version' undeclared (first use in this function) conftest.c:5: error: (Each undeclared identifier is reported only once conftest.c:5: error: for each function it appears in.) checked program was: /* begin */ 1: #include <ruby/version.h> 2: 3: /*top*/ 4: int main() { return 0; } 5: int t() { const volatile void *volatile p; p = &(&ruby_version[0])[0]; return 0; } /* end */ -------------------- have_func: checking for rb_thread_io_blocking_region() in ruby/io.h... -------------------- no "gcc -o conftest -I. -I/opt/alt/ruby18/lib64/ruby/1.8/x86_64-linux -I/opt/passenger-5.3.7-4.el6.cloudlinux/src/ruby_native_extension -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -g conftest.c -L. -L/opt/alt/ruby18/lib64 -Wl,-R/opt/alt/ruby18/lib64 -L. -rdynamic -Wl,-export-dynamic -lruby-static -lrt -ldl -lcrypt -lm -lc -lpthread" conftest.c:1:21: error: ruby/io.h: No such file or directory conftest.c: In function 't': conftest.c:5: error: 'rb_thread_io_blocking_region' undeclared (first use in this function) conftest.c:5: error: (Each undeclared identifier is reported only once conftest.c:5: error: for each function it appears in.) checked program was: /* begin */ 1: #include <ruby/io.h> 2: 3: /*top*/ 4: int main() { return 0; } 5: int t() { void ((*volatile p)()); p = (void ((*)()))rb_thread_io_blocking_region; return 0; } /* end */ "gcc -o conftest -I. -I/opt/alt/ruby18/lib64/ruby/1.8/x86_64-linux -I/opt/passenger-5.3.7-4.el6.cloudlinux/src/ruby_native_extension -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -g conftest.c -L. -L/opt/alt/ruby18/lib64 -Wl,-R/opt/alt/ruby18/lib64 -L. -rdynamic -Wl,-export-dynamic -lruby-static -lrt -ldl -lcrypt -lm -lc -lpthread" conftest.c:1:21: error: ruby/io.h: No such file or directory conftest.c: In function 't': conftest.c:5: warning: implicit declaration of function 'rb_thread_io_blocking_region' checked program was: /* begin */ 1: #include <ruby/io.h> 2: 3: /*top*/ 4: int main() { return 0; } 5: int t() { rb_thread_io_blocking_region(); return 0; } /* end */ -------------------- have_func: checking for rb_thread_call_without_gvl() in ruby/thread.h... -------------------- no "gcc -o conftest -I. -I/opt/alt/ruby18/lib64/ruby/1.8/x86_64-linux -I/opt/passenger-5.3.7-4.el6.cloudlinux/src/ruby_native_extension -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -g conftest.c -L. -L/opt/alt/ruby18/lib64 -Wl,-R/opt/alt/ruby18/lib64 -L. -rdynamic -Wl,-export-dynamic -lruby-static -lrt -ldl -lcrypt -lm -lc -lpthread" conftest.c:1:25: error: ruby/thread.h: No such file or directory conftest.c: In function 't': conftest.c:5: error: 'rb_thread_call_without_gvl' undeclared (first use in this function) conftest.c:5: error: (Each undeclared identifier is reported only once conftest.c:5: error: for each function it appears in.) checked program was: /* begin */ 1: #include <ruby/thread.h> 2: 3: /*top*/ 4: int main() { return 0; } 5: int t() { void ((*volatile p)()); p = (void ((*)()))rb_thread_call_without_gvl; return 0; } /* end */ "gcc -o conftest -I. -I/opt/alt/ruby18/lib64/ruby/1.8/x86_64-linux -I/opt/passenger-5.3.7-4.el6.cloudlinux/src/ruby_native_extension -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -g conftest.c -L. -L/opt/alt/ruby18/lib64 -Wl,-R/opt/alt/ruby18/lib64 -L. -rdynamic -Wl,-export-dynamic -lruby-static -lrt -ldl -lcrypt -lm -lc -lpthread" conftest.c:1:25: error: ruby/thread.h: No such file or directory conftest.c: In function 't': conftest.c:5: warning: implicit declaration of function 'rb_thread_call_without_gvl' checked program was: /* begin */ 1: #include <ruby/thread.h> 2: 3: /*top*/ 4: int main() { return 0; } 5: int t() { rb_thread_call_without_gvl(); return 0; } /* end */ -------------------- have_func: checking for &rb_thread_call_without_gvl() in ruby/thread.h... -------------------- no "gcc -o conftest -I. -I/opt/alt/ruby18/lib64/ruby/1.8/x86_64-linux -I/opt/passenger-5.3.7-4.el6.cloudlinux/src/ruby_native_extension -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -g conftest.c -L. -L/opt/alt/ruby18/lib64 -Wl,-R/opt/alt/ruby18/lib64 -L. -rdynamic -Wl,-export-dynamic -lruby-static -lrt -ldl -lcrypt -lm -lc -lpthread" conftest.c:1:25: error: ruby/thread.h: No such file or directory conftest.c: In function 't': conftest.c:5: error: 'rb_thread_call_without_gvl' undeclared (first use in this function) conftest.c:5: error: (Each undeclared identifier is reported only once conftest.c:5: error: for each function it appears in.) checked program was: /* begin */ 1: #include <ruby/thread.h> 2: 3: /*top*/ 4: int main() { return 0; } 5: int t() { void ((*volatile p)()); p = (void ((*)()))&rb_thread_call_without_gvl; return 0; } /* end */ "gcc -o conftest -I. -I/opt/alt/ruby18/lib64/ruby/1.8/x86_64-linux -I/opt/passenger-5.3.7-4.el6.cloudlinux/src/ruby_native_extension -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -g conftest.c -L. -L/opt/alt/ruby18/lib64 -Wl,-R/opt/alt/ruby18/lib64 -L. -rdynamic -Wl,-export-dynamic -lruby-static -lrt -ldl -lcrypt -lm -lc -lpthread" conftest.c:1:25: error: ruby/thread.h: No such file or directory conftest.c: In function 't': conftest.c:5: warning: implicit declaration of function 'rb_thread_call_without_gvl' conftest.c:5: error: lvalue required as unary '&' operand checked program was: /* begin */ 1: #include <ruby/thread.h> 2: 3: /*top*/ 4: int main() { return 0; } 5: int t() { &rb_thread_call_without_gvl(); return 0; } /* end */ --------------------
Upload File
Create Folder