Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.15.7.241
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
lib64 /
gems /
ruby /
ruby-lsapi-5.6 /
Delete
Unzip
Name
Size
Permission
Date
Action
gem.build_complete
0
B
-rw-r--r--
2024-01-25 14:18
gem_make.out
982
B
-rw-r--r--
2024-01-25 14:18
lsapi.so
75.58
KB
-rwxr-xr-x
2024-01-25 14:18
mkmf.log
2.22
KB
-rw-r--r--
2024-01-25 14:18
Save
Rename
have_library: checking for -lsocket... -------------------- no LD_LIBRARY_PATH=.:/opt/alt/ruby32/lib64 "gcc -o conftest -I/opt/alt/ruby32/include -I/opt/alt/ruby32/include/ruby/backward -I/opt/alt/ruby32/include -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection conftest.c -L. -L/opt/alt/ruby32/lib64 -Wl,-rpath,/opt/alt/ruby32/lib64 -L. -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -m64 -Wl,-rpath,/opt/alt/ruby32/lib64 -L/opt/alt/ruby32/lib64 -lruby -lm -lpthread -lc" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: int main(int argc, char **argv) 4: { 5: return !!argv[argc]; 6: } /* end */ LD_LIBRARY_PATH=.:/opt/alt/ruby32/lib64 "gcc -o conftest -I/opt/alt/ruby32/include -I/opt/alt/ruby32/include/ruby/backward -I/opt/alt/ruby32/include -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection conftest.c -L. -L/opt/alt/ruby32/lib64 -Wl,-rpath,/opt/alt/ruby32/lib64 -L. -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -m64 -Wl,-rpath,/opt/alt/ruby32/lib64 -L/opt/alt/ruby32/lib64 -lruby -lsocket -lm -lpthread -lc" /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: int (* volatile tp)(void)=(int (*)(void))&t; 9: printf("%d", (*tp)()); 10: } 11: 12: return !!argv[argc]; 13: } 14: 15: int t(void) { ; return 0; } /* end */ --------------------