You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Cpp-C/Eta/README.md
+22-22
Original file line number
Diff line number
Diff line change
@@ -166,25 +166,25 @@ Shared library use is similar to static library use, however there are several k
166
166
167
167
Library Name Package Version
168
168
------------ ---------------
169
-
librssl.lib eta3.3.1.G1
170
-
librsslVA.lib eta3.3.1.G1
171
-
librsslVACache.lib eta3.3.1.G1
172
-
libansi.lib eta3.3.1.G1
173
-
libdacs.lib eta3.3.1.G1
169
+
librssl.lib eta3.3.1.G2
170
+
librsslVA.lib eta3.3.1.G2
171
+
librsslVACache.lib eta3.3.1.G2
172
+
libansi.lib eta3.3.1.G2
173
+
libdacs.lib eta3.3.1.G2
174
174
175
175
##### Shared Library Manifest
176
176
177
177
Library Name Package Version
178
178
------------- ---------------
179
-
librssl.dll eta3.3.1.G1
180
-
librssl.lib eta3.3.1.G1
181
-
librssl.pdb eta3.3.1.G1
182
-
librsslVA.dll eta3.3.1.G1
183
-
librsslVA.lib eta3.3.1.G1
184
-
librsslVA.pdb eta3.3.1.G1
185
-
librsslVACache.dll eta3.3.1.G1
186
-
librsslVACache.lib eta3.3.1.G1
187
-
librsslVACache.pdb eta3.3.1.G1
179
+
librssl.dll eta3.3.1.G2
180
+
librssl.lib eta3.3.1.G2
181
+
librssl.pdb eta3.3.1.G2
182
+
librsslVA.dll eta3.3.1.G2
183
+
librsslVA.lib eta3.3.1.G2
184
+
librsslVA.pdb eta3.3.1.G2
185
+
librsslVACache.dll eta3.3.1.G2
186
+
librsslVACache.lib eta3.3.1.G2
187
+
librsslVACache.pdb eta3.3.1.G2
188
188
189
189
#### Linux
190
190
Shared library use is similar to static library use, however there are several key differences. The shared library can be stored in a different location on the machine than the application using it. Ensure that the shared library location is present in the LD_LIBRARY_PATH being used by the application. The library use can be confirmed by using the ldd command on the application. This will show the shared library dependencies and where they are being resolved to.
@@ -203,19 +203,19 @@ This will create all necessary soft links for UPA example makefiles to link. It
0 commit comments