Re: Need help understand the development env (gcc, binutils etc)

2004-03-10 Thread Lucas Albers
Ole-Christian S. Hagenes said:
 So you see, it shows every package that is going to be installed and it
 shows that the mysql-doc package is sugested to. You might want that one
I usually do a debootstrap chroot build environment, so apache users don't
have access to any of the build tools.



-- 
--Luke CS Sysadmin, Montana State University-Bozeman


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Need help understand the development env (gcc, binutils etc)

2004-03-10 Thread Lucas Albers
Ole-Christian S. Hagenes said:
 So you see, it shows every package that is going to be installed and it
 shows that the mysql-doc package is sugested to. You might want that one
I usually do a debootstrap chroot build environment, so apache users don't
have access to any of the build tools.



-- 
--Luke CS Sysadmin, Montana State University-Bozeman




Re: Need help understand the development env (gcc, binutils etc)

2004-03-09 Thread Ole-Christian S. Hagenes
On Wednesday 10 March 2004 03:20, Sarwat H wrote:
 Hi,

 I'm fairly new to Debian and I'm trying to put together a list of
 packages I need for a web+mail+dns server. I don't want X or any other
 useless stuff on it (from a server's perspective), however, I do want to
 be able to compile software and rebuild kernel if needed. I'm thinking
 about installing the base OS and then adding the required packages
 manually (e.g. apache, postfix, bind, MySQL, Perl etc)

 My questions are:

 1. what packages do I need for a complete C development env ? and what
 does it include ?

The easy way is running tasksel and selecting C and C++ under 
Development.

 2. When I download and install a package with apt-get install, is there a
 way to find out what other packages/dependecies will be installed along
 with the main package ?

Apt does this pr. default. Here is an example:


# apt-get install mysql-server
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  libdbd-mysql-perl libdbi-perl libmysqlclient10 libmysqlclient12 
mysql-client
  mysql-common
Suggested packages:
  mysql-doc
The following NEW packages will be installed:
  libdbd-mysql-perl libdbi-perl libmysqlclient10 libmysqlclient12 
mysql-client
  mysql-common mysql-server
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 5059kB of archives.
After unpacking 12.4MB of additional disk space will be used.
Do you want to continue? [Y/n] 

So you see, it shows every package that is going to be installed and it 
shows that the mysql-doc package is sugested to. You might want that one 
to :)

 Thx for the help.

Your welcome

-- 
Ole-Christian S. Hagenes


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Need help understand the development env (gcc, binutils etc)

2004-03-09 Thread Ole-Christian S. Hagenes
On Wednesday 10 March 2004 03:20, Sarwat H wrote:
 Hi,

 I'm fairly new to Debian and I'm trying to put together a list of
 packages I need for a web+mail+dns server. I don't want X or any other
 useless stuff on it (from a server's perspective), however, I do want to
 be able to compile software and rebuild kernel if needed. I'm thinking
 about installing the base OS and then adding the required packages
 manually (e.g. apache, postfix, bind, MySQL, Perl etc)

 My questions are:

 1. what packages do I need for a complete C development env ? and what
 does it include ?

The easy way is running tasksel and selecting C and C++ under 
Development.

 2. When I download and install a package with apt-get install, is there a
 way to find out what other packages/dependecies will be installed along
 with the main package ?

Apt does this pr. default. Here is an example:


# apt-get install mysql-server
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  libdbd-mysql-perl libdbi-perl libmysqlclient10 libmysqlclient12 
mysql-client
  mysql-common
Suggested packages:
  mysql-doc
The following NEW packages will be installed:
  libdbd-mysql-perl libdbi-perl libmysqlclient10 libmysqlclient12 
mysql-client
  mysql-common mysql-server
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 5059kB of archives.
After unpacking 12.4MB of additional disk space will be used.
Do you want to continue? [Y/n] 

So you see, it shows every package that is going to be installed and it 
shows that the mysql-doc package is sugested to. You might want that one 
to :)

 Thx for the help.

Your welcome

-- 
Ole-Christian S. Hagenes




Re: need help

2000-12-07 Thread Nathan Ridge

We use 2 mainly, the Lucent Portmaster 3 and Cisco AS5200.  We have had one
PM fail and one 10 modem card in another fail.  As far as Cisco, have never
had a hardware fault.  Cisco has a more complicated setup and config,
whereas pm's are simple but the Cisco provides far more diagnostics with
their debugging and are far more configurable.  Cisco is a fair bit more
expensive but if you want a powerful reliable access server Cisco is the one
in my opinion.

Regards
Nathan

 From: adnan rafique [EMAIL PROTECTED]
 Date: Thu, 7 Dec 2000 12:17:14 -0800 (PST)
 To: [EMAIL PROTECTED]
 Subject: need help
 Resent-From: [EMAIL PROTECTED]
 Resent-Date: Thu, 07 Dec 2000 22:22:44 +1000
 
 could you guide regarding the access server.
 how to use it , which is best etc...
 
 __
 Do You Yahoo!?
 Yahoo! Shopping - Thousands of Stores. Millions of Products.
 http://shopping.yahoo.com/
 
 
 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
 
 


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Need Help About SSL Certificate

2000-04-14 Thread Andy Bradford
Thus said Serhat Artun on Tue, 11 Apr 2000 15:23:39 +0300:

 $ make certificate TYPE=custom
 
 but it doesnt work or I couldnt make it if you know how can I create
 basicly 

I don't know anything about making certificates for SSL, however, if it 
is using a Makefile, which I assume it must since you are using make, 
then you should do

$ make TYPE=custom certificate

Andy
-- 
+== Andy == TiK: garbaglio ==+
|Linux is about freedom of choice|
+== http://www.xmission.com/~bradipo/ ===+




pgputjP1IjYkH.pgp
Description: PGP signature


Re: Need Help About SSL Certificate

2000-04-14 Thread muggles

there is a script with appche-ssl, /usr/sbin/ssl-certifcate, that is
called be the apache-ssl install that you can re-run to gen a 
cert.

if you already have a cert use the --force flag.

you can also pass a -days x flag to generate a cert that will expire
in 3000 days or somesuch.

there is a page at thawte/versign that explains (or used to be) how to 
generate a cert by hand, but that's basically what ssl-certifcate does
for you.

if you gen a new cert for apache-ssl, delete your old cert and 
force-reload to pick up the new cert.

your milage may very.

muggles


On Thu, Apr 13, 2000 at 10:50:54PM -0600, Andy Bradford wrote:
.Thus said Serhat Artun on Tue, 11 Apr 2000 15:23:39 +0300: