Sponsored Content
Full Discussion: Can't install g++
Operating Systems Linux Debian Can't install g++ Post 302297401 by myle on Friday 13th of March 2009 09:26:14 AM
Old 03-13-2009
Indeed, and it might be the case here, as well.
Lenny was recently released.

...You could also try:

Code:
apt-get update
apt-get upgrade
apt-get install build-essential

Instead of apt-get, you can use aptitude, if aptitude is the package manager that you prefer.

build-essential is a metapackage which includes several useful libraries.
 

8 More Discussions You Might Find Interesting

1. HP-UX

Install HP UX

Hey whats up all of you pro's i have one question for you im not to familiar with HP UX 11i, but i would like to load it on my home machine. I am sure this is a dumb question but is there any special hardware requirements. I have reloaded the sysem at my work on a L class 9000 well not exactly by... (9 Replies)
Discussion started by: bbutler3295
9 Replies

2. HP-UX

Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing Oracle 9i: Error in invoking target install of makefile /opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk Furthermore: $ whoami oracle $ echo $ORACLE_HOME /opt/oracle/product/9.2.0 $ pwd /opt/oracle/product/9.2.0/sqlplus/lib $ ll total... (5 Replies)
Discussion started by: chris2005
5 Replies

3. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

4. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

5. Red Hat

CentOS 6.1 base install (like FreeBSD base install)?

Hello, What is the simplest way to install CentOS 6.1 with console base-system only using official LiveDVD image on VirtualBox machine? I'd like to get simplest console with network support like FreeBSD base installation. Then, install services which I need. The installer jest extracts the... (2 Replies)
Discussion started by: newbie_develope
2 Replies

6. Red Hat

Install Red Hat 4.2 (Not Enterprise) from install tree

Hi guys I would like to install Red Hat Linux 4.2 on my old box (pIII). However there is a problem: i can't find the .iso image anywhere in the Net, all the material that i've found is (i think) an install tree of the OS. It will be possible for me to install the OS from that install tree? ... (3 Replies)
Discussion started by: mk2soldier
3 Replies

7. Fedora

Make check install and make all install

hi dear i want to know what is different between make check install and make all install? thanks in advane fereshte (3 Replies)
Discussion started by: komijani
3 Replies

8. AIX

Install software in another directory with smitty install

Hello, I would like to ask if someone knows if is possible to install sofware via smitty or installp in another directorie , or we have to accept the default location? i would like to intall in /opt folder , but smitty installed it in /usr Thanks in advance (4 Replies)
Discussion started by: prpkrk
4 Replies
LIGHTTPD(8)															       LIGHTTPD(8)

NAME
lighttpd - a fast, secure and flexible web server SYNOPSIS
lighttpd [-ptDvVh] -f configfile [-m moduledir] DESCRIPTION
lighttpd (pronounced 'lighty') is an advanced HTTP daemon that aims to be secure, fast, compliant and very flexible. It has been optimized for high performance. Its feature set includes, but is not limited to, FastCGI, CGI, basic and digest HTTP authentication, output compres- sion, URL rewriting. This manual page only lists the command line arguments. For details on how to configure lighttpd and its modules see the files in the doc- directory. OPTIONS
The following options are supported: -f configfile Load configuration file configfile. -m moduledir Use moduledir as the directory that contains modules, instead of the default. -p Print the parsed configuration file in its internal form and exit. -t Test the configuration file for syntax errors and exit. -D Do not daemonize (go into background). The default is to daemonize. -v Show version and exit. -V Show compile-time features and exit. -h Show a brief help message and exit. FILES
/etc/lighttpd/lighttpd.conf The standard location for the configuration file. /var/run/lighttpd.pid The standard location for the PID of the running lighttpd process. SEE ALSO
Online Documentation: http://wiki.lighttpd.net/ spawn-fcgi(1) Hypertext Transfer Protocol -- HTTP/1.1, RFC 2616. HTTP Authentication: Basic and Digest Access Authentication, RFC 2617. The Common Gateway Interface Version 1.1, RFC 3875. The FastCGI specification. AUTHOR
Jan Kneschke <jan@kneschke.de> 2009-03-07 LIGHTTPD(8)
All times are GMT -4. The time now is 03:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy