Re: [Arsperl-users] New API packates without bin directory
Brought to you by:
jeffmurphy
|
From: Tim L. <ti...@ti...> - 2015-05-22 11:35:55
|
Misi,
Wonderful. Thank you for taking all of this extra time.
I now take api764sp5linux.tar.gz from your site, un-targzip it as-is, make
the simple modifications to Makefile.PL, change my LD_LIBRARY_PATH and I'm
completely ready to roll with the build, install and subsequent module call.
Thanks,
Tim
For those interested in the system calls, pathing and exact library names
accessed for the simple "use ARS;" test....
[root@myserver perl5]# strace perl
execve("/usr/bin/perl", ["perl"], [/* 27 vars */]) = 0
brk(0) = 0x18b2000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fa83cdd7000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
open("/opt/remedy/api764sp5linux/lib/tls/x86_64/libperl.so",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/remedy/api764sp5linux/lib/tls/x86_64", 0x7fff255ba7f0) = -1
ENOENT (No such file or directory)
open("/opt/remedy/api764sp5linux/lib/tls/libperl.so", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
stat("/opt/remedy/api764sp5linux/lib/tls", 0x7fff255ba7f0) = -1 ENOENT (No
such file or directory)
open("/opt/remedy/api764sp5linux/lib/x86_64/libperl.so",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/opt/remedy/api764sp5linux/lib/x86_64", 0x7fff255ba7f0) = -1 ENOENT
(No such file or directory)
open("/opt/remedy/api764sp5linux/lib/libperl.so", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
stat("/opt/remedy/api764sp5linux/lib", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
open("/usr/lib64/perl5/CORE/tls/x86_64/libperl.so", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
stat("/usr/lib64/perl5/CORE/tls/x86_64", 0x7fff255ba7f0) = -1 ENOENT (No
such file or directory)
open("/usr/lib64/perl5/CORE/tls/libperl.so", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/perl5/CORE/tls", 0x7fff255ba7f0) = -1 ENOENT (No such file
or directory)
open("/usr/lib64/perl5/CORE/x86_64/libperl.so", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/perl5/CORE/x86_64", 0x7fff255ba7f0) = -1 ENOENT (No such
file or directory)
open("/usr/lib64/perl5/CORE/libperl.so", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260
\3\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1643224, ...}) = 0
mmap(NULL, 3719208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa83c82a000
mprotect(0x7fa83c9ad000, 2093056, PROT_NONE) = 0
mmap(0x7fa83cbac000, 40960, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x182000) = 0x7fa83cbac000
mmap(0x7fa83cbb6000, 40, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa83cbb6000
close(3) = 0
open("/opt/remedy/api764sp5linux/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
open("/usr/lib64/perl5/CORE/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=76506, ...}) = 0
mmap(NULL, 76506, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa83cdc4000
close(3) = 0
open("/lib64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@:\0\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=110808, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fa83cdc3000
mmap(NULL, 2202264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa83c610000
mprotect(0x7fa83c626000, 2097152, PROT_NONE) = 0
mmap(0x7fa83c826000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fa83c826000
mmap(0x7fa83c828000, 6808, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa83c828000
close(3) = 0
open("/opt/remedy/api764sp5linux/lib/libnsl.so.1", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
open("/usr/lib64/perl5/CORE/libnsl.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT
(No such file or directory)
open("/lib64/libnsl.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20A\0\0\0\0\0\0"..., 832) =
832
fstat(3, {st_mode=S_IFREG|0755, st_size=113320, ...}) = 0
mmap(NULL, 2198200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa83c3f7000
mprotect(0x7fa83c40d000, 2093056, PROT_NONE) = 0
mmap(0x7fa83c60c000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7fa83c60c000
mmap(0x7fa83c60e000, 6840, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa83c60e000
close(3) = 0
open("/opt/remedy/api764sp5linux/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
open("/usr/lib64/perl5/CORE/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT
(No such file or directory)
open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=19512, ...}) = 0
mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa83c1f3000
mprotect(0x7fa83c1f6000, 2093056, PROT_NONE) = 0
mmap(0x7fa83c3f5000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fa83c3f5000
close(3) = 0
open("/opt/remedy/api764sp5linux/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
open("/usr/lib64/perl5/CORE/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No
such file or directory)
open("/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260T\0\0\0\0\0\0"..., 832)
= 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1141552, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fa83cdc2000
mmap(NULL, 3150168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa83bef1000
mprotect(0x7fa83bff2000, 2093056, PROT_NONE) = 0
mmap(0x7fa83c1f1000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x100000) = 0x7fa83c1f1000
close(3) = 0
open("/opt/remedy/api764sp5linux/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
open("/usr/lib64/perl5/CORE/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT
(No such file or directory)
open("/lib64/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\16\0\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=40816, ...}) = 0
mmap(NULL, 2318912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa83bcba000
mprotect(0x7fa83bcc2000, 2093056, PROT_NONE) = 0
mmap(0x7fa83bec1000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7fa83bec1000
mmap(0x7fa83bec3000, 184896, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa83bec3000
close(3) = 0
open("/opt/remedy/api764sp5linux/lib/libutil.so.1", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
open("/usr/lib64/perl5/CORE/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT
(No such file or directory)
open("/lib64/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\17\0\0\0\0\0\0"..., 832)
= 832
fstat(3, {st_mode=S_IFREG|0755, st_size=14608, ...}) = 0
mmap(NULL, 2105616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa83bab7000
mprotect(0x7fa83bab9000, 2093056, PROT_NONE) = 0
mmap(0x7fa83bcb8000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fa83bcb8000
close(3) = 0
open("/opt/remedy/api764sp5linux/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
open("/usr/lib64/perl5/CORE/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
open("/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240l\0\0\0\0\0\0"..., 832)
= 832
fstat(3, {st_mode=S_IFREG|0755, st_size=141616, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fa83cdc1000
mmap(NULL, 2208864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa83b89b000
mprotect(0x7fa83b8b1000, 2097152, PROT_NONE) = 0
mmap(0x7fa83bab1000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fa83bab1000
mmap(0x7fa83bab3000, 13408, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa83bab3000
close(3) = 0
open("/opt/remedy/api764sp5linux/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1
ENOENT (No such file or directory)
open("/usr/lib64/perl5/CORE/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No
such file or directory)
open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\34\2\0\0\0\0\0"..., 832)
= 832
fstat(3, {st_mode=S_IFREG|0755, st_size=2107760, ...}) = 0
mmap(NULL, 3932736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa83b4da000
mprotect(0x7fa83b690000, 2097152, PROT_NONE) = 0
mmap(0x7fa83b890000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b6000) = 0x7fa83b890000
mmap(0x7fa83b896000, 16960, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa83b896000
close(3) = 0
open("/opt/remedy/api764sp5linux/lib/libfreebl3.so", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
open("/lib64/libfreebl3.so", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\v\0\0\0\0\0\0"..., 832)
= 832
fstat(3, {st_mode=S_IFREG|0755, st_size=11376, ...}) = 0
mmap(NULL, 2105536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa83b2d7000
mprotect(0x7fa83b2d9000, 2093056, PROT_NONE) = 0
mmap(0x7fa83b4d8000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fa83b4d8000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fa83cdc0000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fa83cdbf000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fa83cdbd000
arch_prctl(ARCH_SET_FS, 0x7fa83cdbd740) = 0
mprotect(0x7fa83b890000, 16384, PROT_READ) = 0
mprotect(0x7fa83c3f5000, 4096, PROT_READ) = 0
mprotect(0x7fa83b4d8000, 4096, PROT_READ) = 0
mprotect(0x7fa83bab1000, 4096, PROT_READ) = 0
mprotect(0x7fa83bcb8000, 4096, PROT_READ) = 0
mprotect(0x7fa83bec1000, 4096, PROT_READ) = 0
mprotect(0x7fa83c1f1000, 4096, PROT_READ) = 0
mprotect(0x7fa83c60c000, 4096, PROT_READ) = 0
mprotect(0x7fa83c826000, 4096, PROT_READ) = 0
mprotect(0x7fa83cbac000, 16384, PROT_READ) = 0
mprotect(0x601000, 4096, PROT_READ) = 0
mprotect(0x7fa83cdd8000, 4096, PROT_READ) = 0
munmap(0x7fa83cdc4000, 76506) = 0
set_tid_address(0x7fa83cdbda10) = 17551
set_robust_list(0x7fa83cdbda20, 24) = 0
rt_sigaction(SIGRTMIN, {0x7fa83b8a1780, [], SA_RESTORER|SA_SIGINFO,
0x7fa83b8aa130}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7fa83b8a1810, [],
SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7fa83b8aa130}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
rt_sigaction(SIGFPE, {SIG_IGN, [FPE], SA_RESTORER|SA_RESTART,
0x7fa83b50f650}, {SIG_DFL, [], 0}, 8) = 0
brk(0) = 0x18b2000
brk(0x18d3000) = 0x18d3000
brk(0) = 0x18d3000
getuid() = 0
geteuid() = 0
getgid() = 0
getegid() = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=106065056, ...}) = 0
mmap(NULL, 106065056, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa834db0000
close(3) = 0
open("/dev/urandom", O_RDONLY) = 3
read(3, "\236\276Zx", 4) = 4
close(3) = 0
readlink("/proc/self/exe", "/usr/bin/perl", 4095) = 13
getuid() = 0
geteuid() = 0
getgid() = 0
getegid() = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
{B38400 opost isig icanon echo ...}) = 0
lseek(0, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
{B38400 opost isig icanon echo ...}) = 0
lseek(1, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
{B38400 opost isig icanon echo ...}) = 0
lseek(2, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
getuid() = 0
geteuid() = 0
getgid() = 0
getegid() = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
brk(0) = 0x18d3000
brk(0x18f4000) = 0x18f4000
stat("/usr/local/share/perl5/sitecustomize.pl", 0x18b2138) = -1 ENOENT (No
such file or directory)
read(0, use ARS;
"use ARS;\n", 8192) = 9
stat("/usr/local/lib64/perl5/ARS.pmc", 0x7fff255ba770) = -1 ENOENT (No such
file or directory)
stat("/usr/local/lib64/perl5/ARS.pm", {st_mode=S_IFREG|0444, st_size=14400,
...}) = 0
open("/usr/local/lib64/perl5/ARS.pm", O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7fff255ba460) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR) = 0
read(3, "#\r\n# ARSperl - An ARS v5-v7 /"..., 8192) = 8192
stat("/usr/local/lib64/perl5/strict.pmc", 0x7fff255ba0f0) = -1 ENOENT (No
such file or directory)
stat("/usr/local/lib64/perl5/strict.pm", 0x7fff255ba030) = -1 ENOENT (No
such file or directory)
stat("/usr/local/share/perl5/strict.pmc", 0x7fff255ba0f0) = -1 ENOENT (No
such file or directory)
stat("/usr/local/share/perl5/strict.pm", 0x7fff255ba030) = -1 ENOENT (No
such file or directory)
stat("/usr/lib64/perl5/vendor_perl/strict.pmc", 0x7fff255ba0f0) = -1 ENOENT
(No such file or directory)
stat("/usr/lib64/perl5/vendor_perl/strict.pm", 0x7fff255ba030) = -1 ENOENT
(No such file or directory)
stat("/usr/share/perl5/vendor_perl/strict.pmc", 0x7fff255ba0f0) = -1 ENOENT
(No such file or directory)
stat("/usr/share/perl5/vendor_perl/strict.pm", 0x7fff255ba030) = -1 ENOENT
(No such file or directory)
stat("/usr/lib64/perl5/strict.pmc", 0x7fff255ba0f0) = -1 ENOENT (No such
file or directory)
stat("/usr/lib64/perl5/strict.pm", 0x7fff255ba030) = -1 ENOENT (No such
file or directory)
stat("/usr/share/perl5/strict.pmc", 0x7fff255ba0f0) = -1 ENOENT (No such
file or directory)
stat("/usr/share/perl5/strict.pm", {st_mode=S_IFREG|0644, st_size=3933,
...}) = 0
open("/usr/share/perl5/strict.pm", O_RDONLY) = 4
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7fff255b9de0) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR) = 0
read(4, "package strict;\n\n$strict::VERSIO"..., 8192) = 3933
brk(0) = 0x18f4000
brk(0x1915000) = 0x1915000
lseek(4, 1005, SEEK_SET) = 1005
lseek(4, 0, SEEK_CUR) = 1005
close(4) = 0
stat("/usr/local/lib64/perl5/AutoLoader.pmc", 0x7fff255ba0f0) = -1 ENOENT
(No such file or directory)
stat("/usr/local/lib64/perl5/AutoLoader.pm", 0x7fff255ba030) = -1 ENOENT
(No such file or directory)
stat("/usr/local/share/perl5/AutoLoader.pmc", 0x7fff255ba0f0) = -1 ENOENT
(No such file or directory)
stat("/usr/local/share/perl5/AutoLoader.pm", 0x7fff255ba030) = -1 ENOENT
(No such file or directory)
stat("/usr/lib64/perl5/vendor_perl/AutoLoader.pmc", 0x7fff255ba0f0) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/perl5/vendor_perl/AutoLoader.pm", 0x7fff255ba030) = -1
ENOENT (No such file or directory)
stat("/usr/share/perl5/vendor_perl/AutoLoader.pmc", 0x7fff255ba0f0) = -1
ENOENT (No such file or directory)
stat("/usr/share/perl5/vendor_perl/AutoLoader.pm", 0x7fff255ba030) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/perl5/AutoLoader.pmc", 0x7fff255ba0f0) = -1 ENOENT (No
such file or directory)
stat("/usr/lib64/perl5/AutoLoader.pm", 0x7fff255ba030) = -1 ENOENT (No such
file or directory)
stat("/usr/share/perl5/AutoLoader.pmc", 0x7fff255ba0f0) = -1 ENOENT (No
such file or directory)
stat("/usr/share/perl5/AutoLoader.pm", {st_mode=S_IFREG|0644,
st_size=15009, ...}) = 0
open("/usr/share/perl5/AutoLoader.pm", O_RDONLY) = 4
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7fff255b9de0) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR) = 0
read(4, "package AutoLoader;\n\nuse strict;"..., 8192) = 8192
lseek(4, 5403, SEEK_SET) = 5403
lseek(4, 0, SEEK_CUR) = 5403
close(4) = 0
stat("/usr/local/lib64/perl5/auto/ARS/autosplit.ix", {st_mode=S_IFREG|0444,
st_size=82, ...}) = 0
open("/usr/local/lib64/perl5/auto/ARS/autosplit.ix", O_RDONLY) = 4
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7fff255b9de0) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR) = 0
read(4, "# Index created by AutoSplit for"..., 8192) = 82
read(4, "", 8192) = 0
close(4) = 0
stat("/usr/local/lib64/perl5/Config.pmc", 0x7fff255ba0f0) = -1 ENOENT (No
such file or directory)
stat("/usr/local/lib64/perl5/Config.pm", 0x7fff255ba030) = -1 ENOENT (No
such file or directory)
stat("/usr/local/share/perl5/Config.pmc", 0x7fff255ba0f0) = -1 ENOENT (No
such file or directory)
stat("/usr/local/share/perl5/Config.pm", 0x7fff255ba030) = -1 ENOENT (No
such file or directory)
stat("/usr/lib64/perl5/vendor_perl/Config.pmc", 0x7fff255ba0f0) = -1 ENOENT
(No such file or directory)
stat("/usr/lib64/perl5/vendor_perl/Config.pm", 0x7fff255ba030) = -1 ENOENT
(No such file or directory)
stat("/usr/share/perl5/vendor_perl/Config.pmc", 0x7fff255ba0f0) = -1 ENOENT
(No such file or directory)
stat("/usr/share/perl5/vendor_perl/Config.pm", 0x7fff255ba030) = -1 ENOENT
(No such file or directory)
stat("/usr/lib64/perl5/Config.pmc", 0x7fff255ba0f0) = -1 ENOENT (No such
file or directory)
stat("/usr/lib64/perl5/Config.pm", {st_mode=S_IFREG|0644, st_size=3097,
...}) = 0
open("/usr/lib64/perl5/Config.pm", O_RDONLY) = 4
ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7fff255b9de0) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR) = 0
read(4, "# This file was created by confi"..., 8192) = 3097
stat("/usr/local/lib64/perl5/warnings.pmc", 0x7fff255b9a70) = -1 ENOENT (No
such file or directory)
stat("/usr/local/lib64/perl5/warnings.pm", 0x7fff255b99b0) = -1 ENOENT (No
such file or directory)
stat("/usr/local/share/perl5/warnings.pmc", 0x7fff255b9a70) = -1 ENOENT (No
such file or directory)
stat("/usr/local/share/perl5/warnings.pm", 0x7fff255b99b0) = -1 ENOENT (No
such file or directory)
stat("/usr/lib64/perl5/vendor_perl/warnings.pmc", 0x7fff255b9a70) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/perl5/vendor_perl/warnings.pm", 0x7fff255b99b0) = -1
ENOENT (No such file or directory)
stat("/usr/share/perl5/vendor_perl/warnings.pmc", 0x7fff255b9a70) = -1
ENOENT (No such file or directory)
stat("/usr/share/perl5/vendor_perl/warnings.pm", 0x7fff255b99b0) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/perl5/warnings.pmc", 0x7fff255b9a70) = -1 ENOENT (No such
file or directory)
stat("/usr/lib64/perl5/warnings.pm", 0x7fff255b99b0) = -1 ENOENT (No such
file or directory)
stat("/usr/share/perl5/warnings.pmc", 0x7fff255b9a70) = -1 ENOENT (No such
file or directory)
stat("/usr/share/perl5/warnings.pm", {st_mode=S_IFREG|0644, st_size=18776,
...}) = 0
open("/usr/share/perl5/warnings.pm", O_RDONLY) = 5
ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7fff255b9760) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR) = 0
read(5, "# -*- buffer-read-only: t -*-\n# "..., 8192) = 8192
brk(0) = 0x1915000
brk(0x1936000) = 0x1936000
read(5, "define'\t\t=> \"\\x00\\x00\\x00\\x00\\x4"..., 8192) = 8192
read(5, "set = $Offsets{$category};\n "..., 8192) = 2392
brk(0) = 0x1936000
brk(0x1957000) = 0x1957000
read(5, "", 8192) = 0
close(5) = 0
stat("/usr/local/lib64/perl5/vars.pmc", 0x7fff255b9a70) = -1 ENOENT (No
such file or directory)
stat("/usr/local/lib64/perl5/vars.pm", 0x7fff255b99b0) = -1 ENOENT (No such
file or directory)
stat("/usr/local/share/perl5/vars.pmc", 0x7fff255b9a70) = -1 ENOENT (No
such file or directory)
stat("/usr/local/share/perl5/vars.pm", 0x7fff255b99b0) = -1 ENOENT (No such
file or directory)
stat("/usr/lib64/perl5/vendor_perl/vars.pmc", 0x7fff255b9a70) = -1 ENOENT
(No such file or directory)
stat("/usr/lib64/perl5/vendor_perl/vars.pm", 0x7fff255b99b0) = -1 ENOENT
(No such file or directory)
stat("/usr/share/perl5/vendor_perl/vars.pmc", 0x7fff255b9a70) = -1 ENOENT
(No such file or directory)
stat("/usr/share/perl5/vendor_perl/vars.pm", 0x7fff255b99b0) = -1 ENOENT
(No such file or directory)
stat("/usr/lib64/perl5/vars.pmc", 0x7fff255b9a70) = -1 ENOENT (No such file
or directory)
stat("/usr/lib64/perl5/vars.pm", 0x7fff255b99b0) = -1 ENOENT (No such file
or directory)
stat("/usr/share/perl5/vars.pmc", 0x7fff255b9a70) = -1 ENOENT (No such file
or directory)
stat("/usr/share/perl5/vars.pm", {st_mode=S_IFREG|0644, st_size=2358, ...})
= 0
open("/usr/share/perl5/vars.pm", O_RDONLY) = 5
ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7fff255b9760) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR) = 0
read(5, "package vars;\n\nuse 5.006;\n\nour $"..., 8192) = 2358
stat("/usr/local/lib64/perl5/warnings/register.pmc", 0x7fff255b93f0) = -1
ENOENT (No such file or directory)
stat("/usr/local/lib64/perl5/warnings/register.pm", 0x7fff255b9330) = -1
ENOENT (No such file or directory)
stat("/usr/local/share/perl5/warnings/register.pmc", 0x7fff255b93f0) = -1
ENOENT (No such file or directory)
stat("/usr/local/share/perl5/warnings/register.pm", 0x7fff255b9330) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/perl5/vendor_perl/warnings/register.pmc", 0x7fff255b93f0)
= -1 ENOENT (No such file or directory)
stat("/usr/lib64/perl5/vendor_perl/warnings/register.pm", 0x7fff255b9330) =
-1 ENOENT (No such file or directory)
stat("/usr/share/perl5/vendor_perl/warnings/register.pmc", 0x7fff255b93f0)
= -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/vendor_perl/warnings/register.pm", 0x7fff255b9330) =
-1 ENOENT (No such file or directory)
stat("/usr/lib64/perl5/warnings/register.pmc", 0x7fff255b93f0) = -1 ENOENT
(No such file or directory)
stat("/usr/lib64/perl5/warnings/register.pm", 0x7fff255b9330) = -1 ENOENT
(No such file or directory)
stat("/usr/share/perl5/warnings/register.pmc", 0x7fff255b93f0) = -1 ENOENT
(No such file or directory)
stat("/usr/share/perl5/warnings/register.pm", {st_mode=S_IFREG|0644,
st_size=772, ...}) = 0
open("/usr/share/perl5/warnings/register.pm", O_RDONLY) = 6
ioctl(6, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7fff255b90e0) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR) = 0
read(6, "package warnings::register;\n\nour"..., 8192) = 772
read(6, "", 8192) = 0
close(6) = 0
lseek(5, 1148, SEEK_SET) = 1148
lseek(5, 0, SEEK_CUR) = 1148
close(5) = 0
read(4, "", 8192) = 0
close(4) = 0
read(3, "gth}-length($field->{defaultVal}"..., 8192) = 6208
brk(0) = 0x1957000
brk(0x1978000) = 0x1978000
lseek(3, 14398, SEEK_SET) = 14398
lseek(3, 0, SEEK_CUR) = 14398
close(3) = 0
stat("/usr/local/lib64/perl5/Exporter.pmc", 0x7fff255ba770) = -1 ENOENT (No
such file or directory)
stat("/usr/local/lib64/perl5/Exporter.pm", 0x7fff255ba6b0) = -1 ENOENT (No
such file or directory)
stat("/usr/local/share/perl5/Exporter.pmc", 0x7fff255ba770) = -1 ENOENT (No
such file or directory)
stat("/usr/local/share/perl5/Exporter.pm", 0x7fff255ba6b0) = -1 ENOENT (No
such file or directory)
stat("/usr/lib64/perl5/vendor_perl/Exporter.pmc", 0x7fff255ba770) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/perl5/vendor_perl/Exporter.pm", 0x7fff255ba6b0) = -1
ENOENT (No such file or directory)
stat("/usr/share/perl5/vendor_perl/Exporter.pmc", 0x7fff255ba770) = -1
ENOENT (No such file or directory)
stat("/usr/share/perl5/vendor_perl/Exporter.pm", {st_mode=S_IFREG|0644,
st_size=18752, ...}) = 0
open("/usr/share/perl5/vendor_perl/Exporter.pm", O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7fff255ba460) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR) = 0
read(3, "package Exporter;\n\nrequire 5.006"..., 8192) = 8192
lseek(3, 2366, SEEK_SET) = 2366
lseek(3, 0, SEEK_CUR) = 2366
close(3) = 0
stat("/usr/local/lib64/perl5/DynaLoader.pmc", 0x7fff255ba770) = -1 ENOENT
(No such file or directory)
stat("/usr/local/lib64/perl5/DynaLoader.pm", 0x7fff255ba6b0) = -1 ENOENT
(No such file or directory)
stat("/usr/local/share/perl5/DynaLoader.pmc", 0x7fff255ba770) = -1 ENOENT
(No such file or directory)
stat("/usr/local/share/perl5/DynaLoader.pm", 0x7fff255ba6b0) = -1 ENOENT
(No such file or directory)
stat("/usr/lib64/perl5/vendor_perl/DynaLoader.pmc", 0x7fff255ba770) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/perl5/vendor_perl/DynaLoader.pm", 0x7fff255ba6b0) = -1
ENOENT (No such file or directory)
stat("/usr/share/perl5/vendor_perl/DynaLoader.pmc", 0x7fff255ba770) = -1
ENOENT (No such file or directory)
stat("/usr/share/perl5/vendor_perl/DynaLoader.pm", 0x7fff255ba6b0) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/perl5/DynaLoader.pmc", 0x7fff255ba770) = -1 ENOENT (No
such file or directory)
stat("/usr/lib64/perl5/DynaLoader.pm", {st_mode=S_IFREG|0644,
st_size=24941, ...}) = 0
open("/usr/lib64/perl5/DynaLoader.pm", O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7fff255ba460) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR) = 0
read(3, "\n# Generated from DynaLoader_pm."..., 8192) = 8192
brk(0) = 0x1978000
brk(0x1999000) = 0x1999000
read(3, "at filenames to look for\n "..., 8192) = 8192
lseek(3, 10650, SEEK_SET) = 10650
lseek(3, 0, SEEK_CUR) = 10650
close(3) = 0
stat("/usr/local/lib64/perl5/ARS/ar-h.pmc", 0x7fff255ba770) = -1 ENOENT (No
such file or directory)
stat("/usr/local/lib64/perl5/ARS/ar-h.pm", {st_mode=S_IFREG|0444,
st_size=243061, ...}) = 0
open("/usr/local/lib64/perl5/ARS/ar-h.pm", O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7fff255ba460) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR) = 0
read(3, "unless(defined(&AR_SYSTEM_DEFINE"..., 8192) = 8192
brk(0) = 0x1999000
brk(0x19ba000) = 0x19ba000
read(3, "ned(&AR_MAX_COLFLD_COLLENGTH);\n "..., 8192) = 8192
brk(0) = 0x19ba000
brk(0x19db000) = 0x19db000
read(3, "AGE_HOLDER);\n eval 'sub AR_DA"..., 8192) = 8192
brk(0) = 0x19db000
brk(0x19fc000) = 0x19fc000
read(3, ";\n eval 'sub AR_RETRIEVE_ALL_"..., 8192) = 8192
brk(0) = 0x19fc000
brk(0x1a1d000) = 0x1a1d000
read(3, "AR_CACHE_DPROP_NONE () {0;}' unl"..., 8192) = 8192
brk(0) = 0x1a1d000
brk(0x1a3e000) = 0x1a3e000
read(3, "' unless defined(&AR_DPROP_DATA_"..., 8192) = 8192
brk(0) = 0x1a3e000
brk(0x1a5f000) = 0x1a5f000
read(3, ") {1;}' unless defined(&AR_DVAL_"..., 8192) = 8192
read(3, "ss defined(&AR_DPROP_AUTO_LAYOUT"..., 8192) = 8192
brk(0) = 0x1a5f000
brk(0x1a80000) = 0x1a80000
read(3, "(&AR_DPROP_FIELD_MAX_HEIGHT);\n "..., 8192) = 8192
brk(0) = 0x1a80000
brk(0x1aa1000) = 0x1aa1000
read(3, "L_TABLE_DISPLAY_SINGLE_TABLE_TRE"..., 8192) = 8192
read(3, "LE_COLUMNS () {5104;}' unless de"..., 8192) = 8192
brk(0) = 0x1aa1000
brk(0x1ac2000) = 0x1ac2000
read(3, "_FIELD_TAG);\n eval 'sub AR_MF"..., 8192) = 8192
brk(0) = 0x1ac2000
brk(0x1ae4000) = 0x1ae4000
read(3, "FIELD);\n eval 'sub AR_ASSIGN_"..., 8192) = 8192
brk(0) = 0x1ae4000
brk(0x1b05000) = 0x1b05000
read(3, "FIELDP () {6;}' unless defined(&"..., 8192) = 8192
brk(0) = 0x1b05000
brk(0x1b26000) = 0x1b26000
read(3, "&AR_ACTIVE_LINK_ACTION_OPEN_REPO"..., 8192) = 8192
read(3, "SED () {0x4;}' unless defined(&A"..., 8192) = 8192
brk(0) = 0x1b26000
brk(0x1b47000) = 0x1b47000
read(3, " eval 'sub AR_VERCNTL_OBJ_TYP"..., 8192) = 8192
brk(0) = 0x1b47000
brk(0x1b68000) = 0x1b68000
read(3, "(&AR_IMPORT_OPT_BASIC_MASK);\n "..., 8192) = 8192
brk(0) = 0x1b68000
brk(0x1b89000) = 0x1b89000
read(3, "ERVER_INFO_INGRES_VNODE);\n ev"..., 8192) = 8192
read(3, "BOUND_PORT () {148;}' unless def"..., 8192) = 8192
brk(0) = 0x1b89000
brk(0x1baa000) = 0x1baa000
read(3, ") {223;}' unless defined(&AR_SER"..., 8192) = 8192
brk(0) = 0x1baa000
brk(0x1bcb000) = 0x1bcb000
read(3, "FO_CUR_ENC_PUB_KEY);\n eval 's"..., 8192) = 8192
read(3, "CK_LICENSE_USAGE_ALL () {2;}' un"..., 8192) = 8192
brk(0) = 0x1bcb000
brk(0x1bec000) = 0x1bec000
read(3, "s defined(&AR_SERVER_STAT_E_STAT"..., 8192) = 8192
brk(0) = 0x1bec000
brk(0x1c0d000) = 0x1c0d000
read(3, "s defined(&AR_LONGVALUE_TYPE_HEL"..., 8192) = 8192
brk(0) = 0x1c0d000
brk(0x1c33000) = 0x1c33000
read(3, "defined(&ARREF_APPLICATION_HELP_"..., 8192) = 8192
brk(0) = 0x1c33000
brk(0x1c54000) = 0x1c54000
read(3, " unless defined(&AR_WRITE_TO_FIL"..., 8192) = 8192
read(3, " AR_SVR_STATS_RECMODE_CUMUL_QUEU"..., 8192) = 8192
brk(0) = 0x1c54000
brk(0x1c75000) = 0x1c75000
read(3, "ss defined(&AR_SESS_LOCK_TO_SOCK"..., 8192) = 8192
brk(0) = 0x1c75000
brk(0x1c96000) = 0x1c96000
read(3, ") {0x4;}' unless defined(&AR_EXT"..., 8192) = 5493
brk(0) = 0x1c96000
brk(0x1cb7000) = 0x1cb7000
read(3, "", 8192) = 0
close(3) = 0
brk(0) = 0x1cb7000
brk(0x1cd8000) = 0x1cd8000
brk(0) = 0x1cd8000
brk(0x1cf9000) = 0x1cf9000
brk(0) = 0x1cf9000
brk(0) = 0x1cf9000
brk(0x1cf8000) = 0x1cf8000
brk(0) = 0x1cf8000
brk(0) = 0x1cf8000
brk(0x1d19000) = 0x1d19000
brk(0) = 0x1d19000
brk(0x1d3a000) = 0x1d3a000
brk(0) = 0x1d3a000
brk(0x1d5b000) = 0x1d5b000
brk(0) = 0x1d5b000
brk(0x1d7d000) = 0x1d7d000
brk(0) = 0x1d7d000
brk(0) = 0x1d7d000
brk(0x1d7b000) = 0x1d7b000
brk(0) = 0x1d7b000
stat("/usr/local/lib64/perl5/ARS/arerrno-h.pmc", 0x7fff255ba770) = -1
ENOENT (No such file or directory)
stat("/usr/local/lib64/perl5/ARS/arerrno-h.pm", {st_mode=S_IFREG|0444,
st_size=146440, ...}) = 0
open("/usr/local/lib64/perl5/ARS/arerrno-h.pm", O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7fff255ba460) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR) = 0
read(3, "unless(defined(&AR_ERRORNO_H)) {"..., 8192) = 8192
read(3, "R_RPC_TIMEOUT_2);\n eval 'sub "..., 8192) = 8192
read(3, " () {182;}' unless defined(&AR_E"..., 8192) = 8192
read(3, "X () {271;}' unless defined(&AR_"..., 8192) = 8192
read(3, "ERROR_DUPLICATE_CHAR_MENU);\n "..., 8192) = 8192
read(3, "DEX () {441;}' unless defined(&A"..., 8192) = 8192
read(3, " eval 'sub AR_ERROR_SQL_OCI_HAND"..., 8192) = 8192
read(3, "OT_AVAILABLE () {682;}' unless d"..., 8192) = 8192
read(3, "1;}' unless defined(&AR_NOTE_MAI"..., 8192) = 8192
brk(0) = 0x1d7b000
brk(0x1d9c000) = 0x1d9c000
read(3, "eval 'sub AR_ERROR_IMPORT_ALERT "..., 8192) = 8192
read(3, "PLICATE_SERVER () {4582;}' unles"..., 8192) = 8192
read(3, "ed(&AR_WARN_UNSUP_FIELD_OR_WORKF"..., 8192) = 8192
read(3, " 'sub AR_ERROR_COM_METHOD_NAME_B"..., 8192) = 8192
read(3, "defined(&AR_ERROR_REF_DESCR_EMPT"..., 8192) = 8192
read(3, "LOWED () {8905;}' unless defined"..., 8192) = 8192
read(3, " 'sub AR_WARN_ROLE_PERMISSIONS_R"..., 8192) = 8192
read(3, "ERROR_NO_LICENSE_SCHEMA);\n ev"..., 8192) = 8192
read(3, "ined(&AR_WARN_WFD_COMMAND_INVALI"..., 8192) = 7176
brk(0) = 0x1d9c000
brk(0x1dbd000) = 0x1dbd000
read(3, "", 8192) = 0
close(3) = 0
brk(0) = 0x1dbd000
brk(0x1dde000) = 0x1dde000
stat("/usr/local/lib64/perl5/ARS/nparm.pmc", 0x7fff255ba770) = -1 ENOENT
(No such file or directory)
stat("/usr/local/lib64/perl5/ARS/nparm.pm", {st_mode=S_IFREG|0555,
st_size=3306, ...}) = 0
open("/usr/local/lib64/perl5/ARS/nparm.pm", O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7fff255ba460) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR) = 0
read(3, "#\r\n# ARSperl - An ARS v2-v4 /"..., 8192) = 3306
read(3, "", 8192) = 0
close(3) = 0
getuid() = 0
geteuid() = 0
getgid() = 0
getegid() = 0
stat("/usr/local/lib64/perl5/auto/ARS", {st_mode=S_IFDIR|0755, st_size=67,
...}) = 0
stat("/usr/local/lib64/perl5/auto/ARS/ARS.so", {st_mode=S_IFREG|0555,
st_size=6352938, ...}) = 0
stat("/usr/local/lib64/perl5/auto/ARS/ARS.bs", {st_mode=S_IFREG|0444,
st_size=0, ...}) = 0
brk(0) = 0x1dde000
brk(0x1e0b000) = 0x1e0b000
futex(0x7fa83c3f60d0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/local/lib64/perl5/auto/ARS/ARS.so", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\265\t\0\0\0\0\0"..., 832)
= 832
fstat(3, {st_mode=S_IFREG|0555, st_size=6352938, ...}) = 0
mmap(NULL, 6392624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa834797000
mprotect(0x7fa834b94000, 2093056, PROT_NONE) = 0
mmap(0x7fa834d93000, 106496, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3fc000) = 0x7fa834d93000
mmap(0x7fa834dad000, 11056, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa834dad000
close(3) = 0
open("/opt/remedy/api764sp5linux/lib/libicuucbmc_lx64.so.32",
O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\10\4\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1143028, ...}) = 0
mmap(NULL, 2022800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa8345a9000
mprotect(0x7fa83468a000, 1044480, PROT_NONE) = 0
mmap(0x7fa834789000, 53248, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe0000) = 0x7fa834789000
mmap(0x7fa834796000, 3472, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa834796000
close(3) = 0
open("/opt/remedy/api764sp5linux/lib/libicui18nbmc_lx64.so.32",
O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\221\5\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1464929, ...}) = 0
mmap(NULL, 2246752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa834384000
mprotect(0x7fa8344a1000, 1044480, PROT_NONE) = 0
mmap(0x7fa8345a0000, 36864, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11c000) = 0x7fa8345a0000
close(3) = 0
open("/opt/remedy/api764sp5linux/lib/libicudatabmc_lx64.so.32",
O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\5\0\0\0\0\0\0"..., 832)
= 832
fstat(3, {st_mode=S_IFREG|0644, st_size=9816380, ...}) = 0
mmap(NULL, 10861304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
= 0x7fa833928000
mprotect(0x7fa834284000, 1044480, PROT_NONE) = 0
mmap(0x7fa834383000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x95b000) = 0x7fa834383000
mprotect(0x7fa83cdd8000, 3540, PROT_READ|PROT_WRITE) = 0
mprotect(0x7fa83cdd8000, 3540, PROT_READ) = 0
mprotect(0x7fff255bb000, 4096,
PROT_READ|PROT_WRITE|PROT_EXEC|PROT_GROWSDOWN) = 0
close(3) = 0
open("/opt/remedy/api764sp5linux/lib/libstdc++.so.6", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=76506, ...}) = 0
mmap(NULL, 76506, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa83cdc4000
close(3) = 0
open("/lib64/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\265\5\0\0\0\0\0"...,
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=991744, ...}) = 0
mmap(NULL, 3171360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa833621000
mprotect(0x7fa83370a000, 2093056, PROT_NONE) = 0
mmap(0x7fa833909000, 40960, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe8000) = 0x7fa833909000
mmap(0x7fa833913000, 82976, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa833913000
close(3) = 0
open("/opt/remedy/api764sp5linux/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
open("/lib64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360*\0\0\0\0\0\0"..., 832)
= 832
fstat(3, {st_mode=S_IFREG|0755, st_size=88720, ...}) = 0
mmap(NULL, 2184192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7fa83340b000
mprotect(0x7fa833420000, 2093056, PROT_NONE) = 0
mmap(0x7fa83361f000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7fa83361f000
close(3) = 0
mprotect(0x7fa83361f000, 4096, PROT_READ) = 0
mprotect(0x7fa833909000, 32768, PROT_READ) = 0
mprotect(0x7fa834d93000, 32768, PROT_READ) = 0
munmap(0x7fa83cdc4000, 76506) = 0
stat("/usr/local/lib64/perl5/Exporter/Heavy.pmc", 0x7fff255ba770) = -1
ENOENT (No such file or directory)
stat("/usr/local/lib64/perl5/Exporter/Heavy.pm", 0x7fff255ba6b0) = -1
ENOENT (No such file or directory)
stat("/usr/local/share/perl5/Exporter/Heavy.pmc", 0x7fff255ba770) = -1
ENOENT (No such file or directory)
stat("/usr/local/share/perl5/Exporter/Heavy.pm", 0x7fff255ba6b0) = -1
ENOENT (No such file or directory)
stat("/usr/lib64/perl5/vendor_perl/Exporter/Heavy.pmc", 0x7fff255ba770) =
-1 ENOENT (No such file or directory)
stat("/usr/lib64/perl5/vendor_perl/Exporter/Heavy.pm", 0x7fff255ba6b0) = -1
ENOENT (No such file or directory)
stat("/usr/share/perl5/vendor_perl/Exporter/Heavy.pmc", 0x7fff255ba770) =
-1 ENOENT (No such file or directory)
stat("/usr/share/perl5/vendor_perl/Exporter/Heavy.pm",
{st_mode=S_IFREG|0644, st_size=6378, ...}) = 0
open("/usr/share/perl5/vendor_perl/Exporter/Heavy.pm", O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS,
0x7fff255ba460) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR) = 0
read(3, "package Exporter::Heavy;\n\nuse st"..., 8192) = 6378
read(3, "", 8192) = 0
close(3) = 0
read(0,
On Fri, May 22, 2015 at 6:21 AM, Misi Mladoniczky <mi...@rr...> wrote:
> Hi,
>
> Here we go again...
>
> I have now repacked everything again, and also added some xalan/xerces
> dll/so/sl files that seems to have been missing.
>
> To simplify the code, I am now linking from the .so.32 and .so.32.0 files
> to
> the .so file. In other words the binary data is in the .so files.
>
> If you find any problems, please specify the exact file you are working
> with.
>
> The only files NOT updated since arapi750* are the arapi764win.zip and
> api764solaris.tar.gz. I do not have the server install files for those
> versions, but why use the unpatched version anyway!?
>
> https://rrr.se/cgi/index?pg=arapi
>
> Best Regards - Misi, RRR AB, http://rrr.se
>
> > That is what I re-downloaded. For sure there are enough links there, but
> > please recheck their destination names closely and compare with what I
> sent in
> > my last posting. I think you'll find some of the destinations still
> contain
> > a .32 at the end when none should have this as per the Makefile.PL
> >
> > Thanks,
> > Tim
> >
> > Sent from my iPhone
> >
> >> On May 21, 2015, at 6:06 PM, Misi Mladoniczky <mi...@rr...> wrote:
> >>
> >> Hi,
> >>
> >> Which package did you download? I found these links in the
> >> api764sp5linux.tar.gz package...
> >>
> >> Best Regards - Misi, RRR AB, http://rrr.se
> >>
> >>> Hi Misi,
> >>>
> >>> Closer, but not yet.
> >>>
> >>> The commands should be:
> >>>
> >>> ln -s libicudatabmc.so.32 libicudatabmc.so
> >>> ln -s libicui18nbmc.so.32 libicui18nbmc.so
> >>> ln -s libicuiobmc.so.32 libicuiobmc.so
> >>> ln -s libicuucbmc.so.32 libicuucbmc.so
> >>> ln -s libicudatabmc_lx64.so.32 libicudatabmc_lx64.so
> >>> ln -s libicui18nbmc_lx64.so.32 libicui18nbmc_lx64.so
> >>> ln -s libicuiobmc_lx64.so.32 libicuiobmc_lx64.so
> >>> ln -s libicuucbmc_lx64.so.32 libicuucbmc_lx64.so
> >>>
> >>> Thanks,
> >>> Tim
> >>>
> >>>> On Thu, May 21, 2015 at 3:29 PM, Misi Mladoniczky <mi...@rr...> wrote:
> >>>>
> >>>> Hi,
> >>>>
> >>>> All soft links should now be in place om 7.5+ linux/unix API packages.
> >>>>
> >>>> https://www.rrr.se/cgi/index?pg=arapi
> >>>>
> >>>> Best Regards - Misi, RRR AB, http://rrr.se
> >>>>
> >>>>> John,
> >>>>>
> >>>>> Thanks for clearing that up. What does ICU stand for in this
> context?
> >>>>>
> >>>>> Thanks,
> >>>>> Tim
> >>>>>
> >>>>>> On Thu, May 21, 2015 at 1:24 PM, Luthgers, John <jl...@gm...>
> wrote:
> >>>>>>
> >>>>>> Hi Tim,
> >>>>>>
> >>>>>> the number at the end of the filename is a version number. That’s
> the
> >>>>>> version 3.2 of the ICU release.
> >>>>>>
> >>>>>> $ ldd libar.so
> >>>>>> ldd: warning: you do not have execution permission for './libar.so'
> >>>>>> linux-gate.so.1 (0xf7794000)
> >>>>>> libicuucbmc.so.32 => not found
> >>>>>> libicui18nbmc.so.32 => not found
> >>>>>> libicudatabmc.so.32 => not found
> >>>>>> libm.so.6 => /lib32/libm.so.6 (0xf7457000)
> >>>>>> libc.so.6 => /lib32/libc.so.6 (0xf72bd000)
> >>>>>> /lib/ld-linux.so.2 (0xf7795000)
> >>>>>>
> >>>>>> $ ldd libarxmlutil.so
> >>>>>> ldd: warning: you do not have execution permission for
> >>>> './libarxmlutil.so'
> >>>>>> linux-gate.so.1 (0xf7711000)
> >>>>>> libxerces-cbmc.so.28 => not found
> >>>>>> libxerces-depdombmc.so.28 => not found
> >>>>>> libxalan-cbmc.so.110 => not found
> >>>>>> libc.so.6 => /lib32/libc.so.6 (0xf7339000)
> >>>>>> /lib/ld-linux.so.2 (0xf7712000)
> >>>>>>
> >>>>>> This will tell you the right names and as well what files are
> missing.
> >>>>>> Ofcourse this doesn’t work if a library is loaded dynamically (e.g.
> >>>> like
> >>>>>> libar loads libarencrypt). After you’ve set the LD_LIBRARY_PATH
> (like
> >>>> PATH
> >>>>>> this variable could’ve multiple directories) and created the correct
> >>>>>> symlinks, all the library files should be found by ldd.
> >>>>>>
> >>>>>> -John-
> >>>>>>
> >>>>>> *From:* Tim Lank <ti...@ti...>
> >>>>>> *Sent:* Thursday, May 21, 2015 6:29 PM
> >>>>>> *To:* ARSperl User Discussion <ars...@li...>
> >>>>>> *Subject:* Re: [Arsperl-users] New API packates without bin
> directory
> >>>>>>
> >>>>>> Hi Misi,
> >>>>>>
> >>>>>> Thanks for doing this.
> >>>>>>
> >>>>>> I pulled the api764sp5linux.tar.gz as a test since that's what
> we'll be
> >>>>>> using in the short term here.
> >>>>>>
> >>>>>> The following would still need to be done in order to prepare it
> for a
> >>>>>> straightforward 64-bit Linux build:
> >>>>>>
> >>>>>> 64-bit library links (why BMC puts a .32 on the end of these 64-bit
> >>>>>> library names is beyond me)
> >>>>>>
> >>>>>> libicudatabmc_lx64.so -> libicudatabmc_lx64.so.32 (please note
> this was
> >>>>>> not correctly done in what I pulled)
> >>>>>> libicui18nbmc_lx64.so -> libicui18nbmc_lx64.so.32
> >>>>>> libicuiobmc_lx64.so -> libicuiobmc_lx64.so.32
> >>>>>> libicuucbmc_lx64.so -> libicuucbmc_lx64.so.32
> >>>>>>
> >>>>>>
> >>>>>> 32-bit library links
> >>>>>> libicui18nbmc.so -> libicui18nbmc.so.32
> >>>>>> libicuiobmc.so -> libicuiobmc.so.32
> >>>>>> libicuucbmc.so -> libicuucbmc.so.32
> >>>>>>
> >>>>>> The following 32-bit library was already linked correctly:
> >>>>>>
> >>>>>> libicudatabmc.so -> libicudatabmc.so.32
> >>>>>>
> >>>>>>
> >>>>>> the resulting directory should look like this before the targzip
> >>>> happens:
> >>>>>>
> >>>>>> -rw-r--r--. 1 root root 92015 Aug 1 2013 antlr-runtime-3.0.jar
> >>>>>> -rw-r--r--. 1 root root 7835779 Aug 1 2013 arapi7604_build002.jar
> >>>>>> -rw-r--r--. 1 root root 1343137 Aug 1 2013
> arapiext7604_build002.jar
> >>>>>> -rw-r--r--. 1 root root 422016 Aug 1 2013 arcmn7604_build002.jar
> >>>>>> -rw-r--r--. 1 root root 2277944 Aug 1 2013 ardoc7604_build002.jar
> >>>>>> -rw-r--r--. 1 root root 2149072 Aug 1 2013 arrpc7604_build002.jar
> >>>>>> -rw-r--r--. 1 root root 6249 Aug 1 2013 arsys_sample.xml
> >>>>>> -rw-r--r--. 1 root root 188671 Aug 1 2013 commons-beanutils.jar
> >>>>>> -rw-r--r--. 1 root root 46725 Aug 1 2013 commons-codec-1.3.jar
> >>>>>> -rw-r--r--. 1 root root 571259 Aug 1 2013
> >>>> commons-collections-3.2.jar
> >>>>>> -rw-r--r--. 1 root root 232915 Aug 1 2013
> >>>> commons-configuration-1.3.jar
> >>>>>> -rw-r--r--. 1 root root 139966 Aug 1 2013
> commons-digester-1.7.jar
> >>>>>> -rw-r--r--. 1 root root 243016 Aug 1 2013 commons-lang-2.2.jar
> >>>>>> -rw-r--r--. 1 root root 52915 Aug 1 2013
> commons-logging-1.1.jar
> >>>>>> -rw-r--r--. 1 root root 225 Aug 1 2013 ImageExtractor.bat
> >>>>>> -rw-r--r--. 1 root root 217 Aug 1 2013 javadriver.bat
> >>>>>> -rw-r--r--. 1 root root 113847 Aug 1 2013 javadriver.jar
> >>>>>> -rw-r--r--. 1 root root 210 Aug 1 2013 javawfd.bat
> >>>>>> -rw-r--r--. 1 root root 4694826 Aug 1 2013 libar.a
> >>>>>> -rw-r--r--. 1 root root 2115426 Aug 1 2013
> >>>> libari7604_build002_lx64.so
> >>>>>> -rw-r--r--. 1 root root 4790569 Aug 1 2013
> libarjni7604_build002.so
> >>>>>> -rw-r--r--. 1 root root 10869196 Aug 1 2013 libar_lx64.a
> >>>>>> -rw-r--r--. 1 root root 4479114 Aug 1 2013 libar_lx64.so
> >>>>>> -rw-r--r--. 1 root root 3852079 Aug 1 2013 libar.so
> >>>>>> -rw-r--r--. 1 root root 3283235 Aug 1 2013 libarxmlutil_lx64.so
> >>>>>> -rw-r--r--. 1 root root 3035252 Aug 1 2013 libarxmlutil.so
> >>>>>> lrwxrwxrwx. 1 root root 24 May 19 08:26 libicudatabmc_lx64.so
> ->
> >>>>>> libicudatabmc_lx64.so.32
> >>>>>> -rw-r--r--. 1 root root 9816380 Aug 1 2013
> libicudatabmc_lx64.so.32
> >>>>>> lrwxrwxrwx. 1 root root 19 May 19 08:25 libicudatabmc.so ->
> >>>>>> libicudatabmc.so.32
> >>>>>> -rw-r--r--. 1 root root 9802163 Aug 1 2013 libicudatabmc.so.32
> >>>>>> lrwxrwxrwx. 1 root root 24 May 19 08:26 libicui18nbmc_lx64.so
> ->
> >>>>>> libicui18nbmc_lx64.so.32
> >>>>>> -rw-r--r--. 1 root root 1464929 Aug 1 2013
> libicui18nbmc_lx64.so.32
> >>>>>> lrwxrwxrwx. 1 root root 19 May 19 08:25 libicui18nbmc.so ->
> >>>>>> libicui18nbmc.so.32
> >>>>>> -rw-r--r--. 1 root root 1255872 Aug 1 2013 libicui18nbmc.so.32
> >>>>>> lrwxrwxrwx. 1 root root 22 May 19 08:26 libicuiobmc_lx64.so ->
> >>>>>> libicuiobmc_lx64.so.32
> >>>>>> -rw-r--r--. 1 root root 58773 Aug 1 2013 libicuiobmc_lx64.so.32
> >>>>>> lrwxrwxrwx. 1 root root 17 May 19 08:25 libicuiobmc.so ->
> >>>>>> libicuiobmc.so.32
> >>>>>> -rw-r--r--. 1 root root 45645 Aug 1 2013 libicuiobmc.so.32
> >>>>>> lrwxrwxrwx. 1 root root 22 May 19 08:26 libicuucbmc_lx64.so ->
> >>>>>> libicuucbmc_lx64.so.32
> >>>>>> -rw-r--r--. 1 root root 1143028 Aug 1 2013 libicuucbmc_lx64.so.32
> >>>>>> lrwxrwxrwx. 1 root root 17 May 19 08:26 libicuucbmc.so ->
> >>>>>> libicuucbmc.so.32
> >>>>>> -rw-r--r--. 1 root root 935836 Aug 1 2013 libicuucbmc.so.32
> >>>>>> -rw-r--r--. 1 root root 367444 Aug 1 2013 log4j-1.2.14.jar
> >>>>>> -rw-r--r--. 1 root root 2340 Aug 1 2013 log4j.xml
> >>>>>> -rw-r--r--. 1 root root 67916 Aug 1 2013 oncrpc.jar
> >>>>>> -rw-r--r--. 1 root root 2545110 Aug 1 2013 spring.jar
> >>>>>>
> >>>>>> [root@myserver lib]# file libicudatabmc_lx64.so.32
> >>>>>> libicui18nbmc_lx64.so.32 libicuiobmc_lx64.so.32
> libicuucbmc_lx64.so.32
> >>>>>> libicudatabmc_lx64.so.32: ELF 64-bit LSB shared object, x86-64,
> version
> >>>> 1
> >>>>>> (SYSV), dynamically linked, not stripped
> >>>>>> libicui18nbmc_lx64.so.32: ELF 64-bit LSB shared object, x86-64,
> version
> >>>> 1
> >>>>>> (SYSV), dynamically linked, not stripped
> >>>>>> libicuiobmc_lx64.so.32: ELF 64-bit LSB shared object, x86-64,
> version
> >>>> 1
> >>>>>> (SYSV), dynamically linked, not stripped
> >>>>>> libicuucbmc_lx64.so.32: ELF 64-bit LSB shared object, x86-64,
> version
> >>>> 1
> >>>>>> (SYSV), dynamically linked, not stripped
> >>>>>>
> >>>>>> Thanks,
> >>>>>> Tim
> >>>>>>
> >>>>>>> On Thu, May 21, 2015 at 10:41 AM, Misi Mladoniczky <mi...@rr...>
> wrote:
> >>>>>>>
> >>>>>>> Hi,
> >>>>>>>
> >>>>>>> I have now repacked all API-packages from 7.5 and forward where I:
> >>>>>>> - Moved all the libs from the api/bin directory to the api/lib
> >>>> directory
> >>>>>>> - Created symlinks from the api/lib/libicu*.so/sl files to the
> >>>>>>> corresponding
> >>>>>>> .32 files in the same directory
> >>>>>>>
> >>>>>>> https://www.rrr.se/cgi/index?pg=arapi
> >>>>>>>
> >>>>>>> Please let me know if I made any mistakes.
> >>>>>>>
> >>>>>>> Best Regards - Misi, RRR AB, http://rrr.se
> >>>>
> ------------------------------------------------------------------------------
> >>>>>>> One dashboard for servers and applications across
> >>>> Physical-Virtual-Cloud
> >>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>> Performance metrics, stats and reports that give you Actionable
> >>>> Insights
> >>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>
> >>>>>>>
> >>>>>>> --
> >>>>>>> Arsperl-users mailing list
> >>>>>>> Ars...@li...
> >>>>>>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
> >>>>>>
> >>>>>>
> >>>>>> ------------------------------
> >>>>
> ------------------------------------------------------------------------------
> >>>>>> One dashboard for servers and applications across
> Physical-Virtual-Cloud
> >>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>> Performance metrics, stats and reports that give you Actionable
> Insights
> >>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>
> >>>>>> ------------------------------
> >>>>>>
> >>>>>>
> >>>>>> --
> >>>>>> Arsperl-users mailing list
> >>>>>> Ars...@li...
> >>>>>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
> >>>>
> ------------------------------------------------------------------------------
> >>>>>> One dashboard for servers and applications across
> Physical-Virtual-Cloud
> >>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>> Performance metrics, stats and reports that give you Actionable
> Insights
> >>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>
> >>>>>>
> >>>>>> --
> >>>>>> Arsperl-users mailing list
> >>>>>> Ars...@li...
> >>>>>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
> >>>>
> ------------------------------------------------------------------------------
> >>>>> One dashboard for servers and applications across
> Physical-Virtual-Cloud
> >>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>> Performance metrics, stats and reports that give you Actionable
> Insights
> >>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>
> >>>>> --
> >>>>> Arsperl-users mailing list
> >>>>> Ars...@li...
> >>>>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> ------------------------------------------------------------------------------
> >>>> One dashboard for servers and applications across
> Physical-Virtual-Cloud
> >>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>> Performance metrics, stats and reports that give you Actionable
> Insights
> >>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>
> >>>>
> >>>> --
> >>>> Arsperl-users mailing list
> >>>> Ars...@li...
> >>>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
> >>>
> ------------------------------------------------------------------------------
> >>> One dashboard for servers and applications across
> Physical-Virtual-Cloud
> >>> Widest out-of-the-box monitoring support with 50+ applications
> >>> Performance metrics, stats and reports that give you Actionable
> Insights
> >>> Deep dive visibility with transaction tracing using APM Insight.
> >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>
> >>> --
> >>> Arsperl-users mailing list
> >>> Ars...@li...
> >>> https://lists.sourceforge.net/lists/listinfo/arsperl-users
> >>
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> One dashboard for servers and applications across Physical-Virtual-Cloud
> >> Widest out-of-the-box monitoring support with 50+ applications
> >> Performance metrics, stats and reports that give you Actionable Insights
> >> Deep dive visibility with transaction tracing using APM Insight.
> >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>
> >>
> >> --
> >> Arsperl-users mailing list
> >> Ars...@li...
> >> https://lists.sourceforge.net/lists/listinfo/arsperl-users
> >
> >
> ------------------------------------------------------------------------------
> > One dashboard for servers and applications across Physical-Virtual-Cloud
> > Widest out-of-the-box monitoring support with 50+ applications
> > Performance metrics, stats and reports that give you Actionable Insights
> > Deep dive visibility with transaction tracing using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >
> >
> > --
> > Arsperl-users mailing list
> > Ars...@li...
> > https://lists.sourceforge.net/lists/listinfo/arsperl-users
> >
>
>
>
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>
>
> --
> Arsperl-users mailing list
> Ars...@li...
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
|