Ubuntu Installation :: Build Essentials And System Does Not Pick Up ./Configure
May 29, 2011
In order to get my Ubuntu system up and running on the Internet I need to install Sakis3g, and when installing, the system does not pick up ./Configure. My first thought was that the Build Essentials were not present but turns out that they are already installed, so now I'm at a dead end as I cannot finish my install. Has anyone else had any problems similar to this one?
View 2 Replies
ADVERTISEMENT
Feb 4, 2011
I need to build openSuSE with the bare essentials + X. I want no-fluff + KDE 3.5-Desktop (no extras).
Is there a way to do this manually ? Any other options ? Widdling away at RPMs just got me a broken VM so I'll skip trying that again.
View 1 Replies
View Related
Oct 1, 2010
I am trying to build a multiseat linux system(Build a Six-headed, Six-user Linux System LG #124). I am posting some outputs output of lspci | grep VGA
Code:
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
02:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 8400 GS] (rev a1)
ls /dev/input/mouse*
Code:
/dev/input/mouse0 /dev/input/mouse1 /dev/input/mouse2
more /proc/bus/input/devices
[Code]...
I am having trouble in configuring xorg.conf. I am running Suse 11.3 desktop on my PC. Also, I have one onboard nvidia graphics 6150SE and I have put one nvidia 8400GS 512Mb in the 16X PCIe slot for the additional seat...
So kindly tell me what should I do now or what things are missing ?? For any further info abt my PC plz tell me to post outputs(specify the commands for the same..)
View 11 Replies
View Related
Feb 1, 2010
Is there any way to get the configure line that was used to build an Apache installation from source.
I compiled Apache 2.2.14 a while ago on Ubuntu and I can't remember the ./configure line I used to build it. Is there any way I can retrieve it?
View 4 Replies
View Related
Oct 9, 2010
I am trying to build Pidgin on my Lucid install and on running configure, I get the following:
Quote:
configure: error: You must have GLib 2.4.0 or newer development headers installed to build.
If you have these installed already you may need to install pkg-config so I can find them. I tried installing pkg-config, but it's already in its newest version. I then tried going to the following website
[URL]
and downloaded and extracted glib on my computer. That changed nothing. I was hoping someone could tell me what's going on here. I just tried the this:
Quote:
sudo apt-get install libgtk2.0-0
and got
Quote:
libgtk2.0-0 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
View 8 Replies
View Related
May 3, 2011
I have a fresh install of COS5.6 installed a test laptop. I have following instructions to set up the PXE server based on the following: http:[url]......The base PXE installation seems to work fine (The menu labeled CentOS 5.6 works fine ). The whole purpose of this was to be able to boot iso's like Hirens and Imaging software ISO's.The issue is that whenever i try to pick an iso from the list it just says "Could not find ramdisk image:" [path to iso][path to iso] being either of the two iso i had set up to test this.
I would like to think that i made a typo but i can find one. The files i used are from the source of syslinux v4.0.4.The following information should be pertinent
Contents of /tftpboot/pxelinux.0/default[code].....
I have a limited experice with linux in an enterprise environment and looking for any direction as to what to do about this.
View 3 Replies
View Related
Dec 30, 2010
I'm trying to install a box with Ubuntu 10.04 LTS server with a typical LAMP system in order to replace my old Ubuntu 8.04 server I have at my school to have a "backup" system and also trying to replace NIS authentication with LDAP. Well I'm getting stuck on the first step: installation of base system.
I want to build a RAID-1 system with the two 320GB SATA HD's the machine has, I have a little experience in installing RAID because I installed my old 8.04 server with RAID-1 aswell.
I boot my box from an USB stick with Ubuntu 10.04 Server 64bit, the systems boots well, asks me about language, keyboard and so, finds the two NIC cards and the DHCP configuration of one of the card is done. Then it starts the partitioner.
One of the HD's already contains three partitions with an installation of a regional flavour of Ubuntu, the other HD only contains a partition for backups, I don't want to preserve all this stuff, so the first thing I do is to replace the partiton tables of both HD's with a new one. This is done without problems.
Then I go to the first disk, by example, and create a new partition, the partitioner ask me for the size, I write 0.5 GB (or 500 MB), then I select that it has to be a Primary partition at the beginning of the disk, all goes OK. Once created I go to the "Use as: " line, type Enter and select the option "Partition for RAID volume", when I hit Enter the error appears: the screen flickers in black for a second or two, then it shows a progress bar "Starting the partitioner..." THAT ALWAYS GET STUCK AT 47%!!!
Sometimes the partitioner allows me progress a little further (for ex. lets me activate the boot bit of the partition, or it allows me to make another partiton, even once the error didn't appeared until the first partiton of the second HD!!) but it always get stuck with the same progress bar at the 47%.
I've tried a lot of things: I downloaded again the ISO and rebuilt the USB, same result. Downloaded the ISO and rebuilt the USB from another computer, same result. Unplugged all the SATA and IDE drives except the two HD's, same result. Built a CD-ROM instead of an USB, same result. Downloaded the 10.10 server ISO (not an LTS), and the USB stick can't boot, is another error, but only to try.
[Code]...
View 1 Replies
View Related
Dec 14, 2010
I have 10.10 installed on my machine. I'm trying to install 10.4 on another partition. Install completes, but when I reboot, there's no entry in the grub menu for the 10.4 install. I tried adding an entry to 40_custom in /etc/grub.d, but it still doesn't show up. I'm pasting my 40_custom below.
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry 'Ubuntu 10.4' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos10)'
search --no-floppy --fs-uuid --set be888928-a477-4b31-b478-13271009c032
linux/boot/vmlinuz-2.6.32-24-generic root=UUID=be888928-a477-4b31-b478-13271009c032 ro quiet splash
initrd/boot/initrd.img-2.6.32-24-generic
}
View 2 Replies
View Related
Feb 2, 2011
I am installing/building gnuradio and following the instructions from the gnuradio.org/wiki. seemed like I got everything it needs: pre-req pkgs, git UHD and gnuradio pkgs. Built UHD without problems. I am at the gnuradio configuring/building, bootstrapped fine. But when I ran ./configure, error with:
les@Liquid:/gnuradio$ ./configure
bash: ./configure: No such file or directory
There is no configure file in directory.
View 5 Replies
View Related
Jan 26, 2011
I am doing a new install and have 4 drives (2x500Gb and 2x2Tb). What I want is the OS on the 2x500Gb and the data on the 2Tb drives. The idea is to make the 500's one RAID 1 set and the 2Tb a RAID 1 set. I think the installer is trying to build the RAID set for the OS but the root is looking like a RAID 0 rather than 1. Is there some way to specify?
View 14 Replies
View Related
Jul 8, 2009
I used to configure and run PHP script in Redhat Linux System for a long time ago. Now I forgot almost everything in Linux. I downloaded and install Fedora 11 Live CD. Start httpd service(Appache). It does work with html but not PHP script. And I can't remember how to configure the system to interpret PHP script.
View 13 Replies
View Related
Dec 27, 2009
I'm trying to install Sun VirtualBox Additions into Fedora 12 which is installed in VirtualBox running on top of Windows 7. As the Fedora install was originally a live distro which was then installed to the HD, it may be missing some essential files for compiling.
My attempt to install the VBoxLinux additions is incomplete and I can't get the full range of video displays. The largest is This is the error message: "Your system does not seem to be set up to build kernel modules".
Should I update Fedora to install all the updates available? I did find one webpage which gave an accurate list of files to install for this purpose but can't find it now.
View 3 Replies
View Related
Feb 5, 2010
I have Ubuntu Karmic 64-bit dual boot with Windows 7. On Windows 7 i have microsoft security essentials for antivirus/antispyware. Recently I noticed GRUB boot failures after having booted to windows but couldn't see why. Just to be clear, I am using GRUB2. Anyway, the failure is as follows:
PC is powered on, goes on towards displaying GRUB menu but it only shows GRUB Loading and restarts, so the list doesn't show.and the restart keeps happening.Now the workaround so far is to boot using a live cd and fix GRUB according to the instructions posted here:
https:[url]....And after fixing GRUB2, i either have to boot into the desktop or recovery mode, to update GRUB2 menu once again using
Code:
update-grub
command and then everything works.
Now coming to what i think is the cause of the problem. Everytime MSE (microsoft security essentials) is updated be it standalone, or over internet, including failed updates, the boot failure happens.I've googled microsoft and ubuntu forums but couldn't find a fix.
View 9 Replies
View Related
Jan 13, 2011
Slackware 13.1 is installed using the installer defaults and I have do nothing else, that I know of, other than installing wireless. (wicd) (I originally installed lilo to the MBR which did not include LMDE in the menu so I re-installed LMDE and Grub included Windows, Slackware and LMDE in the boot menu, as I wanted.) The book, in section 4.2 talks about 'Selecting a Kernel' I don't understand the 'why' of this section. Slackware is working, right? 'It talks about compiling a Kernal from source' - do I need to do this? Why?
View 18 Replies
View Related
Aug 3, 2011
I posted a bug to HFS+ DVD mounting at Bugzilla. This has resulted in with a solution by a contributor hosted at "Fedora Buildsystem". I want to test this but I do not understand how this site works. Will someone explain the basics of implementing a bug fix hosted/documented here?
View 5 Replies
View Related
Jul 12, 2009
How to configure RAID 1 (hardware RAID 1 or Software RAID1 ) after installation of operating system : RED HAT ENTERPRISE LINUX 5.3 SERVER
View 9 Replies
View Related
Feb 4, 2011
i am facing another problem with Squid Server The Ip's that pass through Squid are unable to update microsoft security Essentials Windows 7 O.S they are maintaining in their PC.
View 1 Replies
View Related
Nov 27, 2010
I just got this used computer with Lucid Puppy 5.1 on it, it is an old IBM desktop from way back. Anyway i want to install Windows Live Essentials or at least some kind of MSN on it for IM chat. Is this possible ? You may email me at [URL].. or write back to me here.
View 4 Replies
View Related
Aug 13, 2011
I have installed Ubuntu 11.04, 64 bit and now I am trying to install/configure MFC-7420 scanner part (printer works fine)I tried to follow the steps listed at http://ubuntuforums.org/archive/index.php/t-590793.html, but I don't have etc / udev / rules.d/45-libsane.rules file to edit and can not continue with the remaining steps of the guide.
I also tried to follow the steps provided by the Brother Solution Center http:[url].... I have downloaded brscan2 64 bit and installed without error but when I tried to install the brscan-skey-0.2.1-3.amd64.deb using >sudo dpkg -i --force-all brscan-skey-0.2.1-3.amd64.deb I get the following error:
************************************************** **************************************************
sudo dpkg -i --force-all brscan-skey-0.2.1-3.amd64.deb
[sudo] password for aUser:
dpkg: warning: overriding problem because --force enabled:[code].....
Which dependencies am I missing? or What am I doing wrong?
View 1 Replies
View Related
Aug 9, 2011
I have tried to install and configure Hudson in centos distro version 5.Installed hudson with tomcat by deploying .war files.after configuration was completed, builded a project.It displayed build was completed successfully.but I was not able to download output of build.
So I rechecked configuration,found that i havent set artifact file pattern to archive. how to set artifact file pattern and how to get build output. how to manage hudson by using configure system and configure options.what is the correct way to configure public hudson?.
View 3 Replies
View Related
Apr 8, 2011
I am in the beginning stages of building an LFS (http://linuxfromscratch.org) system, but the thing is I don't have any space on my laptop to build it on. However, recently the GPU on my desktop went down and I have been unwilling to take the steps to have it fixed (variety of reasons). My main worry about building an LFS system was about rendering the computer unusable, but since this machine was already broken...I am looking at this as an opportunity.
I had two hard-drives on the desktop, one with linux (ssh enabled) and the other had windows which I subsequently deleted. Since I can't use the desktop directly because of the broken GPU, I am thinking of using ssh to connect and build the rest from there. So far, everything seems to be going according to plan, but I am just beginning the build, so thus far I have only partitioned and built the filesystems.
View 1 Replies
View Related
Feb 13, 2011
I'm new to Linux, and want to build a system for openSuse 11.3 on Friday.I plan to buy everything then.I'm using Ubuntu now on my laptop.My question is what do you think of the P4 prescott e series 800 mhz FSB as a processor for openSuse.Offer other processors if they will do a good job.
View 1 Replies
View Related
Mar 19, 2011
I found a tool made for Ubuntu called Xautoclick. I downloaded it and it is called "xautoclick-0.30.tar.gz" The installation notes say "tallatBe sure you have the proper development packages for your distribution installed (i.e. something like xserver-xorg-dev, gtk2-dev, et cetera). After that, run:
./configure make sudo make install" I have no clue what to do... I typed in "./configure" in the terminal and it says "bash: ./configure: No such file or directory?
View 3 Replies
View Related
Jul 23, 2010
I'm trying to build a system that uses jack2. So far as I can see, the jack version in Lenny repos is jack, rather than jack2. The jack website implies there is a .deb for jack2, but doesn't reveal how to access it. What should my next move be?
View 2 Replies
View Related
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
Apr 19, 2011
scanning them with Avast! and Malwarebytes Anti-Malware or by running registry cleaners like Ccleaner.However, I think it would be cool to have a Live system that I could boot from my flashdrive that I could have programs installed to do all this with.It would be cool if I could use Puppy Linux, since it loads and runs from RAM, which gives a huge speed boost when compared to running a live version of a distro like Ubuntu, but I don't really know my way around Puppy, or how to make my own "pupplet". Also, from what I could tell, Puppy Linux didn't have a package manager like Pacman or Aptitude.Here's a list of programs I would like to have a Linux alternative to use:-Avast! Anti-virus-Ccleaner (registry cleaner)-Malwarebytes Anti-Malware/Superantispyware (malware/spyware cleaner)-Perhaps also a Defrag program like Defraggle
View 1 Replies
View Related
Apr 13, 2011
I'm on Debian Lenny. I've built and installed python-3.2 in /opt/python-3.2. Then i want to build and install pygtk, pycairo with /opt/python-3.2 and install them in that folder and not to use system default python (which is python-2.6) for their build process.
How do I tell pygtk and pycairo 's configure and makefile script to use /opt/python-3.2 's interpreter, include file and library for their build process(and not the system default python)?
I tried doing ./configure --help in pygtk folder but there was no option for specific non-system default python's folder location. Anyone has any ideas?
View 3 Replies
View Related
Apr 21, 2010
I have recently trying to build an Accounts system database for a project. When you run the program it goes in the main menu sort of like this.
Accounts System
Add a Customer With a Contract......1
Add a Customer Without a Contract...2
Display all Customers...............3
Find a Customer.....................4
Edit a Customer.....................5
Print a Statement...................6
Print an Invoice....................7
Load File...........................8
Save and Exit.......................9
When you add a customer with a contract, you add name, address, start contract, end contract, payment and email address. Now, is there a code I could write to get back to this menu. To not confuse anyone, all I just saying is supposing I accidentally push number 1 on the keyboard and suppose I didn't want to add a customer. In other words I need a code that can cancel (or stop) adding a customer to go back to the accounts system menu.
[Code]...
View 3 Replies
View Related
Jun 22, 2011
I am able to build a shared library under solaris with
/usr/local/bin/g++ -G -o output.so file1.o file2.o file3.o.
How do I build the shared library under linux using the same files?
I have tried to use the same command /usr/local/bin/g++ -g -o but I got some undefined references, even if those references are defined in one of the object files.
View 3 Replies
View Related
Sep 14, 2010
I have been reading about rescue CD's but haven't found out whether I can make one using my currently running Centos(centos-release-5-4.el5.centos.1 ).I tried to use a Centos cd we have here and it looks fine till it asks where the 'tree' structure is located, when I select cd it ejects it and asks the same question again. Do I need to build a rescue cd containing directory info of my specific system?This is related to wanting to fsck my file system.
View 3 Replies
View Related