General :: ./configure - Step Doesn't Work With GTK+ Library Upgrade

Dec 4, 2010

First time trying this. After trying to upgrade Mozilla, I received a warning that my GTK+ library needed to be upgraded from 2.8 to 2.10 or newer.

In trying to upgrade my GTK+ library following these instructions, I got to the ./configure step but then received the warning bash: ./configure: No such file or directory.

I've got an EEE PC, running Linux (i686, I believe). I'm not sure what additional information to provide.

View 5 Replies


ADVERTISEMENT

General :: Configure An Apache Server Step By Step?

Feb 7, 2010

i am using rhel5. can anybody tell how to configure an apache server step by step

View 1 Replies View Related

Server :: Configure Dsn In Redhat 5.4 Step By Step?

Jan 27, 2010

how to configure dsn server in redhat linux 5.4 step by step

View 1 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 :: Step To Step Approach To Platform Called Mean A Self Explanatory Article

Jun 6, 2011

i would want someone who would like to assist me as i start to use linux because i am naive to this platform. Also want a step to step approach to this platform called linux i mean a self explanatory article or tutorial

View 8 Replies View Related

General :: Step By Step To Reinstall Vsftpd On Ubuntu 10.0.4 (32bit)

May 21, 2011

i installed rtorrent using the script in the rtorrent forum it installed webmin and vsftpd.vsftpd shows connection refused tried everything open port 990 in iptable disable selinux but not working someone tell me step by step to reinstall vsftpd on ubuntu 10.0.4 (32bit)

View 1 Replies View Related

General :: Ubuntu 10.04 Upgrade - Restart Step Black Screen

Jul 25, 2010

so I have Ubuntu 9.10 on my Dell inspiron 1150 and I wanted to upgrade to 10.04. I do the upgrade with the update manager and it dose all the installing. It restarts and goes to the purple screen with the white and red dots for about a minute, then it goes to a blank screen and sits there. i let it sit over night and it still didn't do anything! I've tried booting from CD and it dose the same thing! its bugging the heck out of me!

View 1 Replies View Related

General :: How To Configure Library Path

Jun 1, 2010

i'm using slackware 13.0 with glib2-2.18.4-i486-1 and gtk+2-2.14.7-i486-4 i need to install newer gtk+2, i've installed glib-2.25.7, but in my home directory, so how do i configure the gtk+2, so it points to the glib library path in my home directory. i've tried this command

Code:

./configure BASE_DEPENDENCIES_LIBS=/home/sadlie/.testapp/usr/lib

but it still comes with the same error message

Code:

Requested 'glib-2.0 >= 2.23.6' but version of GLib is 2.18.4
Requested 'atk >= 1.29.2' but version of Atk is 1.26.0

View 3 Replies View Related

General :: How To Make A Desktop Step By Step

Mar 23, 2011

Now I am using fedora14 for a long time. I want to know how to make a Linux desktop. I just want to download a linux kernel source, then compile it, then add softwares step by step, Last I want to get a desktop linux with X11.

View 5 Replies View Related

General :: Step By Step Way To Install Driver?

Jul 13, 2010

i had problem on installing my nvidia gforce 8600m gt driver on fc12,now i have installed fc13,could any one show me a step by step way to install the driver?i don't want to confront with that black screen one more time,as i understand if we download the driver from the nvidia website there would be a relationship between the kernel version and the driver,if so what is it?how should we understand which driver is for which kernel?my kernel is,2.6.33.3-85.fc13.i686.PAE[with 2 gb ram]which way is better?to get driver via repos and yum or the nvidia website?

View 6 Replies View Related

General :: Configure Environment After Installing A Development Library In System?

Feb 17, 2011

I installed a library to the /usr/local/ prefix in Linux using ./configure && make && make install. What environment variables do I need to set in order for the linker and compiler to search these new library and header paths?

View 1 Replies View Related

General :: The X11 Library '-lX11' Could Not Be Found Use Configure Options '--x-include?

Feb 14, 2011

In the process of installing DDD, I get the following error:The X11 library could not be found. Please use the configure options '--x-includes=DIR' and '--x-libraries=DIR' to specificy the X location.I did a "yum install libx11-devel". I was told that the right package was installed

View 1 Replies View Related

General :: Install Dns Step By Step

Jul 15, 2010

how to install dns step by step

View 1 Replies View Related

Ubuntu Installation :: Installation Of Tar.gz - Get To The ./configure Step It Says "bash: ./configure: No Such File Or Directory"?

Jun 5, 2011

I want to install a program from this website http:[url].... and i download the option " hydra-6.3-src.tar.gz".i tried following the instructions on this page: https:[url].... but when i get to the ./configure step it says "bash: ./configure: No such file or directory"

View 9 Replies View Related

Slackware :: After Upgrade To 13.1 K3b Doesn't Work

Jul 24, 2010

I had been running Slackware64 13 almost since it came out and recently upgraded to Slackware64 13.1.Every thing looked to be working well until I tried to burn a DVD with k3B. It starts the burn process but then dies and says that "cdrecord has no permission to open the device".I was able to put in a DVD+RW and erase it without a problem, but when trying to burn to a DVD-R it stops and gives me the error.I checked cdrecord and it is owned by root in the root group.

View 11 Replies View Related

Fedora :: Compile From Source - Install Buddi Budget Manager And The ./configure Command Doesn’t Work

Nov 24, 2009

Ive been using linux for a few months now and every now and again i come accross a program that doesnt have a rpm package but says that it can be installed on Fedora using source. I'm familiar with build essentials and the following commands:-

tar xzvf package.tar.gz
cd package
./configure
make
make install

but from what i have read fedora uses a differnet compiler. I'm trying to install Buddi budget manager and the ./configure command doesnt work, which im guessing is because it doesnt have a configure file? Can anyone confirm how to compile from source and whether there are any tutorials specific to fedora.

View 4 Replies View Related

General :: Installing A Library Locally In Home Directory But Program Doesn't Recognize It

Aug 18, 2011

I am installing a program on a server as a non-root user. Specifically it is tmux 1.5, but this should apply broadly to all locally installed program in my opinion (I mention the program name in case this problem ends up not being my own error).

The program requires me to install some dependent libraries (e.g. libevent and ncurses). So, I installed them both locally since I do not have root access

cd $HOME/library/installation/folder
DIR=$HOME/local
./configure --prefix=$DIR
#... make ... make install

[Code]....

Ok, so this installs the program without problems into $HOME/local/bin, but if I run the executable: $HOME/local/bin/tmux , I get the following error:

tmux: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory

It would seem to me that the program cannot find the desired libraries, but the file libevent-2.0.so.5 does indeed exist in $HOME/local/lib as specified in the configure options. I am wondering how I can get the program to recognize the installed library in order to run. I tried putting symbolic links in $HOME/lib, $HOME/bin, and $HOME/local/bin, but none of these worked.

View 2 Replies View Related

Ubuntu :: Monitor Doesn't Work After Upgrade To 11.04

Apr 29, 2011

Before ubuntu can even boot I get this on my monitor Out of range set to 1280x1080 60Hz I get that a grub. I'm not even sure if ubuntu can even boot because my monitor won't let me see anything. I'm using the driver off the nvidia website, not the stock one that came with ubuntu.

View 1 Replies View Related

Ubuntu :: Why Doesn't Everything Continue To Work After An Upgrade

Jul 6, 2011

I'm just a newbie to this operating system. Even though I'm having some trouble, it still seems more sensible to me than Windows. I'd like to continue to use it, but I'd like to know why it doesn't work for me sometimes, and I'd like to see if I can't make it work better for me.

After I upgraded to 11.04 I've had a host of problems. My USB ports have intermittant trouble recognizing storage devices. My USB ports also have intermittant trouble recognizing my USB WiFi device. The VLC player will crash the Gnome Desktop whenever I use it. I still haven't figured it out.

I'm interested in the following question:

Why can't software and hardware that already works be insured to continue to work after an upgrade?

View 3 Replies View Related

Slackware :: After OpenSSH Upgrade To 5.4 Key Doesn't Work?

Mar 16, 2010

I maintain my slackware by using slackpkg-current. When I upgraded to the new OpenSSH 5.4, I noticed that my key method (passwordless) doesn't work anymore. I checked and checked the conf files but everything looks fine.I tried debug but can't get it to work, here is the debug:

Mar 15 21:52:15 vmslackware2 sshd[2663]: debug1: rexec start in 5 out 5 newsock
Mar 15 21:52:15 vmslackware2 sshd[2622]: debug1: Forked child 2663.
Mar 15 21:52:15 vmslackware2 sshd[2663]: debug1: inetd sockets after dupping: 3,

[code]...

View 1 Replies View Related

Slackware :: Printer Doesn't Work After Upgrade

Mar 6, 2010

After last Current upgrade my printer stopped working.

View 14 Replies View Related

Ubuntu Installation :: Step By Step Procedure About Installing Free Adobe Flex SDK?

Feb 13, 2011

step by step procedure of how to install Free Adobe Flex SDK in Ubuntu 10.04.

View 1 Replies View Related

Fedora Networking :: Couldn't Find Any Step-by-step Installation Guides For NM

Jan 23, 2010

My son's desktop has Fedora 12 and a wireless card. Everything worked for a long time until one fine day the network management just disappeared from both System/Preferences menu and the panel on top.I can run a Live CD with Fedora 12 on that machine and it immediately connects to our home wireless network. Booting from hard drive has no sign of NM. Trying to run 'yum install NetworkManager-gnome' does nothing because there is no connection. Running the same command as a LiveUser from CD does seem to install everything (but where to???), no errors reported, and still the is no network functionality upon reboot from the hard drive, even when plugging to LAN with a cable.It seems that I need NetworkManager in order to go online in order to install NetworkManager.I have other computers at home that work fine, I was able to download a couple of archives with NM, but I am new to Linux and have no idea what to do with those files.I could not find any step-by-step installation guides for NM, especially when the computer has no connection at all.

View 8 Replies View Related

Fedora Networking :: Step By Step Guide To Folder Sharing Inside LAN

Jun 26, 2011

Recent refugee from Ubuntu here. Fedora fan for one month.I have two computers that access the Internet through a router. They are assigned IPs dynamically by the router's DHCP. I need each computer to be able to "see" some shared folder on the other one, with RW permissions to that folder and its content.I want to use Nautilus to access those folders from each computer.

Tried NFS, Samba, gnome-user-share to no avail.

Willing to kill Fedora's firewall forever in order to ease folder sharing.Can some kind and knowledgeable person try a step by step setup guide for this? As an 8-year Linux user I am not afraid of command line interfaces.

View 9 Replies View Related

Ubuntu :: Step-by-step Installation Including Registering Environment Variable?

Jul 18, 2010

I'm an absolute beginner trying to sue Linux. I just installed Ubuntu Linux Netbook Remix 10.04 LTS and everything's fine. I just wanted to have Java in my Ubuntu. I downloaded JDK from Sun website. There are 2 files

jdk-6u21-linux-i586.bin
jdk-6u21-linux-i586-rpm.bin

I searched the web for instructions on how to install but I just get confused. Can anyone provide me with step-by-step installation including registering environment variable ?

View 1 Replies View Related

Networking :: Document - Website For Creating MRTG With CentOS 5.5 Step By Step?

Apr 4, 2011

Are there any document or website for creating MRTG with CentOS 5.5 step by step?

View 1 Replies View Related

Ubuntu Networking :: Internet Doesn't Work After Upgrade

Jan 4, 2010

I just upgraded from 9.04 to 9.10. When I restarted, I admired the new login menu, then went to Firefox. I noticed that my wireless didn't work (it did in 9.04) Thinking I'd just need to reinstall the drivers, I plugged in the computer to a working Ethernet outlet with a working cord. I noticed that Ubuntu didn't tell me that Auto eth0 was connected. It didn't tell me anything. And then I went to Google and realized that the wired connection didn't work either. Then I came here on an iPod Touch and you know the rest.

Edit: And other devices work too on the network.

View 2 Replies View Related

Ubuntu Installation :: Monitor Doesn't Work After Upgrade?

Apr 29, 2011

Before ubuntu can even boot I get this on my monitor

Out of range Please set to 1280x1080 @ 60Hz

I get that a grub. I'm not even sure if ubuntu can even boot because my monitor won't let me see anything. I'm using the driver off the nvidia website, not the stock one that came with ubuntu.

View 2 Replies View Related

Ubuntu :: Upgrade To 10.04 Keyboard Doesn't Work In X Server

May 29, 2011

After I finished upgrading Xubuntu from 9.10 to 10.04, I discovered that my keyboard stopped working in X Server. The upgrade process was running smoothly until the last moment, when it produced some error, which I, unfortunately, did not write down. Anyway, the upgrade has completed; uname shows kernel version 2.6.32-31. Now the keyboard works fine if I select a recovery mode at startup, but if I type 'start gdm' from the shell or select the default option in GRUB while booting, the keyboard becomes unavailable right from the login screen. I can log on using the virtual keyboard, but that's all I can do; the keyboard is still dead.

View 5 Replies View Related

Hardware :: Webcam Doesn't Work After Upgrade To Ubuntu 8.10?

Apr 26, 2009

My webcam worked with every application in Linux Mint6. I just upgraded to Ubuntu 8.04 and find that the input from the webcam looks like a green TV without horizontal lock in Camorama and Skype. However it works perfectly with Cheese.

View 1 Replies View Related







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