OpenSUSE :: ./configure Won't Work When Installing Tar Ball Programs
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.
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.
I am new to opensuse, but is it possible to install a 32 bit program on suse while running the 64 bit program. I have one I want to install but it gets a wrong architecture error.
I have recently installed 11.2 on my laptop and am having problems with installing flashplayer. What happens is I go to install software, select flashplayer to be installed, click apply and the stupid things starts downloading all the upgradable programs. I have not selected any of these to be upgraded as I only have 600mb of downloading left to last me 10 days and won't waste it on upgrading. Is there a reason for the package manager installing programs that aren't selected?? Is there a way to use Install Software without this happening??
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.
I am using nx client and I would like to ask your help. Is it possible when I connect from home to my work's computer (using nx client) to see the exactly same desktop-taskbar and open programs as I left them in my work computer.
Imagine that you are at work using your computer. You lock the keyboard and you go home(you didn't turn it off). You go home and you login to work's computer. What I want to see is the same if I was just unlocking works's computer. IS that possible and how?
I just dual booted Open SUSE on my computer, and am pretty happy with it. But, in order to use my wireless card for it, I need to install a driver. The wireless card is a Realtek 8191 SE. I've downloaded a driver, but I have no idea how to configure it. I've tried pasting the files into /lib/firmware, but it won't allow me to edit or paste any files into the folder.
I am working on a English (US) KDE installation of opensuse 11.2 with a US keyboard and I have some troubles to configure my system in order to work on some French documents using Kate, Kwrite or Eclipse.
For instance, when I save the content of this link [url] on my hard-drive and open the file in Kate, Kwrite or Eclipse, all accentuated characters are displayed as black lozenge signs with a ? inside. What should I fix in my configuration to have those characters show correctly?
A related but maybe slightly different situation is the following: In Eclipse, when I use a French keyboard layout in Eclipse (using the shortcut Ctrl + Alt + K after setup in Configure Desktop > Regional & Language), I can type and display accentuated characters correctly. However, as soon as I spell check my document (I believe Eclipse use aspell for that), all the words containing the accentuated characters that I typed are shown as being wrong. Eclipse suggests some corrections that show up with black lozenge signs with a ? inside...
Is there a way in Linux that I can program the mouse to do certain things for certain programs? Like if I press the middle mouse button in one program it will act as an enter key and if I do the same thing in another program it will send a different keystroke? I'm using Gnome with compiz in Ubuntu 10.04.
I have tried to install and configure Hudson in centos distro version 5.Installed hudson with tomcat by deploying .war files.after configuration was completed, builded a project.It displayed build was completed successfully.but I was not able to download output of build.
So I rechecked configuration,found that i havent set artifact file pattern to archive. how to set artifact file pattern and how to get build output. how to manage hudson by using configure system and configure options.what is the correct way to configure public hudson?.
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
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.
I am trying to configure evolution to work with MS Exchange but cannot get it to work. I also have an android phone which is dead easy to configure, but I've tried so may settings but cannot get evolution to connect. Anyone also having had this problem and finally solved it? I also tried DavMail with no luck.
I want to know how do you install programs on this debian system? I downloaded a program as a tar.gz but I dont know how to install it on the system or where to put the files.
I've installed several programs. Some installed and worked, some did not. I installed Konversation and Audacity. Both work fine. When I installed bitpim via RPM downloaded from bitpim.org it installed fine. It is not in the applications area. I type Alt+F2 and i start to type in bitpim (it types the rest) and press enter. nothing happens.
i installed PythonCard through the terminal using yum install PythonCard. It installed fine and it is not in applications and is nowhere to be found. However when I type yum install PythonCard again in the terminal it says it is up to date. So I removed it and reinstalled. Same problem.
I'm having a problem installing programs via synaptic. supposing I issue the command: sudo apt-get install <program> (and assuming the program is in the repositories), I get an error like follows:
I have no idea what this means, and googling has not turned up anything appreciably helpful. It does this for anything I try to install via synaptic, both the command line or gui versions.
I'm trying to install Adobe Air written for Ubuntu 11.04 [URL]. I downloaded it and have it saved in "downloads". I tried opening it with Synaptic, but it won't recognize it. My hope is to use Air to run a Windows program. Air drives the database.
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.
I have a laptop that I want to dual boot winxp and linux. I'd like to be able to run a mythtv frontend on it so that I can watch shows in my office and not lose the screen space on my regular desktop. I was thinking of three possible directions to go. I have a question to go with each though.
1.) This machine has an existing winxp install that I don't want to mess up, but is there something on a Fedora live cd that I could use to smashing that winxp install into a smaller space and repartitioning the drive? If so, I could just do an old fashion dual boot from the harddrive.
2.) I put a live install on a usb drive. If I do that, how do I install mythfrontend and make it persistant on the usb drive?
3.) I treat a usb drive like a regular hard drive and just do a normal fedora install, assuming the install sees the usb drive as a sd? device. I guess I don't have a question with this option, but I would rather avoid it since it will take a lot more space on the usb drive.
My Jaunty has always had problems about connecting to the internet. Only one person I know of has been able to help me connect it to the internet and I can't find him anywhere, (Not ont he internet, in real life) so I figure that instead of trying to connect to the internet to get all my favorite programs, I should just download the programs to a flash drive and put them on that way. Only problem is that Once I get the program onto the flash drive How do I tell my computer to install from the flash drive? what to type int he terminal. I don't even know what most of the terminal type stuff means.
Im trying to install mupen64plus, but to be honest, everything i have installed is from the package manager.I have no idea how to do this through the terminal. But I tried installing the mupen64plus from the package manager, and everytime I open a rom, mupen64plus closes and doesnt load anything....
That version was 1.5, and I downloaded 1.99.3 or whatever it is from the mupen site, but I cant get the sucker to install. There is a install.sh file which I chmod +x too. I then tried, ,/install.sh, make install.
I'm trying to install a program which requires Java VM. The installer is a install.bin file, coming with a eclipse folder; in this folder, you can find a "jre" directory. I also installed Coconut Java virtual machine, as well as OpenJDK Java 6 runtime environment. However, I still can't install the program. Executing the installer gives me this error message:
Code: Preparing to install. Extracting the installation resources from the installer archive. Configuring the installer for this system's environment. No Java virtual machine could be found from your PATH environment variable. You must install a VM prior to running this program. I think I should make Java VM available to the installer somehow, but I don't know how. I tried searching online but couldn't figure out the answer. Please help.
I have an eeepc 701 4gb running Ubuntu eeepc, however I have two major problems:
1) I have run out of disk space even for upgrading the operating system and essential software such as flash. There is nothing on my eeepc that I dont deem essential and no files just programs.
2) I get an error message saying my disk is being used outside of designed paramaters and may be faulty (ironically it also says my battery is faulty but it is working fine)
As such I want to buy a 16gb or 32gb SDHC card and use that as my main harddrive (cheaper than buying a new one and they are on offer atm). I know how to do this on XP but I would much rather keep Ubuntu.