From mboxrd@z Thu Jan 1 00:00:00 1970 From: r_zaca Subject: Re: Shared Library Date: Thu, 11 Aug 2005 08:32:54 -0300 Message-ID: <20050811_113254_045573.r_zaca@ig.com.br> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Message-Boundary-by-Mail-Sender-1123759974" Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-Id: To: linux-c-programming@vger.kernel.org This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --Message-Boundary-by-Mail-Sender-1123759974 Content-type: text/plain; charset=ISO-8859-1 Content-description: Mail message body Content-transfer-encoding: 8bit Content-disposition: inline Thanks very much for all your help. What I was looking for is exactly that. (dlsym) r_zaca wrote: > Is it possible to check what shared libraries a program is using or what > shared libraries is available to a program inside the code? > I mean, I need to be sure that a function in a shared library is available > before I call this function. It sounds as if you want dlopen/dlsym. -- Glynn Clements - To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --Message-Boundary-by-Mail-Sender-1123759974--