Ubuntu :: Thunderbird 3.1.9 Tar Ball And Basic Compiling?
Mar 30, 2011
I'm using Ubuntu 10.04 (actually Linux Mint 9 but I can't remember my password to their forum...) and have had a couple of crashes with my installation of Thunderbird which from the repositories is one behind the current version. I've downloaded the tar.gz files from Mozilla and though I don't really want to get in the habit of it I'd like to do the hopefully simple compiling to get this running. Can someone give me some pointers? I've unzipped the download and there isn't anything in there that runs as far as I can see.
View 3 Replies
ADVERTISEMENT
Sep 13, 2010
This is my first time compiling a software, I have successfully downloaded and extracted the "basic256_0.9.6.32.tgz" file,but There is no configure file present in the extracted contents,also make and checkinstall exit with error.What seems to be the problem Here is the output of errors I got during Installation
[Code]...
View 14 Replies
View Related
Feb 4, 2010
I have written a program that I would like to cross compile for x86 and x86_64 architectures. I have tried google and the search function here to no success, most information I find is too specific (instructions for a specific program), or dealing with cross compiling for windows on linux.Does anyone know of a tutorial dealing with straight making a 32 bit binary on a 64 bit processor (both are intel)?
View 2 Replies
View Related
Oct 28, 2010
I want full commands from creating of folders for the log dir & giving permissions to the directories to the script of /etc/rc.d/init.d/squid
View 2 Replies
View Related
Jan 4, 2010
I'm using redhat...
I'm using kernel-2.6.18-8 now i want to update my kernel with 2.6.32-2 version i install it from net, then un bzip and extract but how to install it ..
on more question what is a meaning of stable version...
and how to patch a kernel
View 3 Replies
View Related
Apr 18, 2010
I've got a Compaq MX 11800 keyboard that has a ball (used as a mouse). The ball works fine in Ubuntu and Windows, but does not work in Debian or Fedora.
I don't know where to start troubleshooting this issue. Any help is appreciated.
Here's a picture of the thing: [url]
View 1 Replies
View Related
Jun 21, 2010
Have a cheaponasto card which refuses to play ball with the kernel. I have tried several card types with no luck.
I is just a video capture with no TV tuner. v4l-conf complains there is no framebuffer address and therefore (I think) xawtv will not start.
Running 64-bit 2.6.32-22
01:00.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
[Code].....
View 6 Replies
View Related
May 21, 2011
I'm trying to install bitcoin onto my computer, and the Linux version only comes in tar.gz, and I can extract it just fine, however when I put in ./configure using the command line...it doesn't work...so I checked the README file and it didn't mention doing that...it simply told me to run either /bin/64/bitcoin or to run /bin/32/bitcoin However when I try running first one, /bin/64/bitcoin, it simply says something about there not being a shared library...But when I try to run /bin/32/bitcoin it simply says "Permission Denied" and yes I tried running as root when I first saw that...didn't do any good.
View 4 Replies
View Related
May 4, 2010
Can you please tell me how can I tar ball/compress a directory hierarchy with soft links in Linux?
View 2 Replies
View Related
Jul 8, 2010
certain there is command line magic that will enable me touse find to identify a set of files use tar to create an archive of all matching files I get find to create a list of files that I really want, but I'm dashed if I can discover how to tell tar to roll-up all of those files.
If I use find's -exec option, it runs tar for each filename. Telling tar that input is $(find ...) results in a command line that is correct but too long. I think that I want to tell tar to read the list of files from STDIN, but I cannot discover how to do that if it is possible. I thought that the option "--" double-dash but having that right-most on the tar command did not work.
View 5 Replies
View Related
Dec 26, 2010
I'm evaluating OpenSUSE and have installed 11.3 with Gnome (from the latest liveCD) and have it all running fine in a VM at the moment. We are looking at using it for an iSCSI/NFS/Samba server and have it allrunning and it is all configurable from Yast. However I can't seem to get Nautilus to play ball and allow sharing of Samba/NFS shares under folder properties (I'm fairly positive I've done this fine in Ubuntu). All I ever get is Usershare/Gnome sharing (which I believe is Webdav).
I must say I am so impressed with OpenSUSE, the partition manager is just a dream to use and everything works really well it would just be really nice to be able to share NFS/Samaba shares from the file manager. There doesn't seem to be any other file managers in the repositories so I'm a bit stuck now.
View 2 Replies
View Related
Aug 26, 2010
Thanks to Lucid not working properly on i845, i855 and other 8xx chips, had to re-install Karmic on my mum's computer.I saved all the data from her old install and I ve managed to get all her old emails from thunderbird, but I cant import her address book.In Thunderbird/tools/import/addressbooks it only allows importing of LDIF, .tab, .csv and .txt files, but I cant find any of these files in any of the Thunderbird, .Thunderbird, Mozilla-Thunderbird or Mozilla folders in Home folder or anywhere, all I can find is "abook.mab" which IS supposed to be her address book, but when I try and import it the entries are blank and/or indecipherable (prob cos not a compatible file type).
Its one of those "simple" things to do, thats taken hours and hours of time, but that I cant actually find out how to do.
View 1 Replies
View Related
Sep 13, 2010
I had a portable apps version of Thunderbird (windows) that runs off a thumb drive and wanted to take the settings and transfer them to my Thunderbird that's on my Linux computer.
This is what I did:
First, I installed thunderbird on my Ubuntu 10.04 Linux box and opened it, and closed it (so that it would create the /home/<username>/.thunderbird folder in the user account).
Then, I renamed the linux /home/<username>/.thunderbird folder to .thunderbird_ORIGINAL
Then, I created a new /home/<username>/.thunderbird folder
Then, I took the windows e:ThunderbirdPortableDataprofile folder and copied it to the /home/<username>/.thunderbird folder.
Then, I looked into the /home/<username>/.thunderbird_ORIGINAL folder and wrote down the name of the folder with the ".default" extension.
Then, I renamed the profile folder (that came from the windows e:ThunderbirdPortableData folder) "<name-I-wrote-down>.default".
And then, I copied the profiles.ini folder from /home/<username>/.thunderbird_ORIGINAL to the /home/<username>/.thunderbird folder.
I opened up Thunderbird in Linux and everything seems fine! (I'll definitely be keeping a backup just in case)
My question is: is this fine and dandy, or a recipe for disaster?
View 2 Replies
View Related
Sep 9, 2010
I run version 10.04 GNOME. My problem is (after substantial searching) that I need to have both users ('juliusz' and 'sarah') running Thunderbird but with the same profile (settings, email, accounts etc. preferably of 'juliusz'). The only results on the internet are share Thunderbird between Windows and Ubuntu.
I have two users juliusz and sarah. I need either of them to have the same profile, always in synch whenever they logon to own account. When I tried to edit sarah's /home/sarah/.mozilla-thunderbird/profile.ini by inserting: Path=/home/juliusz/.mozilla-thunderbird/xxxxxxx.default after i run Thunderbird for 'sarah' I get message: "Thunderbird is already running, but is not responding. To open a new window, you must first close the existing Thunderbird process, or restart your system." I checked with "ps aux" there is no Thunderbird running in sarah's session. There is no Thunderbird running in juliusz's session when I reloged to juliusz.
View 5 Replies
View Related
Mar 15, 2011
I have installed 11.4, and it seems (seemed) to work OK so far. I installed Thunderbird via the opensuse "1 click install". the installation ran smoothly, but now a click on the Thunderbird icon does not activate any mail client; the only success is that Thunderbird icon jumps joyfully and then disappears.
View 9 Replies
View Related
Oct 29, 2010
Whenever i try to decompress and install a "tar ball" or a "deb.", the KPackageKit comes up with a pop-up-->"you have no backend support".I have the Lucid Lynx installed, as a dual-boot with XP
View 4 Replies
View Related
Aug 11, 2010
basic theme, Docky will not function, no close/min/max buttons, black bakground.Persists even after multiple restarts. Haven't installed or changed anything recently.
View 3 Replies
View Related
Nov 9, 2010
From where can i get a list of basic commands that can be run from the terminal from ubuntu ?for example:nautilusmounttopapt-get
View 9 Replies
View Related
Apr 19, 2011
Naturally i don't want to harm my system but I would like I shutdown via the terminal. I understand there are shutdown poweroff and halt commands. Which is the safe one (like as if I just did it using the GUI) at the moment I am just using shutdown now and that seems to work fine, I just want to check that it's not harming my system and that this command does everything it needs to ie closes all programs and shuts everything down in a safe way.
View 6 Replies
View Related
Jul 16, 2011
Im new to ubuntu and I was wondering if someone could list some basic terminal commands and explain what they do, and when and why you would use them.
View 4 Replies
View Related
Nov 12, 2010
Basic 256 starts up but after entering a few characters like print "hello" it stops responding. I have tried it on 3 machines, two running Ubuntu 10.04 and one 10.10.
View 3 Replies
View Related
Jan 18, 2010
How do I install microsoft visual basic on ubuntu....(using wine etc)
View 4 Replies
View Related
May 12, 2010
I using an old 1999 PC 512 MB RAM used to have W-2000. I had difficulties getting CD to be boot drive. I had to remove floppy drive to stop it from being the first drive. I'm using the Linux Starter Kit with Ubantu Live 9.10. My PC was having issues so I skipped the dual boot and went straight to a clean install. I had to double click on WUBI in the disk directory to get the install started. Install appeared to be going fine about 60%... then I got distracted to fix lunch for sick kid. When I came back screen was black and I could not wake up screen with mouse or keyboard. I turned off PC.. restarted and have message that says NO ROM BASIC System Halted.
View 3 Replies
View Related
May 14, 2010
ok I have the original install 170GB partition mounted on /
I need the following;
OS on / 30 GB
data mounted on / data 140GB
Fdisk would have been a joke, but the box was setup via lvm, so I am learning on the fly. I was able to shrink the partition using;
lvreduce -L 30G /dev/mapper/server-root
vgcreate shows;
VG Size 169/76GiB
Alloc PE / Size 9453 / 36.93GiB
Free PE / Size 34005 / 132.83 GiB
Now, per my DBA, I need that 130 on a seperate 'partition' and I am not 100% sure on the next step. I am reading on vgcreate, lvcreate, etc.
View 1 Replies
View Related
May 18, 2010
I was trying to setup Compiz but it only gives me the basic menus. Is there an update that will allow me to get all the other special effect?
View 2 Replies
View Related
Sep 11, 2010
How to reset ubuntu to the basic settings?
View 9 Replies
View Related
Sep 16, 2010
I know this is a bit out in left field but my gf's dad has created a fairly large application in Excel 2003 and now we need to run it online. I setup mono and xsp2 on my Ubuntu server in order to test but have no idea how to convert a monster .xls file in VB to ASP or maybe even PHP (one can hope, right??)
View 9 Replies
View Related
Nov 10, 2010
I had to upgrade to Ubuntu 10.04 after 9.04 stopped being supported and now I can't run Quicken 2000 Basic in WINE anymore when it ran just fine under 9.04 using WINE When I try to install it from the CD ROM it gives me this error The file '/media/QWINMMR1F/install.exe' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read about the executable bit. So I copied all the files from the Quicken CD to my hard drive and installed it from that folder and it completed installation without any installation errors but when I run Quicken and try to open the qdata.qdf file Quicken gives me a "can't open file" error.
I then removed WINE and installed the latest BETA Version now I can install from the CD but still get the "can't open file" error from Quicken. It worked fine under 9.04 and WINE and I could update the info in Ubuntu and it would show up under Windows and if I'd update in Windows it would show up under Linux. Now in Ubuntu 10.04 it does not work.
View 1 Replies
View Related
Jan 18, 2011
I've been reading some of the previous threads but still have not been able to make the adapter work. Here's where I got stuck. I was able to install ndsiwrapper and the GUI. I found the driver (net8192su.inf) on the disk which came with the adopter and installed the driver using the GUI for ndsiwrapper. Unfortunately I get a message "invalid driver" after I installed it?
View 7 Replies
View Related
Feb 26, 2011
With
Code:
sudo -u -i user
I can access their shell, but I how do I login into a gui?
By the way, how common among all the commands is the ability to combine options that do not require arguments in a single block after - ? I.e., sudo -i -u to sudo -iu.
Also, what happens when root is disabled and a basic user sudoes? A threat is displayed and mail is supposed to be sent to root, which is disabled, so?
View 5 Replies
View Related