Re: PHP Compile Errors

2003-07-10 Thread Rénald CASAGRAUDE
On jeudi, juil 10, 2003, at 07:02 Europe/Paris, Fred Whipple wrote: Hi all, Hi, I'm having trouble compiling PHP 4.3.2 against Apache 1.3.27 with mod_ssl. It doesn't even get past 'configure'... It seems to be balking at IMAP support. My configure line is as follows: ./configure --prefix=/usr

Re: useradd through a CGI

2003-07-08 Thread Rénald CASAGRAUDE
On mardi, juil 8, 2003, at 17:52 Europe/Paris, Distribution Lists wrote: I need some advice. What is the most safe way to write a CGI that will add users to a system ? Hum... Writing a CGI is not realy safe :) The only way I can think of is using setuid. No way ! Is there any other way ? Yes yo

Re: Linux Routing

2003-07-08 Thread Rénald CASAGRAUDE
On mardi, juil 8, 2003, at 14:08 Europe/Paris, Luciano Rabelo wrote: Hi, Hi Luciano, Does anyone know where I can find information about Linux Routing. Take a look at : http://lartc.org/ R. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/r

[RH9] INN with what ? (suck ? xnews ?)

2003-07-07 Thread Rénald CASAGRAUDE
Hello, I cannot find suck nor xnews with the officials packages from RedHat (on RH9). Is there another software replacing them on this distribution ? Anybody experienced INN with RH7.3 / RH8.0 / RH9 ? How do you "suck" other news server ? Thanks ! R. -- redhat-list mailing list unsubscribe mai

Re: Bad Interperter?

2002-06-25 Thread Rénald CASAGRAUDE
On lundi, juin 24, 2002, at 08:16 , David Busby wrote: Hi ! > [root@localhost source]# ./configure > bash: ./configure: bad interpreter: No such file or directory Is your configure script executable ??? Try to see if x bit is set with : $ ls -l R. ___

Re: timezone problem

2002-04-08 Thread Rénald CASAGRAUDE
Le lundi 8 avril 2002, à 05:08 PM, Eduardo Gargiulo a écrit : > Hi all. Hi ! > I'm running redhat 6.1 (cartman). > How can I change the system time zone? I live in Argentina, and my > system date shows Mon Apr 8 10:49:28 EDT 2002. I want to change EDT to > ART. Try this # /usr/sbin/timec

Re: Is RedHat support hard disk larger than 128GB(1K=1024)?

2002-04-04 Thread Rénald CASAGRAUDE
On mercredi, avril 3, 2002, at 02:19 , Tang Muna wrote: > Hello, Sir: > > I am a Linux user and I need you help now. > I have a RAID; its function is as a 240GB hard disk. The bios on my PC > can > identify it correctly but my redhat7.2 only could identify it as a 128G > hard > disk. > I write

Re: IPTABLES newbie question: logging destination

2002-04-03 Thread Rénald CASAGRAUDE
On mercredi, avril 3, 2002, at 05:32 , Francisco Neira wrote: > Hi all Hi ! > How can I change the destination of the logs emitted by iptables? > I want to keep them in /log/messages instead of being displayed on the > console. Which log ?? (1)LOG emited when packet matching rule or (2)messag

Re: How to check if my ftp server is running

2002-04-02 Thread Rénald CASAGRAUDE
On lundi, avril 1, 2002, at 09:44 , Jianping Zhu wrote: > How to check if my ftp server is running # ps -C ftpd > Thanks You're welcome ! ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Crontab Entries

2002-03-28 Thread Rénald CASAGRAUDE
On jeudi, mars 28, 2002, at 02:33 , Jake McHenry wrote: > Does anyone know of a way that I can view the crontab entries > for all users on the system, instead of doing > crontab -u user -l for each user? Hi ! Try this as root : #!/bin/sh cat /etc/passwd | cut -d':' -f1 | while read username; d

load modules at startup

2002-03-28 Thread Rénald CASAGRAUDE
Hi ! How to load modules at startup ? Is there any file like /etc/modules (in Debian), or may I edit /etc/rc.local ??? What's the cleanest way to do this ? Thanks ! R. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailm