cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Undefined symbol ../lib/.libs/libcurl.so Solaris 9 gcc (GCC) 3.3.2 with openssl-0.9.7g

From: Peter Sylvester <Peter.Sylvester_at_edelweb.fr>
Date: Thu, 28 Apr 2005 16:47:17 +0200

The error message seems to indicate that you lined your application
with not statically, i.e., with the .so, the linker takes the .so
if you you have both and when in your linker parameters,
probably something like -Lpathtocurl -lcurl and since you
have also probably compile a shared version, the linker
first takes this one.

One way is to specify directy the pathtocurl/libcurl.a as an
object in your link parameters, or to temporarily rename the
libcurl.so :-)

Jack Rong wrote:

>I have very similar problems but with linking of static library in the
>windows XP. But, the dynamically linking in the Windows is fine.
>
>-
>
Received on 2005-04-28