On Mon, 1 Nov 1999, Alexander Indenbaum wrote:
> I have a problem with dlopen().
> Calling to dlopen() from regular proccess works just fine,
> yet if my process daemonized before calling dlopen() it just
> stucks.
use strace on the process to see what system call it performs when getting
stuck in this manner.
guy
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]