Software :: PXE ISO Boot Library?

Feb 5, 2011

Is there any Linux app/distro that would allow to act as a PXE server, and provide a list of ISO's to choose from and boot off them?

Basically, when I PXE boot a computer I want to be able to select an ISO, and it boots off it. Would be cool to put all the various versions of windows, Linux, rescue disks etc on such a server and basically never need to use CDs for most PCs.

View 1 Replies


ADVERTISEMENT

Software :: ./configure Problem For Libsf Library Due To Apparently Missing Libdb Library ?

Aug 4, 2011

./configure script fails to configure libsf. Please check the following last few lines of configure script error.

But find command shows the following;

It seems the file libdb does exist. man dbopen displays man page for dbopen. I also tried to ln -s /usr/lib/libdb.a and libdb.so /lib dir but all were in vain.

View 6 Replies View Related

Programming :: SDL Static Library - Shared Library ?

Apr 7, 2009

I'm reading about shared, static, and dynamic libraries. What is SDL? Is it static, shared, or dynamic?

I always thought a library would be a lot of .h and .cpp files compiled separately into .o files and then if you compiled your own program you could use the -l parameter to link the library and it was all compiled together. Now I'm not so sure.

I don't even see any SDL .cpp files in my system anywhere. All I have are lots of SDL .h files in /usr/include/SDL and I don't really understand the code in them.

I'm making a wild guess here: SDL is a shared library. SDL itself is NOT compiled into my program, therefore SDL must be on any system my program tries to run on. When I compile and link SDL all it needs is the header files to know what SDL function and objects it can use. And then on every system it uses an already compiled SDL shared library thingy somewhere.

So... where is that part of SDL? All I can find are header files.

I'm thinking the advantage of shared libraries is that someone could say update SDL on their own system and take advantage of the new features without having to download new executables with the new version of SDL compiled into them for every program that uses SDL.

So if I'm making an editor and a game engine and they both use a lot of the same .cpp and .h files that I wrote and I'm tired of updating one and then the other and I need to turn them into a library, then a shared library might be kind of a silly solution. I could just make a static library. Right? Because it's not SDL. Nobody else is ever going to use this library.

View 6 Replies View Related

Programming :: Convert A Dynamic Library (filename.so) To A Static Library (filename.a)?

Nov 18, 2009

How can we convert a dynamic library (filename.so) to a static library (filename.a) using gnu gcc . Can we get a static library form a dynamic library . I saw a few post in which the conversion form a static library to a dynamic library is mentioned but, unfortunately, not the other way.

View 4 Replies View Related

General :: Link Shared Library Against Other Shared Library?

May 27, 2010

I think that the solution is very simple, but I cannot reach this solution. I'm trying to build an B.so that uses A.so.

A.so is compiled using C;
B.so is compiled using C++;

Inside "Aso.h" file I'had declared:

Code:

#ifdef __cplusplus
extern "C" {
#endif

[code]....

There's no error to compile that, this library seems to be compiled correctly, but using the "nm" command the Aso.so functions appear with "U" of undefined. Trying to build an executable using the Bso.so library, I got this error: /lib/../lib/libBso.so: undefined reference to `foo(int, int, int)' I think that to solve this problem it's only link the Aso.so with the .o files generated at the compilation phase of my Bso. Using the "ldd" command I'm able to see that Bso.so depends on Aso.so, so what am I missing?

View 2 Replies View Related

Programming :: Add A Static Library To Own Static Library?

Mar 31, 2010

To create a static library, or to add additional objectiles to an existing static library, I can use a command like this:ar rcs my_library.a file1.o file2.oBut how to add an existing static library to my own static library. I have created my own static library using the command above and want to link against the library libuuid.a (placed in /usr/lib/).

View 6 Replies View Related

Debian :: How Can I Tell Which Library Is Failing

Feb 11, 2011

I am trying to install a printer driver on an amd64 that was designed for 32bit only (of course)Squeeze automaticallty installed the ia32_libs package, but it may not be enough.How can I tell which library is failing?I do get an error on libcupsimage.so.2 but it does exist in /usr/lib/libcupsimage.so.2

View 4 Replies View Related

Ubuntu :: Tcl Library Not Found?

Mar 2, 2010

I try to install simulation package Espresso. When I configure I have following error message.

checking for libtcl8.5... no
checking for libtcl8.4... no
checking for libtcl8.3... no

[code]....

View 1 Replies View Related

Ubuntu :: Can't Print At Our Library?

Apr 20, 2010

I convinced our librarian to let me put Ubuntu on our public computers a year ago. However everyone is really upset as printing is a constant problem. Soon Ubuntu will go and windows will be back if I can't solve this soon. I have tried lots of tweaks with no luck. I am not a computer or Linux professional but am pretty knowledgeable on tech although a bit weak with command line tasks.Karmic can print test pages but rarely pdf, office, or web pages. I constantly uninstall and reinstall the printer. We use a print server and several laptops share the printer. All run Ubuntu 9.10 and all are up to date. When I check the print queue all jobs are being held even though I have it set to no hold.Occasionally something will print.I also have an XP machine and an Apple but have about given up on ever getting them to print though the printer does get found by both of them.We are lucky that they let me put Ubuntu on these machines but unless this is solved soon Ubuntu will be history here. What I really need is to talk to someone while I am at the library and see is this can be fixed in a step by step manner.

I am there Thurs by 1pm eastern time USA daylight savings time. Though I could be there by noon if that would help. We open at 3pm and after that it is really hard to get exclusive use of the computers.If anyone can call me there on Thurs we can set up a time. Also I could call out by Magic Jack phone if it would save someone a long distance call. The Magic Jack is quite unreliable.We are getting Charter with long distance in 2 weeks but everyone is on my case to get this fixed before that. I am a volunteer. Also if another day would work I could maybe schedule that but I do volunteer other places at set hours. research,and web searches trying to solve this with no luck.reinstalling the printer on all the machines will maybe make it work for a few documents but not even that works much.

View 9 Replies View Related

Ubuntu :: How To Install C++ Library

Oct 11, 2010

I have one header file named CImg.h for C++.Now I don't know the exact location for including it in gcc path.so how to include it?

View 1 Replies View Related

Programming :: Library Dependencies And G++

Apr 18, 2010

How to make simple games (snake, pong... nothing too fancy). I have completed making snake and now want to be able to distribute it. I built it using C++ and wxWidgets so it would be multi-platform. I'm able to compile it and run it in both Windows and Ubuntu using g++. In windows, I was able to distribute it by putting a *.dll file in the same folder as the executable. However in Linux, I don't understand what I need to do so that it would run on any installation of Ubuntu out of the "box". When I build it and try to run it in a different installation of Ubuntu (which has g++) it gives me an error saying that a particular library file was not found and Getlibs fails to find that library file.

Is there a way to build a project with G++ so that all the dependencies are either packaged in the executables or copied into the folder....?

View 3 Replies View Related

Programming :: How To Make A Library In C++

Nov 9, 2010

I'm trying to make one that has some sorts in it for now. I know you have to make a header file and a .cpp file. I'm using VC++(yes, I'm in school so windows in needed. I use Ubuntu at home I swear D if it makes a difference. What goes in the header file, how is the cpp file set up, and then where do I put the files once I'm done?

View 5 Replies View Related

Programming :: Bluetooth Library For C++?

Nov 15, 2010

bluetoth library for c++

View 2 Replies View Related

Programming :: Qt4 Library Binding With C?

Jun 17, 2010

i have a code written in c..for which i was trying to create a gui using Gtk+.but now i want to use qt4 for the same purpose but native language of qt4 is C++. i have to do library binding for my C code to develop a gui using qt4.

View 5 Replies View Related

Programming :: Use Ntfs-3g Library In C++?

Mar 30, 2010

I am trying to write a program that can get the times from files on a NTFS drive in Linux using the ntfs-3g library. I have installed the development libraries and source on my Fedora 10 machine. I can find the headers in the /usr/include/ntfs-3g directory but when i try and compile my program I am getting an undefind reference to ntfs_mount() call. I have the following in my link string

g++ -L/lib -o ProgramName -lpthread -lntfs-3g

I did a pkg-config --cflags --libs libntfs-3g and it said all i needed was the -L/lib -lpthread and -lntfs-3g.

View 2 Replies View Related

CentOS 5 :: Tikiwiki 3 Does Not See GD Library?

May 1, 2009

I installed Tikiwi 3 beta 4 on CentOS 5.3. While installing, installer reported it could not find GD library (graphics). I tried installing all GDxx. Same result.

Anybody know which library Tiki is looking for? Or Tiki bug?

View 2 Replies View Related

Debian :: Missing Library For Firefox?

Jul 22, 2010

On one of my computers, I installed Lenny with Gnome and installed Firefox without a hitch. Now, on another computer I installed Lenny minimally, no desktop, just the jwm window manager and dual monitors. After installing Firefox, I have a problem.

When I try to run Firefox, it aborts with an error:

"Error while loading shared libraries: libasound.so.2: cannot open shared object file: no such file or directory. " I tried to install libasound.so.2 with apt-get, but no luck.

View 3 Replies View Related

Fedora :: C Programming Library Not Working?

Dec 9, 2010

I jus found that #include<stdio.h> is not working with gcc and neither any function from the library like clrscr(); i found due to <stdio.h> is a windows lobrary file so its not come with linux. But I want to to know if I have to call any function from that library what should I do? Is there any way to install <stdio.h> in linux?

View 5 Replies View Related

Fedora :: Accidentally Using 32 Bit Library On 64 Bit System?

Jun 16, 2011

When trying to run google-chrome, I am getting:

error while loading shared libraries: libnss3.so.1d: wrong ELF class: ELFCLASS32

I am on a 64bit system and downloaded the 64bit google-chrome. I believe the error above means it is trying to use a 32bit library? That file is a symlink I made to /usr/lib/libnss3.so - why would this not be 64bit?

View 3 Replies View Related

OpenSUSE :: Missing Library To Run SeaMonkey

Apr 22, 2011

I've just updated my system from SuSE 11.2 to 11.4 (I'm using KDE desktop environment) I like to install SeaMonkey myself. I use the installer from the Mozilla site. When I try to run SeaMonkey, this is what happens:

Code:
./seamonkey-bin: error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory
Where do I get the missing library? I've tried searching for it on the rpmpbone site RPM Search and even they couldn't find it.

View 4 Replies View Related

OpenSUSE :: KOffice - Incompatible KDE Library?

Sep 4, 2011

I just installed KOffice, and all components listed with it under Office-Suite, using YaST's Add/Remove Software and I receive this error whenever I try running KWord The plugin 'kwordpart' uses an incompatible kde library (4.71 (4.71)).

KWord then does not run. Does anyone know what might be causing this?

View 4 Replies View Related

General :: How To See If Shared Library Is Currently Loaded

Jul 13, 2011

How can I see if a shared library is currently loaded? (i.e. system-wide, process agnostic)How can I see all shared libraries loaded by a process?

View 2 Replies View Related

General :: Force Firefox To Use Different Library?

Aug 12, 2011

I'm trying to upgrade to Firefox 5 on RHEL5, and am getting the following error:

./firefox-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /home/isdtc/tdiakiw/bin/firefox5/firefox/libxul.so)

As the computer is a work machine,I don't have access to update the libraries directly. To try and get around this I downloaded the libstdc++.so.6.0.10 library.strings libstdc++.so.6.0.10 | grep GLIBCXX shows:

GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2[code]....

Is there some way of forcing firefox to use this library instead? I have tried adding the directory containing the new library (with a so name) to LD_LIBRARY_PATH and then running, but I'm still getting the same error message

./firefox
+ moz_libdir=/usr/local/lib/firefox-5.0.1
+ found=0

View 1 Replies View Related

Ubuntu :: Zotero - How To Import PDF Library

Jan 28, 2010

I have looked at heaps of the citation software and have settled on using Zotero for a few months to really get a feel for it. One major barrier is how to import my (large) pdf collection into it in one easy step.

Goal: have zotero import my PDF library in one batch. (ubuntu 9.04)

1. I have tried to do it 1 at a time. The sun will explode before I get that done.

2. I have tried this work around without success: Drag and drop from Konqueror (KDE 3.5, opensuse 11.1) fails for me, too. A workaround to allow drag N drop is to use Firefox as a file browser (enter "file://<location_to_file>" as the URL), and to drag and drop from there. [URL]

Firefox cant find the directory

3. I have tried drag and drop as suggested on the Zotero forums (largely for windows users). No luck.

4. I have searched the web, with no other suggestions that have worked.

View 4 Replies View Related

Ubuntu :: Inbuilt Library Functions Of C++?

Mar 16, 2010

I use g edit to write my C++ codes. How can I know the inbuilt library functions of C++?

View 4 Replies View Related

Ubuntu :: How To Know In Built Library Functions

Mar 21, 2010

while writing my codes in g-edit, how do I know the in built library functions? Like in turbo C we can see the library functions? Is there any such features?How can I do that?

View 1 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

Ubuntu :: Installing GNU Scientific Library 1.14?

Sep 3, 2010

how do i install GSL 1.14? i have downloaded the tar file from [URL] and it is now sitting in my Download folder. i do not really understand the instructions in the 'install' text file that came with it.

i tried the synaptic package manager, but the version in there is not updated.

View 4 Replies View Related

Ubuntu :: How To Install The Ext2fs Library

Jan 1, 2011

how to install the ext2fs library?

View 9 Replies View Related

Ubuntu :: Library Type Cannot Be Detected?

Feb 3, 2011

[I've posted this on the Opera forums as well....]

I'm running Ubuntu 10.10: Linux 2.6.35-25-generic #44-Ubuntu x86_64 GNU/Linux
Opera:Version information
Version 11.01

[code]....

View 1 Replies View Related







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