Ubuntu :: GNUstep "libraries" Apps Are Broken In 10.10 And 10.04

Oct 18, 2010

I find this extremely strange because it would mean there's a bug in a library but for some reason it's happening and I can't seem to fix it. All software which uses the GNUstep libraries is broken in 10.10 and 10.04, it segfaults upon launch.

[Code]...

View 2 Replies


ADVERTISEMENT

Ubuntu :: Download 32 Bit Libraries For 64 Apps?

Apr 25, 2010

How do I know what libraries I'll need for a 32 bit app which I want to install on a 64 bit version of Ubuntu?

eg. imageshack app is currently available as 32 version, cant install it on 64 bit OS.

View 3 Replies View Related

General :: Linking GPL Apps To Non-GPL Libraries

Jan 20, 2010

I have a library that I have ported from Windows, and is not a derivative work of Linux. The library is subject to copyright law, and I can't disclose the source. I would like to link a GPL application to this library, and want to know if the linking would cause the library to be GPL. If the library becomes GPL, is there some other way (kernel loadable module?) that I can keep my library from becoming a work of GPL?

View 2 Replies View Related

Ubuntu :: Audacious 2.5 - Updating Libraries Broken GTK

May 5, 2011

I was trying to install Audacious 2.5 which required new libraries:gdk-pixbuf-2.22.1
glib-2.28.6
gtk+-2.24.4
libmowgli-60e2589fc14e
pango-1.28.4

I performed the following commands to build them:
Code:
./configure
make
sudo make install

I rebooted and now my current window/icon theme is missing and gives the following error:
This theme will not look as intended because the required GTK+ theme 'eco' is not installed". If I look at synaptic, it shows it as being installed (see screenshot). How do I go about rolling back the library updates I made? I tried reinstalling the themes from synaptic but so far no luck.

View 2 Replies View Related

Slackware :: Script To Detect Orphaned Libraries - Broken Lib Links - Missing Dependencies

Mar 9, 2010

My recent borked upgrade to -current inspired me to try to come up with a way to sanity-check the lib and bin dirs for broken library symlinks (possibly indicating missing libs) and for binaries and libraries that belong to no installed package, as well as missing dependencies.

This script is the result.

I've checked the script results manually, and it appears to be accurate, so I figured I'd post it here for a second opinion, and/or because others may find it useful too. I'm not aware of another popular method of doing this on Slackware, so here it is:

Code:

View 14 Replies View Related

Fedora :: GNUstep - How To Get GWorkspace

Jan 11, 2011

So I've heard that GNUstep has finally been ported to Fedora with the latest release... I've wanted to try it out mostly out of curiosity as it has an indirect relationship with OS X . So I go and install GNUstep/related packages and WindowMaker... and I can't access any of the GNUstep applications, turns out I need GWorkspace to really make use of GNUstep. YUM and PackageKit both turn up nothing, so I was wondering if there's a way to install GWorkspace on Fedora? Or, for that matter, any way to access the GNUstep applications at all, I can't seem to find them anywhere...

View 8 Replies View Related

Slackware :: How To Compile Gnustep For X86_64

Apr 9, 2010

The background to the problem. I was dangerous, not deadly or elite and I want to be that way again. The best representation that I have found is oolite. Now this installs by auto-package but only in 32-bit and I find auto-package a bit of a pain. I have the windows version installed and running under wine but would prefer a compiled 64-bit Slackware package.

Oolite requires gnu-step so I have downloaded the source and some old (12.2) slackbuilds, which I have modified, and made a package for gnustep-make. The next stage is to make a package for gnustep-base however it is failing with the following error

Code:

./configure: line 1390: gnustep-config: command not found
configure: error: cannot run /bin/sh /tmp/SBo/gnustep-base-1.18.0/config.sub

View 14 Replies View Related

General :: Use Always The Latest Versions Of The Libraries And Don't Save The Old Libraries For Compatibility?

May 11, 2011

Why many Linux distros are trying to use always the latest versions of the libraries and don't save the old libraries for compatibility? I mean, I can see libtiff for example, i can found a libtiff.so.5 on my /usr/lib, but doesn't store a libtiff.so.4 or 3 just for binary applications or games. For this example, I need libtiff.so.4 for uplink.

That should happen too on the old version of sims for linux, some ID games or others.What's wrong with storing old libraries? PD: Yay, my first post on 3 years!

View 6 Replies View Related

General :: Using Dynamic Libraries As Static Libraries?

May 6, 2010

Is there any way to use a dynamic libraries as a static libraries instead when compiling, so that my resulting executable won't have them as dependencies?

View 3 Replies View Related

Ubuntu :: Hidden Mimized Apps \ Reach Apps That Minimized Them Self And Are Not Shown In The Top Menu?

Apr 30, 2011

Some minimized apps no longer appear in the top menu and by that are no longer accessible.For example firefox with the minimize addon or Jungel Disk backup service.How can I reach apps that minimized them self and are not shown in the top menu?

View 2 Replies View Related

Debian :: Broken Dependency - Mark Smartcam Package As Not Broken And Release Apt?

May 21, 2010

i'm running debian lenny - latest stable i have recently installed smartcam (mobile phone as webcam over bluetooth) from .deb package , get errors of unmet dependency , but application works like a charm, unfortunately broken dependences block my aptitude , i cant fix them either as latest stable use older versions of dependences even in backports... how do i mark smartcam package as not broken and release my apt?

View 8 Replies View Related

Ubuntu Installation :: Updater Says Error 'Fix Broken Packages First' But No Broken Packages

Apr 24, 2010

I've been trying to fix this problem for quite a few days now and have done a lot of searching on these forums, Linux Mint Forums and some others Google lead me to and have has some success, but am now stuck.I have posted a thread on this same topic on the Linux Mint Forums, but have had no success (if you want check it out at:URL...Originally I received error messages when trying to update involving certain repositories which couldn't be accessed (because they either didn't exist or had been moved) and I hunted these down and changed or removed them.

I have done much searching, etc. and cannot find any broken packages. I have tried many many different commands which have mostly done nothing.I seem to be in a similar boat to this person: URL...

View 2 Replies View Related

Ubuntu :: Package Manager Says Have A Broken Package And Wants To 'upgrade' To The Older Broken One?

Sep 1, 2011

I was having a problem with a fresh 11.04 install and the VPN software I use for work. I found the fix was to upgrade the software, so I downloaded an RPM, converted it to .deb and installed it via dpkg. The install worked and the VPN software now works, but Package Manager says I have a broken package and wants to 'upgrade' to the older broken one. How can I fix this without breaking my VPN SW again?

View 1 Replies View Related

Ubuntu :: Cannot Link Libraries To G++

May 18, 2011

I've been trying to use the library boost/thread.hpp but I cant get it to link. Every time I try it looks like this:
Code:
tyler@TjLaptop01:~/Desktop$ g++ thing.CPP -o Desktop -lboost_thread
/usr/bin/ld: cannot find -lboost_thread
collect2: ld returned 1 exit status

View 2 Replies View Related

Ubuntu :: Download All Development Libraries At Once?

Feb 10, 2011

It seems to me that if I could download every single development library or dependency available for Linux/Ubuntu, that it would make my life a whole lot easier as for as acquiring software. All I would have to do then is run configure/make/make install which isn't that bad.

The problem being here that the repositories in Ubuntu suck. In fact, they suck in all Linux distributions. The only things they are good for is gathering dependencies needed to compile programs. All the packages that I actually want are frozen and therefore are outdated and useless. I've had to learn how to compile stuff just so I could get the programs working like they do in Windows. Except in Windows all I had to do was double click on the file and not spend hours figuring out what to do.

Then of course there is the other problem that about 90% of the software I need is not included in these repositories.

Have Linux people not heard of the Internet? The ultimate repository? It sure works well in Windows.

Anyway, if there is a way to download all these files in one go (because let's face it, I'll have them all downloaded eventually) I would like to know how. Even if they take up 100's of gigs it would be worth it for the savings in time and energy.

View 1 Replies View Related

General :: Ubuntu 10.04 - Linking To Lua Libraries With Codeblocks

Jun 18, 2010

After I downloaded the source for lua, I followed the install instructions, doing...

make linux install
make generic install

I've also done the make test and it passes, printing out Hello World, from Lua 5.1. However, I can't link to the lua libraries in CodeBlocks. I know where lualib.a is (usr/local/lib) which I set in my Search Directories for the linker. I still get error messages like...

undefined reference to lua_isstring

P.S. I had this running on Windows via Visual Studio.

View 1 Replies View Related

Ubuntu Installation :: What Libraries I'm Missing For A Program To Run Right?

Jan 15, 2010

I moved a program from one machine to a different one. When I run it on the new one I get errors. How do I tell what libraries it's missing and then find them?

View 8 Replies View Related

Ubuntu Installation :: Missing Libraries For ATI Catalyst

Mar 25, 2010

I'm trying to install proprietary driver of my old ATI's Radeon x600 card. There are two libraries missing: XFree86-Mesa-libGL XFree86-libs

View 2 Replies View Related

Ubuntu :: Program Find The 32-bit Libraries On A 64-bit System?

May 19, 2010

A 32-bit program (Cisco AnyConnect VPN Client) appears to be trying to load a library from /usr/lib even though the 32-bit library is installed in /usr/lib32:

ak@myo5a:~$ /opt/cisco/vpn/bin/vpnui
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

[code]....

View 7 Replies View Related

Ubuntu :: Missing Libraries When Installing From Sources

Oct 24, 2010

Installing from sources was always complicated to me, but biggest problem is installing when some strange dependencies are "missing". Let's do it on example - I am sure it will benefit lots of users.I have a unmodified ubuntu 9.10 (Karmic) on 64 bir architecture. I download latest Grisbi sources from official web page.I didn't modify any paths to system variables...and it's usually problem with glib or gtk with all other sources I try to install.

1) Could someone help me in this particular case with missing dependencies please?
2) What every User should do when trying to install from source and some libraries are missing?How to find them? How to install them ?

View 4 Replies View Related

Ubuntu :: Identify Libraries Used By A Running Program?

Dec 9, 2010

I'm using the FortiClient SSL VPN free version provided by my University. I can't get tech support from the university OR Fortigate. I have it running on one system, but I have no idea what the sequence of libraries I installed was. I need it to run on a second machine. pstree is only telling me that the FortiClient ssl daemon depends on pppd. I need to know how to find out what else it's using: LibPKCS and the like.

View 1 Replies View Related

Ubuntu Installation :: Install Libraries Manually

Mar 7, 2011

I want to set up ubuntu 10.10 on a computer WITHOUT Internet access.I also need to install a package on it but it has several dependant libraries (eg libX11-dev)If i just have the names of those libraries & the package, where can i find them, so that they can be downloaded onto a pendrive & then installed onto the comp? (What would a library file look like after download?)

Also after i have copied the files onto the other comp (assuming that it was possible), how do i install the library? Would synaptics recognise that i have installed this library if done manually by this method?

View 1 Replies View Related

Ubuntu :: RHEL GCC Libraries - Versions - Linking ?

Aug 1, 2011

My principle machine is Ubuntu 10.10 (x86_64) with gcc version 4.4.5, but I'd like to run the compiled/linked code from it on a RHEL server release 5.4 with gcc version 4.1.2.

Now, the error at runtime is "version 'GLIBCXX_3.4.9' is not found (required by ./executable)". The server has /usr/lib64/libstdc++.so.6.0.8, but seems to need at least .so.6.0.9. However, the admin of the server will not allow the libraries to be updated as "the entire system is tied to an older version of glibc and forcing an upgrade could break the entire system especially when making the jump across major revisions."

He recommended that I build the newer version of glibc in my home directory and link against the libraries, but didn't offer direction on how.

View 1 Replies View Related

Ubuntu Installation :: Headers And Libraries Not Found?

Aug 7, 2011

i am trying to install: kiso-0.8.3 but when I try ./configure I recive this error >>>>>>>>>>

configure: error: Qt (>= Qt 3.2) (headers and libraries) not found. Please check your installation! For more details about this problem, look at the end of config.log

View 1 Replies View Related

Software :: How To Add Libraries

Jun 10, 2010

Just curious how you can add libraries to /lib from the command line. My box just has a server distribution on it, so I obviously can't use synaptic. I downloaded a .tar.gz file for the libraries I need, and I assumed that you would use dpkg -i <packagename.tar.gz> but that doesn't seem to work.

View 4 Replies View Related

Programming :: C++ Pdf Libraries

May 24, 2010

Im doing a project,in which i have to add a script in c++ inorder to merge two or pdf files page by page or based on some headindgs.SO anyone can please suggest me any open source pdf libraries in c++ which provide functions for merging and splitting.

View 3 Replies View Related

CentOS 5 :: Where Are The X11 Libraries In 5.3

Jun 8, 2009

I'm trying to install some third party software that looks for X11 libraries in either /usr/lib/X11 or /usr/lib64/X11, but both of these folders are empty on my CentOS 5.3 installation. Can someone tell me where to find these libraries, or what has replaced them? Based on what I've read so far, it looks like the xorg-x11-libs and xorg-x11-devel packages have been replaced in favor of the mesa-libGL stuff. Is this correct?

View 1 Replies View Related

Ubuntu Installation :: Gfortran Missing Some Libraries In Karmic?

Jan 26, 2010

I've recently upgraded from 8.04 to 9.10 and in the process, I've lost access to gfortran. I'm using the gfortran that came with Karmic, but when I execute the make file I get this:

Code:

ld GetNextPerigee.o -o GetNextPerigee
ld: warning: cannot find entry symbol _start; defaulting to 0000000008048094
GetNextPerigee.o: In function `MAIN__':
GetNextPerigee.f90:(.text+0x26): undefined reference to `_gfortran_set_options'
GetNextPerigee.f90:(.text+0x2b): undefined reference to `_gfortran_iargc'

[Code]....

View 1 Replies View Related

Ubuntu Multimedia :: Syncing Music Player Libraries?

Feb 26, 2010

I'm dual-booting Ubuntu and Windows 7, and I have all my music files on an external hard drive that I read from both OSes. When in Windows 7, I use iTunes as my music player. Does anyone know of a way to keep the ratings, primarily, and play counts as a bonus quest, synced between iTunes and a Linux music player, whether it's Rhythmbox, Banshee, Amarok, or some other player. This is the number one feature I'd like so I'll switch to using almost any music player if I can have this.

If there's a way to import ratings from iTunes that's a start, but that's more of a one time thing. I might be able to write a script that does this importing regularly but what I'd really like is a seamless way to keep the ratings between the two music players synced. I know I can use Amarok or Banshee on Windows and that might make what I'm trying to do easier, but for other reasons I need to keep using iTunes on Windows.

View 3 Replies View Related

Ubuntu Installation :: MakeMKV - Command For Tools And Libraries

Mar 28, 2010

I am trying to install makemkv [URL]. I tried to install makemkv and I used the first command to install the tools and libraries. Sudo apt-get install build-essential
libc6-dev
libssl-dev
libgl1-mesa-dev
libqt4-dev

I then try to use:
make -f makefile.linux
sudo make -f makefile.linux install

And I get:
kevin@kevin-desktop:~$ make -f makefile.linux
make: makefile.linux: No such file or directory
make: *** No rule to make target 'makefile.linux'. Stop.
kevin@kevin-desktop:~$ sudo make -f makefile.linux install

I dl both files and extracted them in the download folder with the tar files.

View 3 Replies View Related







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