Link to home
Start Free TrialLog in
Avatar of nsteele84
nsteele84

asked on

Problem compiling Apache and Mod_SSL

HI

I am trying to install apache with mod_ssl on a redhat server. Everything goes well until I do a make install for apache then I get  the following errors:

undefined reference to dlopen
undefined reference to dlclose
undefined ref to dlsym.

Am I missing some packages or what should I do.

Thanks

Nick Steele
Avatar of Hernan Ruggiano
Hernan Ruggiano
Flag of Australia image

Your problem is libdl which is in the glibc package. Reinstall the glibc and glibc-solibs packages and try again.
Let me know how it goes
Avatar of nsteele84
nsteele84

ASKER

I do not have a glibc-solibs package listed. Do you know where I might get one?
ASKER CERTIFIED SOLUTION
Avatar of Hernan Ruggiano
Hernan Ruggiano
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
reinstalled glibc but still getting the same errors.