Re: [EMAIL PROTECTED] newbie - how to start apache server

2005-11-29 Thread ludi
[EMAIL PROTECTED] bin]# find / -name libgcc_s.so.1 /lib/libgcc_s.so.1 /lib/ssa/libgcc_s.so.1 [EMAIL PROTECTED] bin]# [EMAIL PROTECTED] bin]# rpm -qf /lib/libgcc_s.so.1 libgcc-3.2.3-20 [EMAIL PROTECTED] bin]# I didnt meet your problem. The above are the file location and rpm packet. 2005/11/30,

Re: [EMAIL PROTECTED] newbie - how to start apache server

2005-11-29 Thread Nico
2005/11/30, Senthil Nathan <[EMAIL PROTECTED]>: > I did that and got the foll. error, > > ./apachectl start > > ld.so.1: /opt/hiweb/server/bin/httpd: fatal: libgcc_s.so.1: open failed: No > such file or directory > Killed First, you should to test the httpd.conf : ./apachec

Re: [EMAIL PROTECTED] newbie - how to start apache server

2005-11-29 Thread Senthil Nathan
I did that and got the foll. error,./apachectl startld.so.1: /opt/hiweb/server/bin/httpd: fatal: libgcc_s.so.1: open failed: No such file or directoryKilled On 11/29/05, Gropp, Eric <[EMAIL PROTECTED]> wrote: Unix… \bin\apachectl start.. assuming you have a good httpd.conf file.  

Re: [EMAIL PROTECTED] newbie - how to start apache server

2005-11-29 Thread Brian C
Hi, Senthil Nathan wrote: hi, im a newbie to apache. how do i start the apache server. i see there is no process running for httpd.conf How you start Apache will depend on what OS you are running. On Debian systems you would do: /etc/init.d/apache start and ps -e|grep apache would indicat

RE: [EMAIL PROTECTED] newbie - how to start apache server

2005-11-29 Thread Gropp, Eric
Unix… \bin\apachectl start.. assuming you have a good httpd.conf file.     From: Senthil Nathan [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 11:06 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] newbie - how to start apache server   hi, im a newbie to