<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Open OPC UA cannot link libraries]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>ich versuche mich gerade daran mit der OpenOpcUA-Library zu arbeiten (<a href="https://github.com/FreeOpcUa/freeopcua" rel="nofollow">https://github.com/FreeOpcUa/freeopcua</a>).</p>
<p>Ich habe &gt;make&lt; durchlaufen lassen, hat alles gestimmt, die Testprogramme laufen.<br />
Nun versuche ich es in Eclipse zum laufen zu bringen, aber er meint immer wieder, er könne die libs nicht finden.</p>
<pre><code>13:44:46 **** Incremental Build of configuration Debug for project OPC_Client ****
make all 
Building target: OPC_Client
Invoking: Cross G++ Linker
g++ -L/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin -L/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master -o &quot;OPC_Client&quot;  ./src/OPC_Client.o   -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuaserver.so -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuaclient.so -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuacore.so -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuaprotocol.so -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/libtest_dynamic_addon.so
/bin/ld: cannot find -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuaserver.so
makefile:45: recipe for target 'OPC_Client' failed
/bin/ld: cannot find -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuaclient.so
/bin/ld: cannot find -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuacore.so
/bin/ld: cannot find -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuaprotocol.so
collect2: Fehler: ld gab 1 als Ende-Status zurück
make: *** [OPC_Client] Error 1

13:44:46 Build Finished (took 185ms)
</code></pre>
<p>Ich habe</p>
<pre><code>/home/smanier/Arbeit/FreeOPC_UA_GIT/freeeopcua-master/bin
/home/smanier/Arbeit/FreeOPC_UA_GIT/freeeopcua-master
</code></pre>
<p>als Library Paths eingestellt und</p>
<pre><code>/home/smanier/Arbeit/FreeOPC_UA_GIT/freeeopcua-master/bin/libopcuaserver.so
/home/smanier/Arbeit/FreeOPC_UA_GIT/freeeopcua-master/bin/libopcuaclient.so
/home/smanier/Arbeit/FreeOPC_UA_GIT/freeeopcua-master/bin/libopcuacore.so
/home/smanier/Arbeit/FreeOPC_UA_GIT/freeeopcua-master/bin/libopcuaprotocol.so
</code></pre>
<p>In den Libraries drin, muss ich sonst noch etwas tun? Die Pfade stimmen zumindest</p>
<p>Vielen Dank schonmal<br />
Narase</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/338255/open-opc-ua-cannot-link-libraries</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 18:27:13 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/338255.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Jun 2016 11:56:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Open OPC UA cannot link libraries on Fri, 03 Jun 2016 11:56:36 GMT]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>ich versuche mich gerade daran mit der OpenOpcUA-Library zu arbeiten (<a href="https://github.com/FreeOpcUa/freeopcua" rel="nofollow">https://github.com/FreeOpcUa/freeopcua</a>).</p>
<p>Ich habe &gt;make&lt; durchlaufen lassen, hat alles gestimmt, die Testprogramme laufen.<br />
Nun versuche ich es in Eclipse zum laufen zu bringen, aber er meint immer wieder, er könne die libs nicht finden.</p>
<pre><code>13:44:46 **** Incremental Build of configuration Debug for project OPC_Client ****
make all 
Building target: OPC_Client
Invoking: Cross G++ Linker
g++ -L/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin -L/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master -o &quot;OPC_Client&quot;  ./src/OPC_Client.o   -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuaserver.so -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuaclient.so -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuacore.so -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuaprotocol.so -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/libtest_dynamic_addon.so
/bin/ld: cannot find -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuaserver.so
makefile:45: recipe for target 'OPC_Client' failed
/bin/ld: cannot find -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuaclient.so
/bin/ld: cannot find -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuacore.so
/bin/ld: cannot find -l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuaprotocol.so
collect2: Fehler: ld gab 1 als Ende-Status zurück
make: *** [OPC_Client] Error 1

13:44:46 Build Finished (took 185ms)
</code></pre>
<p>Ich habe</p>
<pre><code>/home/smanier/Arbeit/FreeOPC_UA_GIT/freeeopcua-master/bin
/home/smanier/Arbeit/FreeOPC_UA_GIT/freeeopcua-master
</code></pre>
<p>als Library Paths eingestellt und</p>
<pre><code>/home/smanier/Arbeit/FreeOPC_UA_GIT/freeeopcua-master/bin/libopcuaserver.so
/home/smanier/Arbeit/FreeOPC_UA_GIT/freeeopcua-master/bin/libopcuaclient.so
/home/smanier/Arbeit/FreeOPC_UA_GIT/freeeopcua-master/bin/libopcuacore.so
/home/smanier/Arbeit/FreeOPC_UA_GIT/freeeopcua-master/bin/libopcuaprotocol.so
</code></pre>
<p>In den Libraries drin, muss ich sonst noch etwas tun? Die Pfade stimmen zumindest</p>
<p>Vielen Dank schonmal<br />
Narase</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2497801</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2497801</guid><dc:creator><![CDATA[Narase]]></dc:creator><pubDate>Fri, 03 Jun 2016 11:56:36 GMT</pubDate></item><item><title><![CDATA[Reply to Open OPC UA cannot link libraries on Fri, 03 Jun 2016 12:42:50 GMT]]></title><description><![CDATA[<p>Du hast kein C++-Problem!</p>
<p>verwende<br />
-lopcuaclient.so</p>
<p>statt</p>
<p>-l/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin/libopcuaclient.so</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2497805</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2497805</guid><dc:creator><![CDATA[manni66]]></dc:creator><pubDate>Fri, 03 Jun 2016 12:42:50 GMT</pubDate></item><item><title><![CDATA[Reply to Open OPC UA cannot link libraries on Fri, 03 Jun 2016 15:21:14 GMT]]></title><description><![CDATA[<p>Hallo, das hat leider nicht viel gebracht</p>
<pre><code>17:16:14 **** Incremental Build of configuration Debug for project OPC_Client ****
make all 
Building target: OPC_Client
Invoking: Cross G++ Linker
g++ -L/home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin -o &quot;OPC_Client&quot;  ./src/OPC_Client.o   -lopcuaclient.so -lopcuacore.so -lopcuaserver.so -lopcuaprotocol.so
/bin/ld: cannot find -lopcuaclient.so
makefile:45: recipe for target 'OPC_Client' failed
/bin/ld: cannot find -lopcuacore.so
/bin/ld: cannot find -lopcuaserver.so
/bin/ld: cannot find -lopcuaprotocol.so
collect2: Fehler: ld gab 1 als Ende-Status zurück
make: *** [OPC_Client] Error 1

17:16:14 Build Finished (took 123ms)
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2497822</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2497822</guid><dc:creator><![CDATA[Narase]]></dc:creator><pubDate>Fri, 03 Jun 2016 15:21:14 GMT</pubDate></item><item><title><![CDATA[Reply to Open OPC UA cannot link libraries on Fri, 03 Jun 2016 15:38:19 GMT]]></title><description><![CDATA[<p>Dann stehen die Libs nicht in /home/smanier/Arbeit/FreeOPC_UA_GIT/freeopcua-master/bin oder sie sind nicht passend (32/64 Bit?).</p>
<p>Wie gesagt: kein C++ Problem.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2497825</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2497825</guid><dc:creator><![CDATA[manni66]]></dc:creator><pubDate>Fri, 03 Jun 2016 15:38:19 GMT</pubDate></item><item><title><![CDATA[Reply to Open OPC UA cannot link libraries on Fri, 03 Jun 2016 15:58:29 GMT]]></title><description><![CDATA[<p>Doch, stehen sie, ich musste aber &quot;-lopcuaclient&quot; einbinden, also das '.so' am Ende auch noch weglassen<br />
danach noch die libs in meinen /usr/lib64 kopieren damit die Binary auch ausgeführt werden kann</p>
<p>Trotzdem danke für deine Mühe, hast mich auf den richtigen weg gebracht <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title="=)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2497827</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2497827</guid><dc:creator><![CDATA[Narase]]></dc:creator><pubDate>Fri, 03 Jun 2016 15:58:29 GMT</pubDate></item></channel></rss>