General :: Install Any Graphical Library In The Server?

Dec 2, 2010

I have a non gui server. I just tryed SSH -X and i didnt have to install any graphical library in the server, which is my goal, but except in the lan, its too slow. Im about to install the other ones, but i ask before:

Can i install them if my server doesnt have GUI? If the answer is NO, then, is SSH -X the only way to go?

View 2 Replies


ADVERTISEMENT

General :: Configure Graphical Environment On Ubuntu 9.04 Server?

Nov 23, 2009

I'm very new to the Linux world, so be gentle. I've been trying to configure the server to run a graphical interface. I have read numerous configuration guides and posts, but nothing seems to fix the issue. I tried to change the run levels from 2 to 5,

View 8 Replies View Related

Ubuntu :: Install A Curl Library For Platform In Order To Run Game Server

Dec 3, 2010

Im new to Linux, so wanted to ask something.I need to install a Curl Library for my Platform in order to run my Game Server.But how do i install it ??Already found the files: [URL]..I have Linux Ubuntu Lucid (10.04)

View 1 Replies View Related

General :: Install Compile And Run Library .a Or .so Files?

Dec 23, 2010

i know how to install software but i don't know

1: how to install library .a or .so files

i: how to install tar.gz i use the method like ./configure. make make install but most of the time i got the message nothing to make .in lots of tar.gz there is no installation document no make file no .configure file that make me quite confused how to install them or run them.now i got sample source code of cuda i got them in tar.gz form when i extract them i found a folder in folder i found folder like c ,doc,shared etc when i open each folder i found more folder n file like that src, doc common ,lib, in these folder i found source code file header files libraries file make files .i don't know how to run this kind of project can the be installed on the system .how to run them they don't have .run file or script they don't have configure file .how to compile them ,how to run them & how to install them

View 1 Replies View Related

Ubuntu :: Graphical Volume Manager - Finding Graphical Partition Editors That Work With Lvm2

May 9, 2010

I know how to manage them from a commandline but I was wondering if there are any graphical partition editors that understand and work with lvm2?

View 1 Replies View Related

Server :: Connect To Server In Graphical Env (real Time)?

Aug 18, 2011

I would like to connect to Linux Server remotely over LAN in graphical modeBut I need access for several users in real time. Everyone must have its own desktop.

View 2 Replies View Related

Fedora Installation :: F11 - Graphical Install Fails - Text Install Has No Fdisk

Jun 28, 2009

I have been using Redhat/Fedora for 11 years. I don't understand why Fedora 11, can't even do a vga graphical install, when Windows can.

I tried many parameters, including xdriver=vesa, and it cannot used graphical install.

So, I tried text install, which I have done many times in the past.

However, F11 seems crippled, in that it will NOT do the same install achievable from a graphical install.

It will NOT allow the use of fdisk, and it will NOT allow any selection of any packages.

What is the point of this option?

Even after trying all of this, for a dual boot install, and F11 claims to have installed, there is no grub or equivalent, and the computer just boots windows, just like Fedora 11 did absolutely nothing.

What are the options now? Why is text install so crippled and incomplete? Why is standard VGA mode so hard?

View 1 Replies View Related

CentOS 5 Server :: PHP SOAP Server Returns Array Using NuSOAP Library?

Jul 2, 2009

I have a function in my SOAP server that returns an array. When the client calls this function, it only receives "array", and when I use foreach to print each member of this array, it tells me that this is not an array. If I change the returned value of the function to a string or integer type everything works fine though, so I don't think that there is any problem with the client.I am using NuSOAP library on php to achieve that.I had doubt when declaring the type of return value of the function. In XML schema there is no array type, so I specified the return value as a string like this:

PHP Code:
$server->register("getLocation",
array('country_population' => 'xsd:string',

[code]....

View 1 Replies View Related

OpenSUSE Install :: Unable To Install Application In Graphical Mode?

Jan 22, 2010

on Suse linux 11.2 while trying to install sun webserver 7 I was unable to install it in graphical mode, is the any package that needs to be installed in order to do that

View 6 Replies View Related

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

General :: Install "Athena-3d Widget Library" On Ubuntu?

Jan 30, 2011

Does any body know how to install "Athena-3d widget library" on Ubuntu?

View 1 Replies View Related

Fedora Servers :: Looking For Graphical-use FTP Server Application

Jun 20, 2009

What is a good Ftp server application (preferably with a GUI interface)? I would like something in which you may set a login password. Also, how would you login to an FTP server which is through a router, as the computer IP address will be assigned now by the router, right? Take Linksys router for example, don't they all assign IP addresses to network computers based on the router IP Address, 192.168.1.100, 192.168.1.200, etc?Since post above, I have installed vsftpd. I cannot figure out, as stated above, how to find the IP address to log into from offsite.

View 2 Replies View Related

Ubuntu Installation :: Graphical Environment For 11.04 Server

Jun 3, 2011

The 11.04 does Ubuntu Server installed with graphical environment, I'm getting a gnome graphical environment, but I wonder if there are other functional graphical environment with Ubuntu Server, the idea is that it serves to maintain the network and have tools for such end.

View 1 Replies View Related

CentOS 5 :: Cannot Start X Server (Graphical Interface)

Feb 7, 2009

I took the hard drive from my server and put it into another machine to install centos with, as the server does not have a working CD drive. So now the situation is that x refuses to start when centos boots. I get a message saying:
Failed to start the X server (your graphical interface). It is likely that it is not set up correctly. Would you like to view the X server output to diagnose the problem?

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

Server :: Distro For Public Library Server?

Sep 24, 2010

I have the opportunity to set up our local public library with a linux server. The primary need is for the server to land wifi users to a hotspot splash screen where they will accept terms of use and indicate what town they are from by checking a box or selecting from a dropdown menu. Users of terminals in the library would also have to indicate what town they are from. Things such as content filtering may come later. What distro would be recommended for this? Ease of use and configuration is important. They basically want to track use of the internet.

View 5 Replies View Related

Server :: Run Graphical Application On The Rock Cluster Node?

Jun 14, 2010

I am trying to rock cluster for the large computing. my all slave node connected with rock cluster master node. but I want to run the graphical application on the cluster node. I am not getting this point .

View 5 Replies View Related

Server :: IBM Lotus Notes Installer Can't Run In Graphical Mode?

Aug 20, 2009

I am trying to launch the IBM installer on RedHat ES 5.2 and getting "the installer is unable to run in graphical mode". I am able to do xclock and made sure the export Display=:0.0.

View 3 Replies View Related

Server :: Unable To Access Graphical User Interface

Jun 20, 2011

I have a Linux mail server (Fedora). This server was set up long before i joined this organization. Now I have these issues I would request assistance:

1. I am not able to access the Graphical User Interface(gui) on this machine. Startx does not work. I have also tried using combination keys alt+ctrl+f...keys but no progress. As a result am not bale to do some tasks.

2. The clamav that is on the machine has since become outdated. Efforts to update it to latest versions have failed. How do i get to update clamav and protect my system?

3. Because of not being able to access the gui as well as the inability to update clamav have led to my server apparently sending spam mail which in turn have led to my public ip being black listed in a number of sites. Now how can i secure this server so that it stops sending the spam mail and hence avoid future blacklisting?(NB am using postfix and the server sits behind a router which connects to the Internet)

4. I have observed that the server has some iptables rules set but everytime the server restarts the rules stop. I have to manually restart them again to run. How do I sort this?

View 8 Replies View Related

Software :: Opening Several Graphical Apps Via X On A Remote Server?

Mar 5, 2010

This is my first post here. I hope someone can help because I'm quite frustrated by now. I'm trying to write a bash script which will start a graphical app on our Ubuntu compute servers via X. I'm using a loop like:

for machine in 1 2 3 4 5 6
do
ssh -X computer-$machine "xeyes" &

[code]....

View 3 Replies View Related

OpenSUSE Install :: Can't Get Graphical Login

Feb 9, 2010

i was having problems with filesharing with virtualbox, so in another thread someone told me to uninstall the OSE additions and install the vbox additions on virtualbox. I have uninstalled the OSE additions and now i can't get graphical login, it is all on runlevel 3.

View 3 Replies View Related

OpenSUSE Install :: No Graphical Login?

Oct 3, 2010

I used (openoffice, firefox, vlc) my acer 5920g this afternoon without any problem and without making any strange operations.When I tried to restart it an hour ago it didn't start correctly: i get a screen full of commands like

Code:
Start Unicode mode done
Starting brld done

[code]...

View 9 Replies View Related

Software :: Ssh Graphical To Install Oracle?

Mar 29, 2010

I am new to Linux and need ssh graphical that will alow me to install oracle on the new linux server

View 3 Replies View Related

OpenSUSE Install :: 11.4 Update - No Graphical Boot

Mar 11, 2011

I have updated 11.3 to 11.4 with downloaded iso (64 bits). I have a ATI hd2400 card that in 11.3 had no additional or other drivers. Now after install of 11.4 the systems reboots in the splasscreen everytime I am now in failsafe mode to get graphical.

Output of /sbin/lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation 82915G/P/GV/GL/PL/910GL Memory Controller Hub [8086:2580] (rev 04)
Subsystem: Dell Device [1028:01c4]
Kernel driver in use: agpgart-intel
00:02.0 Display controller [0380]: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller [8086:2582] (rev 04) .....

View 3 Replies View Related

OpenSUSE Install :: Remove ATI Driver - No Graphical UI

Mar 11, 2011

Main desktop upgrade no problem. Laptop upgrade no problem. With my Media machine I had a problem the the ATI build-in graphics hardware. During install it did not ask to remove the ATI driver. no graphical UI. Since all the data where backed up anyway and the original install lacked some partitioning, I did a fresh install. Had some problems with sound, which I could fix via the KDE multimedia "phonon".

View 1 Replies View Related

OpenSUSE Install :: Graphical Boot Disappeared?

Apr 17, 2011

After messing up with gnome3-branding(gfxboot),I removed itow grub is back to minimal.There is no graphical bootloader anymore.I tried reinstalling opensuse-brandingt it says "message not found"

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

Debian :: Automatically Start Graphical (SDL) Program As Root On Non-graphical Debian?

Mar 3, 2009

I'm not a Linux noob, but I am far from guru. I'm running a single board computer with a slightly customized Debian Etch (customized by the SBC vendor). No Gnome/KDE/X installed. My application is a control application which uses SDL (Simple DirectMedia Layer) to paint some basic graphics on the VGA. I need to run it as root because the application calls iopl() to access an IO port.If I run my application manually from the command line, life is sweet. From Googling around, I found http://www.debian-administration.org/articles/28, and hence I:1) Created a script in /etc/init.d2) Executed "update-rc.d scriptName defaults" to link the script into the boot sequenceAll very straightforward. My application starts at boot. But when I try to SSH/SFTP into the SBC, I get "Connection refused". So I can't manage the SBC anymore, and this is a big problem. I am not sure if it's relevant, but my application starts before the SSH daemon.My script looked like:

case "$1" in
start)
echo "Starting my application"

[code]...

View 1 Replies View Related

Ubuntu Installation :: Desktop Environment (gnome) On Server 11.04 - Setup A Graphical App?

Aug 2, 2011

I install ubuntu server 11.04 I select ubuntu server from boot menu then enter username and password and then i see a command line line and a black background How i can setup a graphical app (some thing like genome) for my server I do not know any thing Any body can explain all step of this for me how I connect to internet how download graphical app and install it? (I connect to web with windows 7 and adsl internet)

View 6 Replies View Related

Server :: Search Rrdtool Library ?

Aug 19, 2010

I trying to install rrdtool 1.4.4 in my Linux CentOS 5.5 distribution, but it requests a perl platform for rrd:

In other forums I found that I shall install this platform and I did that:

But how can you see, it requests librrd.so.4 library, but I can't find it.

Where can I find this library (librrd.so.4) ?

View 3 Replies View Related







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