-
Senior Member
registered user
error while loading shared libraries: libgtk-x11-2.0.so.0
Hi,
GOAL:
while using Knoppix 4.0.2 (for some, to me odd, reason 5.0.1 is not recognizing my NIC) I need to run firefox and thunderbird from a mounted ext3 partition and make them nicely play together.
I had installed Debian GNU/Linux in this ext3 partition using Knoppix and debootstrap as explained in http://www.inittab.de/manuals/debootstrap.html
.
PROBLEM:
I did installed firefox and thunderbird by downloading the ".gzip" files and they run apparently fine,
sh-3.00# ./firefox -V
Mozilla Firefox 1.5, Copyright (c) 1998 - 2005 mozilla.org
sh-3.00# ./firefox
...
but are creating their configuration files work directories and such within knoppix's /ramdisk/home/root/ directory,
sh-3.00# cd /mnt/hda3/usr/local/firefox/firefox-1.5
sh-3.00# ./firefox
.
// __ after creating a directory
/home/root/.mozilla/firefox
.
// __ containing
sh-3.00# ls -l
total 4
drwx------ 6 root root 480 Jul 11 19:59 c4d6loze.default
-rw-r--r-- 1 root root 94 Jul 11 19:59 profiles.ini
// __
sh-3.00# find . -type f -exec grep -l "mymailserver" {} \;
./we5k2mj9.default/prefs.js
./we5k2mj9.default/panacea.dat
./we5k2mj9.default/Mail/Local Folders/Inbox
// __ all data is in "ramdisk;home/root/.we5k2mj9.default/prefs.js"
sh-3.00# cat "./we5k2mj9.default/prefs.js"
# Mozilla User Preferences
/* Do not edit this file.
*
* If you make changes to this file while the application is running,
* the changes will be overwritten when the application exits.
*
* To make a manual change to preferences, you can visit the URL about:config
* For more information, see http://www.mozilla.org/unix/customizing.html#prefs
*/
user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1152661364);
user_pref("app.update.lastUpdateTime.background-update-timer", 1152661363);
user_pref("extensions.lastAppVersion", "1.5.0.4");
user_pref("mail.account.account1.server", "server1");
user_pref("mail.account.account2.identities", "id1");
user_pref("mail.account.account2.server", "server2");
user_pref("mail.accountmanager.accounts", "account1,account2");
user_pref("mail.accountmanager.defaultaccount", "account2");
user_pref("mail.accountmanager.localfoldersserver" , "server1");
user_pref("mail.identity.id1.draft_folder", "mailbox://nobody@Local%20Folders/Drafts");
user_pref("mail.identity.id1.drafts_folder_picker_ mode", "0");
user_pref("mail.identity.id1.fcc_folder", "mailbox://nobody@Local%20Folders/Sent");
user_pref("mail.identity.id1.fcc_folder_picker_mod e", "0");
user_pref("mail.identity.id1.fullName", "myaccount");
user_pref("mail.identity.id1.smtpServer", "smtp1");
user_pref("mail.identity.id1.tmpl_folder_picker_mo de", "0");
user_pref("mail.identity.id1.useremail", "[email protected]");
user_pref("mail.identity.id1.valid", true);
user_pref("mail.root.none", "/home/root/.thunderbird/we5k2mj9.default/Mail");
user_pref("mail.root.none-rel", "[ProfD]Mail");
user_pref("mail.root.pop3", "/home/root/.thunderbird/we5k2mj9.default/Mail");
user_pref("mail.root.pop3-rel", "[ProfD]Mail");
user_pref("mail.server.server1.directory", "/home/root/.thunderbird/we5k2mj9.default/Mail/Local Folders");
user_pref("mail.server.server1.directory-rel", "[ProfD]Mail/Local Folders");
user_pref("mail.server.server1.hostname", "Local Folders");
user_pref("mail.server.server1.name", "Local Folders");
user_pref("mail.server.server1.type", "none");
user_pref("mail.server.server1.userName", "nobody");
user_pref("mail.server.server2.defer_get_new_mail" , true);
user_pref("mail.server.server2.deferred_to_account ", "account1");
user_pref("mail.server.server2.directory", "/home/root/.thunderbird/we5k2mj9.default/Mail/pop.mymailserver.com");
user_pref("mail.server.server2.directory-rel", "[ProfD]Mail/pop.mymailserver.com");
user_pref("mail.server.server2.download_on_biff", true);
user_pref("mail.server.server2.hostname", "pop.mymailserver.com");
user_pref("mail.server.server2.login_at_startup", true);
user_pref("mail.server.server2.name", "[email protected]");
user_pref("mail.server.server2.type", "pop3");
user_pref("mail.server.server2.userName", "myaccount");
user_pref("mail.smtp.defaultserver", "smtp1");
user_pref("mail.smtpserver.smtp1.hostname", "smtp.mymailserver.com");
user_pref("mail.smtpserver.smtp1.username", "myaccount");
user_pref("mail.smtpservers", "smtp1");
user_pref("mailnews.quotingPrefs.version", 1);
user_pref("mailnews.ui.threadpane.version", 5);
sh-3.00#
// __
so each time I run them I have to set up everything again and all files from the mailbox directories are lost if I don't pick and save the data
.
If I try to chroot into this partition I get:
sh-3.00# chroot /mnt/hda3
sh-2.05b# cd /usr/local/mozilla-thunderbird/thunderbird
sh-2.05b# ./thunderbird
./thunderbird-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
sh-2.05b# cd /usr/local/firefox/firefox-1.5
sh-2.05b# pwd
/usr/local/firefox/firefox-1.5
sh-2.05b# ./firefox
./firefox-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
How could you run both applications from a chroot environment and make them nicely play together?
.
Thanks
Albretch
Similar Threads
-
By FiReCraZy in forum Hardware & Booting
Replies: 9
Last Post: 04-29-2010, 01:14 AM
-
By divinity in forum The Lounge
Replies: 0
Last Post: 02-18-2008, 03:06 AM
-
By dbabcock46 in forum MS Windows & New to Linux
Replies: 1
Last Post: 01-11-2005, 08:06 PM
-
By karkila in forum MS Windows & New to Linux
Replies: 2
Last Post: 12-27-2004, 05:43 PM
-
By skontox in forum General Support
Replies: 4
Last Post: 01-07-2004, 02:20 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules

Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5" 4-BAY 32GB RAM No OS 2x 495w
$174.95

Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram 2x 550W PSU No HDD
$275.00

Dell PowerEdge R730XD Server 2x E5-2620 V4=16 Cores | H330 | 32GB RAM | 2x trays
$594.99

Dell Poweredge R720 8SFF 2.5" 2x Xeon E5-2680 v2 2.8GHz 20-Cores 64gb 4x Trays
$259.99

Dell Poweredge R720 8SFF 2.5" x Xeon E5-2680 v2 2.8GHz 20-Cores 128gb 4x Trays
$349.99

Dell Poweredge R630 2x Xeon E5-2680 v4 2.4ghz 28-Core | 32GB | HBA330 | 2x 1100w
$359.99

Dell PowerEdge R640 8xSFF Server Barebone 2 x Heat Sink w / 2x 1100W PSU
$315.00

Dell Poweredge T420 SFF 2x E5-2430 v2 2.5Ghz / 64gb / H710 / 8x Trays / 2x 495w
$394.99

Dell Poweredge R630 2x Xeon E5-2680 v3 2.5ghz 24-Cores / 64gb / Raid / 2x 1Tb
$374.99

DELL R640 10SFF Server 2x Gold 6152 2.1GHz =44 Cores 64GB H730p 4xRJ45
$939.00