<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Install SQLite Database Browser on Fedora</title>
	<atom:link href="http://blog.randell.ph/2009/07/26/install-sqlite-database-browser-on-fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.randell.ph/2009/07/26/install-sqlite-database-browser-on-fedora/</link>
	<description>Software development, Fedora how-to&#039;s, and random stuff from the web</description>
	<lastBuildDate>Sun, 08 Jan 2012 00:12:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: oscar</title>
		<link>http://blog.randell.ph/2009/07/26/install-sqlite-database-browser-on-fedora/comment-page-1/#comment-25541</link>
		<dc:creator>oscar</dc:creator>
		<pubDate>Sun, 18 Sep 2011 05:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://randell.ph/geeky/?p=683#comment-25541</guid>
		<description>For Fedora 14 x86_64, you can also use sqlite-devel package instead of the sqlite3 source included. It solved an issue with not getting results from sql.

1. yum install qt3 sqlite-devel qt-devel
2. tar xzf sqlitebrowser_200_b1.src.tar.gz; cd to the extracted directory
3. qmake-qt4
4. gedit Makefile and remove all references to sqlite_source/sqlite3.c, sqlite3.o; set &quot;LIBS=... -ldl -lsqlite3&quot;
5. make

Works beautifully.</description>
		<content:encoded><![CDATA[<p>For Fedora 14 x86_64, you can also use sqlite-devel package instead of the sqlite3 source included. It solved an issue with not getting results from sql.</p>
<p>1. yum install qt3 sqlite-devel qt-devel<br />
2. tar xzf sqlitebrowser_200_b1.src.tar.gz; cd to the extracted directory<br />
3. qmake-qt4<br />
4. gedit Makefile and remove all references to sqlite_source/sqlite3.c, sqlite3.o; set &#8220;LIBS=&#8230; -ldl -lsqlite3&#8243;<br />
5. make</p>
<p>Works beautifully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://blog.randell.ph/2009/07/26/install-sqlite-database-browser-on-fedora/comment-page-1/#comment-25076</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Fri, 12 Aug 2011 07:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://randell.ph/geeky/?p=683#comment-25076</guid>
		<description>Thanks for the tip Temperage, this workaround worked for me too on a Fedora 15 x86_64 release, although I had to install the i686 version of the qt3 package.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip Temperage, this workaround worked for me too on a Fedora 15 x86_64 release, although I had to install the i686 version of the qt3 package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randell</title>
		<link>http://blog.randell.ph/2009/07/26/install-sqlite-database-browser-on-fedora/comment-page-1/#comment-23505</link>
		<dc:creator>Randell</dc:creator>
		<pubDate>Sun, 12 Jun 2011 00:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://randell.ph/geeky/?p=683#comment-23505</guid>
		<description>Awesome! Thanks for the additional info!</description>
		<content:encoded><![CDATA[<p>Awesome! Thanks for the additional info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Temperage</title>
		<link>http://blog.randell.ph/2009/07/26/install-sqlite-database-browser-on-fedora/comment-page-1/#comment-23504</link>
		<dc:creator>Temperage</dc:creator>
		<pubDate>Sat, 11 Jun 2011 23:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://randell.ph/geeky/?p=683#comment-23504</guid>
		<description>I was able to build the GIT source but the program had no functionality whatsoever. So I ended up booting from Ubuntu liveCD and installing sqlitebrowser available from the repos.

If you want to run the sqlitebrowser under Fedora. you can install qt3 and use the pre-compiled binary they include with the &quot;sqlitebrowser-1.3-i386.tar.gz&quot;. I tried it and it works on my FC14. You do not have to uninstall qt4 in order to make it work.

I was unsuccessful building from source either 1.3 or 2.0 releases. I think sqlitebrowser is left to die its natural death, as qt3 is becoming outdated, and the qt4 port is not functional.</description>
		<content:encoded><![CDATA[<p>I was able to build the GIT source but the program had no functionality whatsoever. So I ended up booting from Ubuntu liveCD and installing sqlitebrowser available from the repos.</p>
<p>If you want to run the sqlitebrowser under Fedora. you can install qt3 and use the pre-compiled binary they include with the &#8220;sqlitebrowser-1.3-i386.tar.gz&#8221;. I tried it and it works on my FC14. You do not have to uninstall qt4 in order to make it work.</p>
<p>I was unsuccessful building from source either 1.3 or 2.0 releases. I think sqlitebrowser is left to die its natural death, as qt3 is becoming outdated, and the qt4 port is not functional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randell</title>
		<link>http://blog.randell.ph/2009/07/26/install-sqlite-database-browser-on-fedora/comment-page-1/#comment-23500</link>
		<dc:creator>Randell</dc:creator>
		<pubDate>Sat, 11 Jun 2011 18:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://randell.ph/geeky/?p=683#comment-23500</guid>
		<description>@Temperage, were you able to build it? I tried building it on Fedora 15 but I ended up in the same error message that you got.</description>
		<content:encoded><![CDATA[<p>@Temperage, were you able to build it? I tried building it on Fedora 15 but I ended up in the same error message that you got.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Temperage</title>
		<link>http://blog.randell.ph/2009/07/26/install-sqlite-database-browser-on-fedora/comment-page-1/#comment-23331</link>
		<dc:creator>Temperage</dc:creator>
		<pubDate>Sun, 29 May 2011 18:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://randell.ph/geeky/?p=683#comment-23331</guid>
		<description>Thanks buddy, but I tried the solution described in that forum, and still no luck. I just want to know if there are any champs out there that managed to build that evil script. Please step forward and explain it to us mortals, step by step, noob-style.

Here is what I tried so far:
1. At a minimum Install &quot;qt-config&quot; and &quot;qt-devel&quot; packages
2. Extract &quot;sqlitebrowser_200_b1_src.tar.gz&quot; and cd into the extracted directory
3. $ qmake-qt4
4. $ gedit sqlitedb.h to replace all instances of &quot;DBBrowserField() : name( 0 ) { }&quot; with &quot;DBBrowserField() { }&quot;
5. $ gedit Makefile to change &quot;CFLAGS   = -ldl -lpthread -pipe -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables  -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT&quot;
6. $ make

There were somewhere around 20 variations of step 5 that I did. All the permutations of using -ldl -lpthread with quotes and without. Still get the same error as above.</description>
		<content:encoded><![CDATA[<p>Thanks buddy, but I tried the solution described in that forum, and still no luck. I just want to know if there are any champs out there that managed to build that evil script. Please step forward and explain it to us mortals, step by step, noob-style.</p>
<p>Here is what I tried so far:<br />
1. At a minimum Install &#8220;qt-config&#8221; and &#8220;qt-devel&#8221; packages<br />
2. Extract &#8220;sqlitebrowser_200_b1_src.tar.gz&#8221; and cd into the extracted directory<br />
3. $ qmake-qt4<br />
4. $ gedit sqlitedb.h to replace all instances of &#8220;DBBrowserField() : name( 0 ) { }&#8221; with &#8220;DBBrowserField() { }&#8221;<br />
5. $ gedit Makefile to change &#8220;CFLAGS   = -ldl -lpthread -pipe -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector &#8211;param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables  -DQT_NO_DEBUG -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_THREAD_SUPPORT&#8221;<br />
6. $ make</p>
<p>There were somewhere around 20 variations of step 5 that I did. All the permutations of using -ldl -lpthread with quotes and without. Still get the same error as above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randell</title>
		<link>http://blog.randell.ph/2009/07/26/install-sqlite-database-browser-on-fedora/comment-page-1/#comment-23322</link>
		<dc:creator>Randell</dc:creator>
		<pubDate>Sat, 28 May 2011 18:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://randell.ph/geeky/?p=683#comment-23322</guid>
		<description>@Temperage, yeah, I didn&#039;t have to install the entire KDE but I was in a hurry when I was installing the database browser at that time and google wasn&#039;t helping much so I settled for the easiest way.

You can try this link regarding your problem in make: http://www.linuxforums.org/forum/programming-scripting/167385-c-code-link-error-need-help.html</description>
		<content:encoded><![CDATA[<p>@Temperage, yeah, I didn&#8217;t have to install the entire KDE but I was in a hurry when I was installing the database browser at that time and google wasn&#8217;t helping much so I settled for the easiest way.</p>
<p>You can try this link regarding your problem in make: <a href="http://www.linuxforums.org/forum/programming-scripting/167385-c-code-link-error-need-help.html" rel="nofollow">http://www.linuxforums.org/forum/programming-scripting/167385-c-code-link-error-need-help.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Temperage</title>
		<link>http://blog.randell.ph/2009/07/26/install-sqlite-database-browser-on-fedora/comment-page-1/#comment-23155</link>
		<dc:creator>Temperage</dc:creator>
		<pubDate>Sun, 22 May 2011 03:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://randell.ph/geeky/?p=683#comment-23155</guid>
		<description>You did not have to install the KDE monster to have qmake. Most likely just had to run it like /usr/lib/qt4/qmake if you had qt4 installed, or create a symlink to /usr/bin. I got it past the qmake stage, but I am stuck at running make. Did anyone had any luck building it on later Fedora releases.
Here is what I am seeing after running make. Any suggestions?

/usr/bin/ld: .obj/sqlite3.o: undefined reference to symbol &#039;dlopen@@GLIBC_2.1&#039;
/usr/bin/ld: note: &#039;dlopen@@GLIBC_2.1&#039; is defined in DSO /lib/libdl.so.2 so try adding it to the linker command line
/lib/libdl.so.2: could not read symbols: Invalid operation
collect2: ld returned 1 exit status</description>
		<content:encoded><![CDATA[<p>You did not have to install the KDE monster to have qmake. Most likely just had to run it like /usr/lib/qt4/qmake if you had qt4 installed, or create a symlink to /usr/bin. I got it past the qmake stage, but I am stuck at running make. Did anyone had any luck building it on later Fedora releases.<br />
Here is what I am seeing after running make. Any suggestions?</p>
<p>/usr/bin/ld: .obj/sqlite3.o: undefined reference to symbol &#8216;dlopen@@GLIBC_2.1&#8242;<br />
/usr/bin/ld: note: &#8216;dlopen@@GLIBC_2.1&#8242; is defined in DSO /lib/libdl.so.2 so try adding it to the linker command line<br />
/lib/libdl.so.2: could not read symbols: Invalid operation<br />
collect2: ld returned 1 exit status</p>
]]></content:encoded>
	</item>
</channel>
</rss>

