ldd httpd
        libm.so.6 => /lib/tls/libm.so.6 (0x4001d000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40040000)
        libdl.so.2 => /lib/libdl.so.2 (0x4006d000)
        libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Don't see libcurl in there.

I have like 11 httpd processes running for some reason.  I'm afraid to
restart apache because

apachectl configtest
Syntax error on line 208 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/
local/apache/libexec/libphp4.so: undefined symbol: ap_signal

I don't want to not be able to start it.

Also just to verify: strace -p [httpd's pid]   correct?

On Aug 17, 4:17 pm, Jean-Philippe Barette-LaPierre
<[email protected]> wrote:
> On Mon, Aug 17, 2009 at 4:12 PM, tatebn <[email protected]> wrote:
>
> > how would I use this on a program that runs from a web browser?
>
> man strace
>
> :)
>
> Essentially you can attach strace to a running program (your webserver).
> BTW, you should run ldd on the webserver.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"curlpp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/curlpp?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to