httpd server problems!


 
Thread Tools Search this Thread
Operating Systems Linux httpd server problems!
# 1  
Old 04-28-2005
httpd server problems!

Hello,

My apache was working before, but not anymore. When I try to run this service this way:
Code:
service httpd start

I get the following error:

Code:
Starting httpd: /usr/sbin/httpd: error while loading shared libraries: libpcre.so.0: cannot open shared object file: Permission denied

Anyone helps?

By the way I'm running Fedora 3.0
# 2  
Old 04-28-2005
One more question is that:

CAN I UNINSTALL ANYTHING IN LINUX?!
This is really a problem! When I install a package it will stick to my system and will never be removed!!!
# 3  
Old 04-28-2005
Are you trying to start httpd as root or su?

Since you are using Fedora Core, which makes use of RPM packages, you can uninstall software.

rpm -e program_name
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Problems with filesharing between Solaris and Windows Server

Hi. I'm new here and new at using Solaris and I've been having some problems with file sharing between Windows Server 2012 and Solaris 10. I will really appreciate your help. So my Windows Server (WS) 2012 has just three activated services: DNS, DHCP and Active Directory. Solaris too three... (1 Reply)
Discussion started by: LauraKtz
1 Replies

2. Red Hat

Logs & Lists to Save before httpd restart when web server freezes?

Hello... We keep having a problem with the httpd freezing and users getting time outs. I am not the Sys Admin but since I am the 1st one in, I have to restart the httpd server. Is there a list of items I should collect before I restart in order to help with trouble shooting? I currently... (3 Replies)
Discussion started by: djlerman
3 Replies

3. IP Networking

Problems to transmite a file to a remote server

Good morning, i need your help, our external providerrs emailed me that an specified filed called DCOxxx is misdsibg 2 days ago and every day this file is transmitted to ther remote machine. the information they provided is i. VPN: 10.80.x.z their remote server: 192.162.w.x our server... (2 Replies)
Discussion started by: alexcol
2 Replies

4. Web Development

CGI not working with httpd server on busybox 1.15.0 on ltib Linux 2.6.34 (404 page not found)

I have some industrial ARM linux board with 2.6.34 Linux on it with Busybox v1.15.0. The https.conf is located in /etc/ and contains: H:/root/web In the www directory I also have 'cgi-bin' folder with chmod 777 and in that folder a file called 'testcgi'. Now I start the server with... (1 Reply)
Discussion started by: Roboserg
1 Replies

5. Shell Programming and Scripting

Server Migration: Problems with attributes

I am migrating from a host to another and I am trying to mimic the attributes on the old server. Only problem is I can't figure out a fast way. Any recommendations? Initially I thought about listing all my files on my previous host, but for some reason the listing of all files produced... (2 Replies)
Discussion started by: raykon
2 Replies

6. UNIX for Dummies Questions & Answers

Problems with simultaneous access to a server

Hello, I'm working in a project where several procedures are programmed using UNIX scripts. One of these scripts is launched in several threads. When performing these threads an scp command to another server it gives out. This error happens only sometimes, others not and each time for a... (5 Replies)
Discussion started by: Hector_Saura
5 Replies

7. UNIX for Advanced & Expert Users

diagnostics for disk problems on an AIX server

There is a TSM server in which iam getting this error Unable to read or write logical volume manager record. PV may be permanently corrupted. Run diagnostics how do i run the diagnostics?? any suggestions will really help. Thanks! karthik (1 Reply)
Discussion started by: karthikosu
1 Replies

8. UNIX for Dummies Questions & Answers

Apache Server 1.3.20 Icons Missing and Other Problems...Please Help!!!!

Hi everyone. Okay here are a couple of my problems and hopefully you guys can help me out. Problem 1: i have 2 website that are being hosted on a webserver. The webserver is running redhat 8x and running apache 1.3.20. To make it a little clearer, lets say website A and website B. Both... (1 Reply)
Discussion started by: crazycelicagts
1 Replies

9. UNIX for Advanced & Expert Users

NFS server problems [merged]

I have a machine A NFS mounted on machine B I am doing a build from machine B on the MFS mounted dir of machine A but I keep getting the following: NFS server A not responding still trying. I go to machine A and can log onto machine A and everything seems fine. How do I go about finding... (6 Replies)
Discussion started by: brv
6 Replies
Login or Register to Ask a Question