1
vote
2answers
39 views

Linux packages Where to download complete dependency list

where do I find the list of all dependencies (direct and transitive dependencies) of most popular Linux packages? I want a complete list (just list) in the form of dependency graphs, for exploration. ...
0
votes
1answer
36 views

Trying to find and install libstdc++.so.5 to run C++ with mex for MATLAB

I am using the BGL libraries for MATLAB found here on fileexchange. I get this error when using a function from this library under Ubuntu 10.04 LTS (this error did not occur under Windows, where it ...
0
votes
0answers
12 views

multiple openjdk versions installed — how to direct program to appropriate libraries

If I have openjdk 6, openjdk 7 and gcj installed, some programs that depend on a specific version will get offended and stop with an error if the system variables direct them to use the wrong java ...
0
votes
0answers
42 views

kde-workspace compile error

I'm trying to compile kde-workspace on Linux Mint 14 and I have this error. [ 7%] Building CXX object libs/plasmagenericshell/CMakeFiles/plasmagenericshell.dir/scripting/containment.cpp.o ...
0
votes
0answers
69 views

Install apt linux [closed]

I got below errors when installing apt get. Anyone could help to solve it? Thanks. [root@db8 src]# uname -r 2.6.32-279.22.1.el6.x86_64 [root@db8 src]# yum install apt Loaded plugins: fastestmirror, ...
1
vote
1answer
34 views

Testing for package conflicts in Prolog

It's a Prolog program that I want to check for dependencies between Linux packages and if there are conflicts anywhere. dep(gnome1,gcc7). confl(gcc7,gcc8). % recursive chain dependency depend(X,Y):- ...
1
vote
0answers
22 views

How do i install xuggler dependencies on linux? [duplicate]

Possible Duplicate: Beginner’s Guide to Setup Xuggler I downloaded xuggler-xuggler-5.4.jar which I've successfully added to netbeans. The problem is getting it work since it has so many ...
0
votes
0answers
43 views

Dependency issues with php cli

I was trying to get antialiasing working on gdlib and installed a secondary package that screwed up my php configuration. now I'm trying to get it back to normal and am almost there except my php cli ...
1
vote
1answer
75 views

Facing dependencies issue when modifying spinlock

I want to modify spin_lock & spin_unlock API in spinlock.h of 2.6.36.4. I want to add a counter for each core so that every time a lock is taken on a core, its counter in incremented and ...
0
votes
0answers
65 views

How to compile Qt app with specify version dependency

I’m not sure how to describe it correctly, but I have a following problem. I need to compile my Qt application with exactly dependency to specific Qt version. Currently when I compile my app on linux ...
0
votes
0answers
248 views

fatal error : asm/linkage.h: no such file or directory [duplicate]

When I launch a Makefile with the command make, I get: fatal error: asm/linkage.h : no such file or directory. What do I need to install to fix this problem?
0
votes
1answer
107 views

Create .deb package - can't get dependencies

I am trying to create a simple .deb package by following a wonderful tutorial, and my problem is that when I try to get the dependencies of the package by executing this command: dpkg-depcheck -d ...
1
vote
1answer
90 views

Writing a Script That Downloads Linux Packages and Dependencies Online [closed]

I Have Linux Debian on one my systems. But due to some reasons I dont have Internet on that machine for now. I have Internet on one other machine. I have been manually downloading .deb packages and ...
1
vote
2answers
166 views

How to make dependencies between merged patch and before merged patch in gerrit?

I have two patches on gerrit and I would like to make the unmerged depened on the merged patch. Both are uploaded to gerrit yet. How can I do it? Is it possible at all? can I do it through gerrit? ...
2
votes
2answers
92 views

Makefile isn't rebuilding dependencies?

Fair warning: I'm something of a newb at using makefiles, so this may be something obvious. What I'm trying to do is to use make to run a third-party code generation tool when and only when the ...
1
vote
3answers
813 views

how to install c library on linux (in particular SDL_image)

What is the general approach to installing c libraries on Linux? In particular, I would like to install this library, with the objective to compile this: #include <SDL_image.h> // it errs that ...
1
vote
1answer
182 views

Compilation, dependencies, and executable size with GHC in Linux

Question 1 For the reasons of improving compilation times in haskell (any module that is included is compiled, irrespective of whether the underlying functionality is used or not), is there any tool ...
0
votes
0answers
34 views

Packet dependency

Think of a Linux distribution having many packets written mostly in C/C++ in Linux. Each packet has versions, set of features and depends on the features of other packets. Also there are profiles each ...
0
votes
1answer
216 views

dependency check failure on oracle linux

i am new on linux. i am using oracle linux... el5. i am trying to install oracle 11g. i have to install some packets for pre-installation task. ex: compat-libstdc++-33-3.2.3 i downloaded the rpm ...
1
vote
0answers
125 views

Finding DLLs required of a Win exe on Linux (cross-compiled with mingw)?

I'm using MinGW on Linux to cross-compile to Windows. Getting that working was a breeze. Packing it up with the required DLLs was not quite as simple though. The solution at the moment is to run ...
3
votes
3answers
487 views

Dealing with library dependencies on linux

I am using libcurl in my project and it depends on openssl and bunch of other .so in runtime. This dependency is kind of pain in the ass, since different distributives/versions may contain different ...
1
vote
1answer
90 views

How to avoid that an executable cares about the dependencies of its dependencies?

Let be an executable C.exe depending on libB.so that itself depends on libA.so. C.exe doesn't use libA directly. The tool ldd shows that C.exe still need libA.so : > ldd C.exe libB.so => ...
1
vote
2answers
870 views

How to get rid of 'GLIBCXX_3.4.9 not found error'?

I am building a redistrbutable .so file. However when my users try to use it they get the dreaded /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.9' not found error. Doing an objdump, it seems its this ...
0
votes
2answers
113 views

How can I scan for library dependencies automatically given the source tree?

I'm working on building a very minimal nfs root for a Xen Dom0 host, booted through pxe. It requires all the xen tools to be installed. I haven't found a list anywhere but there are some indications ...
2
votes
1answer
216 views

What does the colon (:) and dash (-) in a dpkg version number mean?

I'm trying to get the version number of an already installed package, in order to build a dependencies list for a dpkg. If I type "dpkg -l | grep libqtcore4" into my terminal I get the following ...
0
votes
3answers
175 views

Correct way to handle linking in Makefiles?

I'm currently working on a project in which there are about 20 c source files and about 8 binary targets. We're finding the Makefile upkeep fairly difficult and error prone. The main issue is in ...
0
votes
2answers
5k views

Linux - Dependency libmysqlclient.so.15 not found

I start the instalation, now i receive a error for file dependencies see: root@ca [~/sitebuilder]# rpm -Uhv updates/*.rpm error: Failed dependencies: libmysqlclient.so.15()(64bit) is needed by ...
2
votes
2answers
165 views

How to develop in Linux using GNU toolchain, coming from Java?

I'm a good Java programmer, albeit the first languages I learnt were C/C++. Anyway, for work reasons, I switched to Java and web languages. Sometimes I get interested in this or that Linux project, ...
4
votes
1answer
212 views

TCL extensions that depends on each other

My question is a little bit similar to this but it is about TCL extensions. I am using C on Linux (gcc) and I have a package with three modules A, B, and C. Module A contains functions and also ...
9
votes
2answers
1k views

How are shared library dependency paths determined on Linux?

When I run ldd against a shared library such as libphp5.so I see that it has a dependency on libmysqlclient.so.16: $ ldd ./libphp5.so libmysqlclient.so.16 => /usr/lib/mysql/libmysqlclient.so.16 ...
5
votes
2answers
2k views

How to deal with Linux/Python dependencies?

Due to lack of support for some libraries I want to use, I moved some Python development from Windows to Linux development. I've spent most of the day messing about getting nowhere with dependencies. ...
1
vote
2answers
318 views

Copy machine code from windows executable and run on linux

I copy the machine code of a function on Windows. For example: void func() { printf("hello"); } In the above case, I would copy func()'s hex code segment data and printf()'s hex code data plus ...
1
vote
1answer
672 views

Using GCC dependency files causes Make to rebuild project completely every time

I've followed the instructions online to set up gcc (actually g++) to generate .d files for dependencies, and now my makefile looks something like this: CPPFLAGS := ... -MMD -MP ... OBJECTS := ...
0
votes
1answer
1k views

How to install X264

I'm trying to make a program. When I run ./configure, this is what I get: checking for X264... configure: WARNING: Test application not built (x264 codec missing). Either you have not installed x264, ...
1
vote
1answer
530 views

Problem with debian control file dependencies

I am creating a package that depends on another. The version number of package 1 is 8.5.2-xxxxxxxxxxxx. I am trying to get package 2 to depend on 8.5.2 and ignore the revision number. It must depend ...
0
votes
1answer
254 views

script to recursively check for and select dependencies

I have written a script that does this but it is one of my first scripts ever so i am sure there is a better way:) Let me know how you would go about doing this. I'm looking for a simple yet ...
3
votes
1answer
131 views

G++/GCC: how to make your app tell OS to download libs it needs into system?

So for example I am creating some app that uses boost or openCV and on my developer machine all that is installed so app compiles without any problem. But I wonder how to make app tell OS to download ...
5
votes
2answers
9k views

Howto list all dependencies of a Package on Linux?

Howto list all dependencies of a Package on Linux? For example: GNU Make Package is there any command can list the package dependencies I dont have any package manager therefore i cannot use ...
2
votes
3answers
277 views

How to deal with dependencies in shared libraries, unix

I have created a dynamic(.so) library which bundles some functionality for a storage backend that I need. As it is, it offers a known interface and provides backends for things like memcached, mysql, ...
8
votes
6answers
201 views

What are good Linux distributions (and methods) for developing the latest Linux upstream (kernel, Gnome etc.) packages?

The people who really know the answer to this question are those who develop for programs or libraries which are included in Linux distributions, and which depend on other libraries which are included ...
1
vote
5answers
2k views

Easy makefiles for gcc/g++

My projects almst always consist of: Pairs of Foo.h and Foo.cpp Some extra headers util.h etc. What is the simplest way to write a makefile that Runs $CC -c foo.cpp for each .cpp file, ...
0
votes
1answer
492 views

purge ALL dependencies

I've a problem that seems quite simple, but I can't get it done. I have a package with many dependencies and I want to remove ALL of them, regardless wheather other packages also depend on them ( they ...
1
vote
1answer
674 views

Dynamic targets in Makefiles

I'm trying to create a Makefile that has a target per src/ subfolder so that it creates a static lib. I am currently trying this: %.o: %.cpp $(CXX) $(CXXFLAGS) $(INCLUDE) -c -o $@ $< lib%.a: ...
2
votes
1answer
149 views

Linux application - minimize the dependencies

I am trying to minimize the dependencies caused by the shared library mysql++. I know it sounds strange; but I am struggling to solve a platform limitation on Slamd64 ( with 32bit compatibility ...
3
votes
1answer
121 views

Please recommend a way to deploy into a Linux box in a LAN environment

have you struggled with Linux deployment before? I need to deploy an application into a dedicated Linux box with no outside network access. The configuration should be as simple as possible, robust ...
0
votes
1answer
440 views

cygwin & cygcheck

I want to know about cygcheck utility of cygwin. How can I use it to extract all the class hierarchy and dependencies with the help of cygwin? Thanks ! P.S: Any tutorial that you can point out that ...
2
votes
2answers
365 views

How to get version of python dependencies/modules, including external applications called via subprocess.Popen?

I have a set of python scripts that I run frequently on different machines that depend on a few external libraries as well as some other applications spawned via subprocess.Popen. As expected ...
1
vote
3answers
788 views

Batch Job Dependencies Using Open Source/Free Software

I run a large data warehouse plant where we have a lot of nightly jobs running concerruently however many have dependencies on a extract or data load process before they start. Currently we use an ...
5
votes
2answers
914 views

linux/gcc: ldd functionality from inside a C/C++ program

Is there a simple and efficient way to know that a given dynamically linked ELF is missing a required .so for it to run, all from the inside of a C/C++ program? I need a program with somewhat similar ...
4
votes
5answers
579 views

Reproducible custom distribution build system for Linux

The Problem I have a big infrastructure consisting of several kinds of servers running Linux. For instance, database servers, load balancers, application-specific servers. There are many instances of ...

1 2