I did the strace. No EACCES or EPERM errors found. The stat references to 'Request.so' seem to indicate the file is there.

This error message is coming from Dynaloader which is running the XS startup code of the Request.so module. This error must be occurring there and is being reported as coming from perl.

I see two references to Request.so in the strace output:
lstat64("Request.so", {st_dev=makedev(253, 0), st_ino=5244497, st_mode +=S_IFREG|0777, st_nlink=1, st_uid=99, st_gi d=99, st_blksize=4096, st_blocks=352, st_size=170174, st_atime=2006/03 +/03-12:07:05, st_mtime=2006/03/03-07:54:56, st_ctime=20 06/03/03-08:44:26}) = 0
stat64("Request.so", {st_dev=makedev(253, 0), st_ino=5244497, st_mode= +S_IFREG|0777, st_nlink=1, st_uid=99, st_gid =99, st_blksize=4096, st_blocks=352, st_size=170174, st_atime=2006/03/ +03-12:07:05, st_mtime=2006/03/03-07:54:56, st_ctime=200 6/03/03-08:44:26}) = 0
Following this, I see some ENOENT errors in some stat calls which I must assume are trapped. Then I see this error:
[pid 20816] execve("/bin/sh", ["sh", "-c", "\"/usr/sbin/httpd\" -l"], +["HOSTNAME=jupiter.ets.com", "SHELL=/bin/bash", "TERM=v t100", "HISTSIZE=1000", "SSH_CLIENT=::ffff:10.1.10.200 39"..., "SSH_TT +Y=/dev/pts/1", "USER=root", "LS_COLORS=no=00:fi=00:di=0 1;34:l"..., "SSH_AUTH_SOCK=/tmp/ssh-DMypwk308"..., "KDEDIR=/usr", "PAT +H=/usr/kerberos/sbin:/usr/ker"..., "MAIL=/var/spool/mai l/root", "PWD=/root/build/libapreq2-2.07/g"..., "INPUTRC=/etc/inputrc" +, "APACHE_TEST_ULIMIT_SET=1", "LANG=en_US.UTF-8", "APAC HE_TEST_HTTP_09_OK=0", "SSH_ASKPASS=/usr/libexec/openssh"..., "HOME=/r +oot", "SHLVL=2", "PERL_LWP_USE_HTTP_10=1", "LOGNAME=roo t", "SSH_CONNECTION=::ffff:10.1.10.20"..., "LESSOPEN=|/usr/bin/lesspip +e.sh %"..., "HARNESS_ACTIVE=1", "G_BROKEN_FILENAMES=1", "_=/usr/bin/perl", "APACHE_TEST_HOSTNAME=test.host.n"..., "APACHE_TES +T_HOSTTYPE=z80"] <unfinished ...> [pid 20816] <... access resumed> ) = -1 ENOENT (No such file or d +irectory)
Does this suggest anything to you?

In reply to Re^4: libapreq2 installtion by smthames
in thread libapreq2 installtion by smthames

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.