site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=E+QzGOqnNWfD2eA/YUvzSFY+hZdnWRUhNo/8v6mDPOQ=; b=s/wAZVFoHo5x5Zj1HcOHxQ67VXIDqcajxk21Wklgld80n5pU+3jvRGjwzIaR0CI4Mj ys40pfoPDNMeJwcmhV4W0OrDCAYDnCZYqdnqO8MxAmFI8lscefR0YnWPkO4iLvMrKlUr nkKu9YZxroFjm9woIOpdexJtBVdtKSpxsk79U= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=oLVQlQIoVBMYYc+ww7gJ+s9MrawhIZ7xWAK5W+sdaMQOpFP2T2hNrJhis/sTfkBp7T iE2+shtGC0HXiEyiJOL52puxhEIxMUB9vX2ytn7tPawqXvGi7YxhIxFVH0nnHTJc0dge k50WVUrDroHWAIQwErvQkq5AYiwTzIloMvej8= A little background: I'm working with an AES GCM patched version of OpenSSL 0.9.8j. The patch compiles fine and produces the libcrypto.a and libssl.a. I use "gcc -dynamiclib -o libcrypto.dylib libcrypto.a" to get my dynamic library and it produces no errors. However when I load the library using ctypes in python and try to access one of the any function, built in or one of the patched, I get a "symbol not found". Am I linking my dylib wrong? I should also note that I'm loading the dylib in python with CDLL("~/Desktop/openssl-0.9.8j/ libcrypto.dylib") _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Ron Elliott