Apache not found

Can you tell me what u did? i have the same error.

These are my last lines of apache config.log:

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""

configure: exit 1
 
Fix:
Code:
touch /etc/ld.so.conf
echo "/usr/local/lib" >> /etc/ld.so.conf
ldconfig
 
SMtalk...

I just did it... since I reinstalled my server.

It's very nice of you to share you're knowledge... even I could fix this problem...
 
Back
Top