OpenSUSE :: Install Boxee / Error: Could Not Find A Required Library

Feb 10, 2011

I am trying desperatly to install boxee onto my pc Boxee - Watch Movies, TV Shows and clips from the Internet on your TV.without success.I have downloaded the source code from the site and have ran

./bootstrap
./configure

The ./configure last few lines =
checking for boost/shared_ptr.hpp... yes
checking for main in -lGL... no
configure: error: Could not find a required library. Please see the README for your platform.

I'm not sure what this lGL is referring to. The readme states that I need the below to run the configure, though that doesn't say lGL either?

Build-Depends: debhelper (>= 7.0.50), quilt, python-support, cmake,
autotools-dev, autoconf, automake, unzip, libboost-dev,
libgl1-mesa-dev | libgl-dev, libglu-dev, libglew-dev, libmad0-dev, libjpeg-dev,
libsamplerate-dev, libogg-dev, libvorbis-dev, libfreetype6-dev,
libfontconfig-dev, libbz2-dev, libfribidi-dev, libsqlite3-dev,
code....

View 1 Replies


ADVERTISEMENT

OpenSUSE :: Get An Error That It Can Not Find A Library File?

Aug 22, 2011

It is a digital simulation program that works with QUCS which is anelectrical circuit simulator.I can compile it and install it using the normal:

./configure
make
sudo make install

[code]....

View 4 Replies View Related

Ubuntu Multimedia :: Missing Library For Boxee Beta On Mythbuntu 9.04

Jan 13, 2010

I can install Boxee beta on my mythbuntu 9.04 installation, but when I try to run it, I get the following errors:

/opt/boxee$ ./run-boxee-desktop
/opt/boxee/Boxee: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /opt/boxee/Boxee)
./run-boxee-desktop: 38: /opt/boxee/give_me_my_mouse_back: not found

I get the same error if I run as root. For now, I don't care so much about the second error, but if anybody has some advice about how to resolve the first error (GLIBCXX...), I've used Linux for years (usually gentoo. I would be surprised if the version of Boxee compiled for Ubuntu 9.04 depended on an installed library without the proper compiler version.

Note that I am using *mythbuntu*, not ubuntu itself, so this may be part of the problem, but it would also surprise me... I'm happy to just install the correct library, but where is it?? I assume I should get it from Ubuntu, or I will break something.

I've also posted to the boxee support forum, but not heard back yet (they are probably busy!)...

Also, I've got Boxee alpha running in a 32 bit chroot environment (on my 64 bit machine), so at least *some* version of Boxee runs, but I wonder if there is some conflict between the two versions.

View 5 Replies View Related

Software :: Compiling Libssh2 Error: The Required Libssh2 Library Was Not Found

Jun 18, 2010

I need to install libssh2 on my CentOS 32bit server to get ssh2 extension of PHP working, after installation of this rpm, I still can't run "pecl install ssh2-beta" because it give me this error: configure: error: The required libssh2 library was not found. You can obtain that package from [URL] ERROR: `/tmp/tmp2ImZz1/ssh2-0.11.0/configure --with-ssh2=/usr' failed

View 1 Replies View Related

OpenSUSE Install :: Error 11.3: Wrong JPEG Library Version

Aug 10, 2010

Just installed OpenSUSE 11.3 64-bit. I have a program that uses libjpeg, so I installed libjpeg and the dev modules. It has both version 6 and 8 installed. When I run my prog and try to access the lib I get this error: Wrong JPEG library version: library is 80, caller expects 62 This seems a common problem elsewhere. Anyone know how to fix it in 11.3 ?

View 1 Replies View Related

OpenSUSE :: Find All The Build-deps Or What They Are For That Matter To Build Boxee

Feb 20, 2010

I'm in love with my Opensuse 11.2. Love my KDE 4.4. The only thing I miss from my Ubuntu installation, is the ability to use Boxee. I would be more than willing to compile Boxee from source. I only have 2 problems with that:

1) I don't know where I can find all the build-deps or what they are for that matter to build Boxee.

2) I'm running on a Netbook. Yes, my measly Intel Atom is no fun for compiling and building.

What are my options/what can I do to get Boxee up and running on 11.2? I've tried searching on build service for an RPM, but I think due to legal restrictions, Boxee can't be on there.

View 9 Replies View Related

Red Hat :: Rpm Install Can't Find Required Libclntsh

Apr 6, 2010

I'm trying to install a custom-compiled version of PHP 5.2.12 on a RHEL 5 server. Since I'd like to do this repeatedly on other servers, I have built custom PHP RPMs that can be deployed to other machines. (I edited the spec file to include all the relevant configure flags when compiling the PHP packages.) The compilation succeeds without error, and all the RPMs are built correctly.

And yet, even though it is there, and ldconfig says it's there, rpm isn't finding it! I'm at a loss to understand why. Just to see what would happen, I tried copying libclntsh.so.10.1 to /usr/lib64. rpm can't find it there either! So what is it about this shared library file that is wrong?

View 3 Replies View Related

General :: Runtest Error: Couldn't Find Library File Gcc-dg.exp

Sep 16, 2010

I am trying to run i386 in gcc_test-suite using dejagnu runtest and it fails with error given below. I can see that gcc-dg.exp is in folder gcc-4.6-20100911/gcc/testsuite/lib, but runtest is not searching in this folder.

how to resolve this issue and run only i386 tests.

$ cd /gcc-4.6-20100911/gcc/testsuite/gcc.target
$ runtest -a -tool i386 -verbose
....
....
Looking for library file /usr/local/share/dejagnu/lib/gcc-dg.exp

[Code].....

View 6 Replies View Related

OpenSUSE Install :: Error In Installing Gcc 4.5.0 - Error Couldn't Find The C Compiler

Sep 9, 2010

i tried to install gcc-4.5.0 on opensuse 11.2 I gave ./configure but it gave the error couldn't find the c compiler.. the message was

[Code]....

View 2 Replies View Related

Ubuntu :: Code Library Required By VISA Not Located / Loaded

Mar 31, 2010

I need to create a test setup in my lab that will run power supplies for an indefinite amount of time. It could be anywhere from days to months at a time. This rules out matlab, as its memory leaks won't let it run that long, and LabView is too buggy (at least in my experience. and it has memory leaks as well). So I need a way to program GPIB (since that is the interface these power supplies have). So far, PyVISA seems to be the most likely way to be able to do this.

However, I keep receiving the following error:
Code:
pyvisa.visa_exceptions.VisaIOError: VI_ERROR_LIBRARY_NFOUND: A code library required by VISA could not be located or loaded.
Searching around, this apparently means that I'm missing GPIB drivers, but I'm not.
linux-gpib installed, and the card appears in /dev.

That being said, every now and then the gpib interfaces simply disappear from /dev,and the only way I can get them back is to reinstall linux-gpib. Also, has anybody else succeeded in working with GPIB outside of LabView and Matlab, and if so how? I'm also open to other options, having made no progress on this after over a week. The two real requirements is that I need programming interface to be scpi commands, and I would prefer to code in python or C/C++.

View 5 Replies View Related

Software :: How To Force Required 32bit Library On Spec File?

Apr 8, 2010

is there a way to specify that I need a 32bit version of a certain library on the "Requires" line of a SPEC file?Since my software contain (a lot of) binaries from other sources (not always RPM compatible) I had to do "AutoReqProv: No" so I can do it manually.Is there a way to explicid say that I need the 32bit version of some library?

View 1 Replies View Related

OpenSUSE Network :: 'ERROR 407 Proxy Authentication Required'

Jan 19, 2010

I set up the 'Proxy' from Yast and they tested successfully. I can connect to internet, but why am I getting 'ERROR 407 proxy authentication required'?

FYI, my comp is the part of company .NET network with bunch of firewall and security...

View 4 Replies View Related

OpenSUSE Install :: Installing Gcc 4.1.1 - Error: Can Not Find Sources In . Or .."

Aug 8, 2011

I am trying to install gcc4.1.1 upon my opensuse machine which already has gcc 4.5 installed but I want an earlier version.

1) I downloaded gcc-4.1.1.tar.bz2
2) Extracted the contents
3) When I tried to run the command "./configure" on terminal its giving error "configure: error: can not find sources in . or ..". However I can see the configure file in the directory. Below are the files present in directory.

[Code]....

View 9 Replies View Related

Ubuntu :: How To Get Boxee To Install On 10.04 X64

Feb 8, 2010

how to get boxee to install on 10.04 X64. The Package wants python2.4 but... 2.6 is in 10.04 and You can't put 2.4 on it.

View 6 Replies View Related

OpenSUSE Install :: FreeNX: Error: Could Not Find 1.5.0 Or 2.[01].0 Or 3.[01].0 Version String In Nxagent

Aug 9, 2010

Lasted repositories: Index of /repositories/X11:/RemoteDesktop/openSUSE_11.3/i586

FreeNX-0.7.2-28.1
NX-3.4.0-21.1

To day I try install on openSUSE 11.3 and SLES11-SP1, Not finish. Error: Could not find 1.5.0 or 2.[01].0 or 3.[01].0 version string in nxagent. NX 1.5.0 or 2.[01].0 or 3.[012].0 backend is needed for this version of FreeNX.

# nxsetup --install
Removing special user "nx" ...no crontab for nx
done
Removing session database ...done
Removing logfile ...done
sent invalidate(passwd) request, exiting
sent invalidate(group) request, exiting
Setting up /etc/nxserver ...done
[Code]...

View 1 Replies View Related

Ubuntu :: Error: Could Not Find Expat.h, Check Config.log For Failed Attempts So I Downloaded Te Expat Library Sources I Cross Compiled

Feb 13, 2010

I am getting some error when i compile cross compile "dbus-1.2.20". error Code: checking for XML_ParserCreate_MM in -lexpat... no configure: error: Could not find expat.h, check config.log for failed attempts so i downloaded te expat library sources i cross compiled. But again i am getting same error. I think i have to add "-lexpat" in LDFLAG. But i dont know how to do that.

View 1 Replies View Related

OpenSUSE :: Loading Library Fails: Undefined Symbol - Error

Aug 2, 2010

This is the error I receive when I try to install a library. I really do not know If I could do something to skip this error message.As you might see below. I receive the following error message Error in dyn.load(file, DLLpath = DLLpath, ...):unable to load shared library '/home/apa/R/x86_64-unknown-linux-gnu-library2.11/RandomFields/libs/RandomFields.so': /usr/lib64/R/lib/libRlapack.so: undefined symbol: _gfortran_concat_string

This is the full error log

Bash | [CODE]* installing *source* - Anonymous - d4DH09Wx - Pastebin.com

View 4 Replies View Related

OpenSUSE Install :: Upgrade - Install Any Package From Software.opensuse.org Error ""Couldn't Find XML File" Or Anything Same This"

Aug 2, 2010

When I want upgrade and/or install any package from software.opensuse.org I've got error, "Couldn't find XML file" or anything same this.

View 4 Replies View Related

Ubuntu Installation :: Can't Update On Laptop - Error "Can't Install 'xubuntu-desktop' It Was Impossible To Install A Required Package"

Oct 6, 2010

I downloaded the 6.06 version of xubuntu because i have a laptop that doesnt support high graphics mode, and i wasnt able to figure out how to get it to run in low graphics mode. i figured that i would get a version from a while back, and then update it up to the current version. now, to the problem. I was able to upgrade 6.10, but now it says Ubuntu version 8.04 available, so i tried to update it. it gets most of the way through the part where it says calculating or something like that, and then it says: "Can't install 'xubuntu-desktop' It was impossible to install a required package. Please report this as a bug." with an option that says close at the bottom. when i click close another window pops up that says: Could not calculate the upgrade A unresolvable problem occurred while calculating the upgrade. This can be caused by:

* Upgrading to a pre-release version of Ubuntu
* Running the current pre-release version of Ubuntu
* Unofficial software packages not provided by Ubuntu

If none of this applies, then please report this bug against the 'update-manager' package and include the files in /var/log/dist-upgrade/ in the bugreport. Then the window just closes... anything that i could do to get rid of this problem? EDIT: Is there any way to update directly from an .iso file on the desktop?

View 1 Replies View Related

Ubuntu Multimedia :: Install Boxee As A User Account?

Jan 13, 2011

I am on ubuntu 10.10 and want to install boxee to use as a media player for me and my roomates. My ubuntu account is password protected and I would like to create another user that when you log on (with out a password) it automatically runs boxee, and nothing else.

View 2 Replies View Related

OpenSUSE Install :: 11.3 - Repository Signature Required For New Updates

Jan 13, 2011

Today, shortly after booting my OpenSUSE 11.3 I got this popup. [URL]. I guess it was caused by the Updater Applet when checking the repos for new updates. But what does it mean? Why do I get this now and not when adding the repo. It seems to belong to the filesystems repo and I have indeed added that some time ago (in order to install davfs2). I'm not sure what it means to accept a signature.

Normally with public key infrastructure, you need to accept other's public keys or certificates containing their public keys. And before doing so you need to verify the fingerprint, otherwise the whole procedure is useless, because it might be a fake certificate / man in the middle talking to you. Once you have accepted (trusted) the public key (or a certificate containing it), the system will check signatures for you.

So the question "do you want accept this signature" sounds weird to me. In openSUSE repos I have come across fingerprints many times before. But whenever I have searched google in order to verify the fingerprint I have not received any useful hit. I would have expected that valid keys and their fingerprints are listed on some web site. It appears there are three instances of package signing keys ... but there has not been any answer.

View 6 Replies View Related

Ubuntu Installation :: Warning: Missing REQUIRED Dependency: Libtool (libtool - Library Building Support Services)

Sep 17, 2010

I am working with Ubuntu 10.04 I can't print documents on HP Laserjet 1020 While printing, the jobs shows up in the print queue and disappears without any error, but no printout I tried to install HPLIP 3.10.6 from [URL]I followed the instructions but it ends with the error

Code:

INSTALL MISSING REQUIRED DEPENDENCIES
-------------------------------------
warning: There are 5 missing REQUIRED dependencies.
note: Installation of dependencies requires an active internet connection.

[code]....

View 9 Replies View Related

OpenSUSE Install :: List Available Of Core Applications Required To Function?

Apr 9, 2010

OpenSUSE 11.2 installation DVD has many many applications that are installed by default.How can I install just the minimum for a working system. As an excercise I am trying to build a Nas system which I can install into our Windows Active Directory at work and have user access controlled via an Active Directory user group. I have no need therefore for so many of the applications available. I have tried uninstalling some applications and have managed to remove some features that I infact needed to keep.just a minor thing like the Gnome interface (gee!). Is there a list available of core applications required to function etc. that would help me to streamline my build?

View 9 Replies View Related

OpenSUSE Install :: Can't Add Repository Required By Hugin 1-click Installation

Jul 8, 2010

I'm trying to do a 1-click install of hugin (hugin-2010.0.0-13.8.i586.rpm) from software.opensuse.org: Search Results and during installation the repo can't be added due to a missing primary.xml file in this repo: Index of /repositories/graphics/openSUSE_Factory

all the other possibilities on this page to do an installation result with same error.Can someone have a look please? Or what can I do to add this repo? There are some dependencies that could be fixed having this repo.

View 2 Replies View Related

OpenSUSE Install :: Username Pasword Required At Boot - Command For Startup?

Mar 22, 2011

I just burned the iso of openSUSe 11.4 onto a dvd, and I make it through all of the installation. At the end it reboots the computer and starts in the kernel/command line or whatever you call it. I think it's kernel. Anyway, it asks for my username and password and then it says like "have fun.." () or something and then just has like my directory or whatever waiting for commands. Is there some command to start up the OS?

View 9 Replies View Related

OpenSUSE :: Install The Message Passing Library MPICH2?

Jun 2, 2010

I was looking to install the message passing library MPICH2. In yast with my repos, only mpich 1 comes up. I tried looking for unofficla repos that had it,a nd in fact google threw up a user called Rotkraut's repor directory, but thought he google search engine could see it, I couldn't. So I went over to the mpich website and saw that several rpms were available for different version of fedora. Is it useful to try those? And if so, which version? Fedora 10? Fedora 11? Fedora 12?

View 2 Replies View Related

OpenSUSE Install :: Operating System From A USB - Error "Could Not Find Kernel: GFXboot"

Jul 13, 2010

I have a problem installing the oporating system, from a USB. I keep getting the error: Could not find Kernel: GFXboot. I have used a USB loader to put the ISO file on the flash drive as well as extracting the file using winrar. (separate occations) I have also tried both LIVE CD as well as the full DVD.

View 1 Replies View Related

Fedora :: Cannot Find Required File Libvlc-dev

Aug 14, 2011

Trying to install Freetuxtv and cannot find required file libvlc-dev

View 3 Replies View Related

Ubuntu :: QT Creator Cannot Find C++ Library

Jul 28, 2010

I installed Qt SDK for Linux/X11 on my Lucid. But when I try to write a simple program, Qt Creator cannot recognize the c++ headers.

Exact message when I used #include <iostream> : "iostream:No such file or directory".

Seems it cannot find the C++ standard library headers. Also gives a similar error when I try to use the std namespace.

How can I resolve this? From where and how can I give the C++ headers to the Qt Creator.

View 5 Replies View Related

Software :: Cannot Find Shared Library

Feb 18, 2010

I am trying to install the WebSphere MQ Client on a Red Hat Version 5 server with OS x86_64bit.. When I try the first step of there process it fails trying to find shared libraries:ERROR: Installation will not succeed unless the license agreement can be accepted. The MQ Client is 32 bit, but I am told it should work on 64 bit server...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved