<?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[Newbie Postgresql question]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<p dir="auto">I have a ubuntu 15.04 64 bit machine with qt 5.4.2 64 bit and PostgreSQL 9.4.4 64 bit.. I'm a qt newbie I'm trying to run the SQLbrowser example but my machine says driver is not loaded...</p>
<p dir="auto">How can I solve it..</p>
]]></description><link>https://forum.qt.io/topic/59963/newbie-postgresql-question</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 12:43:55 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/59963.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Oct 2015 11:40:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Newbie Postgresql question on Thu, 22 Oct 2015 12:46:14 GMT]]></title><description><![CDATA[<p dir="auto">Problem Solved thanks to SGaist thank you very much..</p>
<p dir="auto">Regards..</p>
]]></description><link>https://forum.qt.io/post/294777</link><guid isPermaLink="true">https://forum.qt.io/post/294777</guid><dc:creator><![CDATA[zeroptr]]></dc:creator><pubDate>Thu, 22 Oct 2015 12:46:14 GMT</pubDate></item><item><title><![CDATA[Reply to Newbie Postgresql question on Thu, 22 Oct 2015 12:28:18 GMT]]></title><description><![CDATA[<p dir="auto">Look at the second line, it tells us that you don't have the PostgreSQL library installed. You need to run <code>sudo apt-get install libpq5</code></p>
]]></description><link>https://forum.qt.io/post/294776</link><guid isPermaLink="true">https://forum.qt.io/post/294776</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 22 Oct 2015 12:28:18 GMT</pubDate></item><item><title><![CDATA[Reply to Newbie Postgresql question on Thu, 22 Oct 2015 12:21:56 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">the LDD output is like this</p>
<p dir="auto">linux-vdso.so.1 =&gt;  (0x00007ffd63548000)<br />
libpq.so.5 =&gt; not found<br />
libQt5Sql.so.5 =&gt; /home/burak/Qt/5.4/gcc_64/plugins/sqldrivers/./../../lib/libQt5Sql.so.5 (0x00007f53f63a2000)<br />
libQt5Core.so.5 =&gt; /home/burak/Qt/5.4/gcc_64/plugins/sqldrivers/./../../lib/libQt5Core.so.5 (0x00007f53f5c63000)<br />
libstdc++.so.6 =&gt; /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f53f5954000)<br />
libc.so.6 =&gt; /lib/x86_64-linux-gnu/libc.so.6 (0x00007f53f558a000)<br />
libpthread.so.0 =&gt; /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f53f536c000)<br />
libicui18n.so.53 =&gt; /home/burak/Qt/5.4/gcc_64/plugins/sqldrivers/./../../lib/libicui18n.so.53 (0x00007f53f4f20000)<br />
libicuuc.so.53 =&gt; /home/burak/Qt/5.4/gcc_64/plugins/sqldrivers/./../../lib/libicuuc.so.53 (0x00007f53f4b95000)<br />
libdl.so.2 =&gt; /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f53f4991000)<br />
libgthread-2.0.so.0 =&gt; /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0 (0x00007f53f478f000)<br />
librt.so.1 =&gt; /lib/x86_64-linux-gnu/librt.so.1 (0x00007f53f4587000)<br />
libglib-2.0.so.0 =&gt; /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f53f4278000)<br />
libm.so.6 =&gt; /lib/x86_64-linux-gnu/libm.so.6 (0x00007f53f3f70000)<br />
libgcc_s.so.1 =&gt; /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f53f3d5a000)<br />
/lib64/ld-linux-x86-64.so.2 (0x00007f53f67f6000)<br />
libicudata.so.53 =&gt; /home/burak/Qt/5.4/gcc_64/plugins/sqldrivers/./../../lib/libicudata.so.53 (0x00007f53f26d2000)<br />
libpcre.so.3 =&gt; /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f53f2465000)</p>
<p dir="auto">but I don't understand this what would tell me .. Sorry..</p>
]]></description><link>https://forum.qt.io/post/294774</link><guid isPermaLink="true">https://forum.qt.io/post/294774</guid><dc:creator><![CDATA[zeroptr]]></dc:creator><pubDate>Thu, 22 Oct 2015 12:21:56 GMT</pubDate></item><item><title><![CDATA[Reply to Newbie Postgresql question on Thu, 22 Oct 2015 12:03:03 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">First thing to check, run <code>ldd libqsqlpsql.so</code> That will show if there's any library missing or not from the right version.</p>
]]></description><link>https://forum.qt.io/post/294766</link><guid isPermaLink="true">https://forum.qt.io/post/294766</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 22 Oct 2015 12:03:03 GMT</pubDate></item></channel></rss>