Programming :: How To Create Configure And Install Scripts

Jun 10, 2010

Many times I downloaded software source packages for Linux and installed using following

command sequences
./configure
make
make install

developer creates the 'configure' script and 'makefiles'? Is is an automated process using some tool or developer has to manually write these scripts?

View 2 Replies


ADVERTISEMENT

OpenSUSE Install :: Configure Autoyast To Create Three Primary Partitions?

May 18, 2010

I'm trying to configure autoyast to create three primary partitions:

/dev/sda1 (/boot)
/dev/sda2 (swap)
/dev/sda3 (/)

This is the XML I've come up with:

HTML Code:
<partitioning config:type="list">
<drive>
<use>all</use>
<initialize config:type="boolean">true</initialize>
<partitions config:type="list">

[Code]....

I seem to be missing an instruction or misunderstand something here.

View 5 Replies View Related

Red Hat :: Create And Configure Set-GID Directories For Collaboration?

Feb 21, 2011

I'm studying for the RHCSA certification (Tautology?) and I'm struggling a bit with this objective Quote:Create and configure set-GID directories for collaborationI've followed the instructions on the deployment guide (except that I created a different directory):
http://docs.redhat.com/docs/en-US/Re...ers_and_GroupsYet, whenever I create a file in this new directory (logged in as a member of the owning group), permissions are set to 644, so other group members cannot edit the files.I checked the umask value and it's set to 0022 and the permissions on the directory are set to 2775

View 3 Replies View Related

Red Hat / Fedora :: Create Configure File From Bin Folder?

Feb 18, 2010

I'm installing a tool on Linux system.For this installation, i didn't have the installation document. I got to know that have to create configure file from the bin folder

View 1 Replies View Related

OpenSUSE Hardware :: Option To Configure/create New Image With Few Applications?

Jan 13, 2010

I have installed opensuse 11.2 and then installed Kiwi-ltsp (Two network cards installed). Client system is booting from ltsp server using PXE boot method. But in client system full server is loaded. is there any option to configure/create new image with few applications (Openoffice and browser is enough)?

View 3 Replies View Related

General :: Configure Load Balancer To Create A 4 Server Web Farm

Feb 8, 2011

How to configure load balancer to create a 4 server web farm.

View 1 Replies View Related

General :: Mysql Error Can't Create Database 'test' When Configure?

Feb 8, 2010

mysql -u root -p but unable to create any database.

if i tried to configure it's giving error ERROR 1006 (HYOOO) : can't create database 'test' (error: 2)

my location for database is /var/lib/mysql and permissions are

drwxrwxrwx mysql root.....

View 1 Replies View Related

Software :: Configure Error - Compiler Cannot Create Working Executables

Dec 9, 2010

I'm trying to compile a program on Cygwin and it seems like as soon as I solve one problem, another pops up. This time, trying to run configure gets me an error message.

The relevant part of my config.log is included below:

I installed Cygwin with everything that was in the Devel folder, just to be on the safe side.

View 6 Replies View Related

Ubuntu :: Create A Virtual Machine And Configure The System Through The GUI And Then Dump All Of The Settings?

Oct 7, 2010

I'm working on a script. fter it has installed and removed packages, I need to configure a ton of settings. In GNOME, I understand that those settings are kept in "/home/user/.gconf". Can I create a virtual machine and configure the system through the GUI to my liking and then dump all of the settings, so that I can load them on another machine? Is it as simple as copying the directories?

View 2 Replies View Related

Debian Multimedia :: X -configure Segfaults - Sid - Cannot Create Xorg.conf To Get A Correct Resolution

May 13, 2010

I am running kde 4.4 in virtualbox , but cannot create xorg.conf to get a correct resolution. X -configure = segfault. Older releases were fine - lenny, even ubuntu hardy / lucid.

View 6 Replies View Related

General :: Create And Configure A Virtual SAN Disk And Work On It With Virtual Machines?

Jun 29, 2010

I would like to configure and SAN disk. But I do not have a physical SAN disk. Is it possible to create and configure a Virtual SAN disk and work on it with virtual machines?I have around 400GB of space in my Laptop.

View 7 Replies View Related

Programming :: Deleted Gawk And Now Nothing Will Configure?

Oct 27, 2010

So unbeknownst to me until today, but apparently all configure scripts rely on some version of awk to create the Makefile when config.status is run.how to get gawk reinstalled?I have compiled one on Ubuntu and copied it to my other machine but when run it throws the error:Code:./gawk: no such file or directorySo I am guessing I either need to create a static copy or maybe also copy the libs created from compile with it.

View 7 Replies View Related

Programming :: Configure Cpu Interrupts Manually?

Dec 17, 2010

I was installing freebds for one of my friends and during the entire install the top never crossed 1.0. When I install linux top always shows a cpu load of more than 1.0.Also on the bsd when copying a huge file (4gb) it takes a long time but then the load never goes beyond 1.0. Linux will do it much faster but then there is a difference in the cpu load time.What I want to know is is there anyway I can interupt the processor so that the load does not go beyond 1.0.

View 11 Replies View Related

Programming :: How To Configure Network In Rhel5

Oct 1, 2010

When i use this command
#service network start
my Internet connection terminated/very slow ..
I'm configuring lamp in my system,but when i use to start apache and eth0 ....Internet slowing down..

View 1 Replies View Related

Ubuntu Security :: Configure The Share And Folder So That The Win7 Client Can Create Files And/or Folders In The Share?

Jan 15, 2010

I've just installed Ubuntu 9.10 and Samba 3.4. I've shared a folder and have accessed the share from a Windows 7 client. However, I've struggled to configure the share and folder so that the Win7 client can create files and/or folders in the share. Kept getting Permission Denied errors. Finally, (using Webmin) I set the permissions on the file folder so that "Other" had write access. I don't understand why this was necessary (and how unsecure this is). I already had the write access checkbox ticked for "User" but it wasn't enough.

View 1 Replies View Related

Programming :: Generating Makefile Ans Configure Script ?

May 17, 2011

I know how to manually writing a makefile for my project, but I am new in using makefile & configure file generation tools like automake to generate a makefile and a configure script file.

I had done research on tutorials for generating makefile and configure script file.

I know that I need to manually write two files (makefile.am and configure.in).

I use wxWidgets GUI library, libconfig library, and libpcap library to do my project.

wx-config is a tool that can return the library files and include directory for wxWidgets library.

When using g++ to compile my files, I need to add in this line "`/wxlib/bin/wx-config --version=2.9 --static=yes --unicode=yes --debug=yes --libs`"

How to add that line to the makefile.am file?

View 1 Replies View Related

Programming :: Static Linker With Make Configure

Oct 2, 2010

I need to compile a program and make it portable to other computers, but it needs some external libraries and I don't want them to be linked dynamically, I would like to compile them as one single executable or at least compile them in the same directory as the main output files. The program is sphinx>, it has its own configure and make scripts. I know I can run g++ with the -static flag, but I don't know how to do this with make or configure. This is the ./configure --help output

[Code]....

View 1 Replies View Related

Programming :: Tool To Convert Configure.ac Into CMake?

Feb 18, 2010

Is there any tool to translate rules from configure.ac into Cmake rules?

View 3 Replies View Related

Programming :: How To Create Own C Shell

Jul 11, 2010

i got to build my own linux shell for my project

View 5 Replies View Related

Programming :: How To Create Own GUI Ontop Of OS

May 8, 2011

im trying to build my own tablet computer. my original idea was to build the os from scratch but then i thought it would be easyeir to build a GUI on top of a linux os. the idea would be that it would be linux in esance but would boot into my gui instaed of ubunto or fedora or something. the problem is i cant find any tools that i could do this with. I found sites that say i can create my own distro but they turn out to only do things like preinstall software. i realy want something that basicly lets me remake the GUI. I have limeted knowlodge of linux but i have programed games and software before. any tips or programing environments are welcome.

View 1 Replies View Related

Programming :: How To Create A New Distro

Jan 30, 2010

I'm currently working on my graduation project and have chosen to strip a Ubuntu version of Linux and customize it.I downloaded the LFS book and have started reading it, I'm really just looking to create a new Man or at least rename it and create some commands for it. Also I'm looking to create a new Gui theme with some custom icons.

View 3 Replies View Related

Programming :: Create GUI For Sh-script?

Aug 7, 2010

How i do create GUI for my sh-script

View 5 Replies View Related

Programming :: How To Create A Log File

Oct 7, 2010

can any body tell me how to creat a log file in linux...when i run the script the details must go to log file...

View 8 Replies View Related

Programming :: Create Own Packet In NS2?

Apr 14, 2011

I want to create my own packet for aodv so how can i do? from where i should start?

View 2 Replies View Related

Programming :: How To Create Sed Or Awk Command

Apr 7, 2011

How would I create a sed or awk command that would add a | to the end of a line if it wasn't already there? I'm trying to import some files into mysql, but some of the lines to not end with a | which is my field delmiter.

View 14 Replies View Related

Programming :: Specify A Library Search Path To Configure's AC_CHECK_LIB?

Aug 31, 2010

I'm writing an application and want to make possible to compile it with or without an optional module. This module requires perl library to be compiled, so I want to check presence of it in 'autoconf'.

The problem exists because perl library is placed in 'non-standart' location itself (like a /usr/lib64/perl5/CORE/libperl.so). So when I try to run configure (with AC_CHECK_LIB or AC_SEARCH_LIBS), it cannot find and link libperl.so in its test.

Trying to pass ./configure CFLAGS=-L/usr/lib64/perl5/CORE/ or ./configure LDFLAGS=-L/usr/lib64/perl5/CORE/

How can I define a location to search for configure's tests?

View 1 Replies View Related

Programming :: Unable To Configure Apache2 With Python Support

May 31, 2011

I'm unable to configure the apache2 with python support. I have done the configuration in the following method, but unable to start the python cgi support: I have installed the libapache2-mod-python it has installed python.load in the mods-available directory. In the apache2/sites-available/default file, I have added the following lines.

[code]...

when I request for a python script in the py folder. I get a 404 Not found error.

View 1 Replies View Related

Programming :: Configure Httpd.conf To Parse .php Files?

Jul 5, 2010

what's the difference between the following 2 methods for specifying in httpd.conf to use PHP to parse files with extension .php?

Method 1
AddType application/x-httpd-php .php
Method 2
LoadModule php5_module modules/libphp5.so
<FilesMatch .php$>
SetHandler application/x-httpd-php
</FilesMatch>

View 2 Replies View Related

Programming :: How To Configure And Use The Host To Boot A Test Kernel

Mar 8, 2011

I want to learning and developing the kernel on the practice(not kernel module). What are some ways to boot the test kernel on the same system(with stable kernel) where I`m building a test kernel for debugging purposes.

How to configure and use the host to boot a test kernel then I can boot the system(with stable kernel) and fix the test kernel.

View 8 Replies View Related

Programming :: Configure Serial Port RS-232 To Use Flow Control?

Aug 2, 2010

how to configure serial port RS-232 to use flow control? The reason is without flow control is is not working properly(dala loss etc.) Im trying to run it as it is just with setting the flow control flag and Im sending my data via loop-back on the rs-232 to GTK TERM on the same computer... but when I enable IXON/IXOFF in GTK TERM, my sending program cant even open the port...

My current settings is:

Code:
struct termios termios_p;
//ferme_port();
tcgetattr(sc.fd, &termios_p);
termios_p.c_cflag = B9600;

[Code]....

View 2 Replies View Related







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