View previous topic :: View next topic |
Author |
Message |
BonesToo Apprentice
Joined: 19 Aug 2003 Posts: 153
|
Posted: Tue Aug 19, 2003 7:33 pm Post subject: apache2 start error |
|
|
I get the following error when starting apache2.
Code: |
walter etc # /etc/init.d/apache2 start
* Starting apache2...
/usr/sbin/apache2: error while loading shared libraries: libldap.so.2: cannot op
en shared object file: No such file or directory [ !! ]
|
libldap.so.2 is no where on my fs. I did notice an ebuild for mod_auth_ldap-2.4.1 but one of the depends is apache 1.3!! Is this what I need to run to get apache2 working?
Thanks for any insight,
Anthony |
|
Back to top |
|
|
pcuttriss n00b
Joined: 24 Aug 2003 Posts: 2
|
Posted: Sun Aug 24, 2003 1:04 pm Post subject: |
|
|
I got around this by emerge openldap, creating /usr/lib/libldap.so.2 as part of the emerge.
Apache2 started no problems after that.
Paul |
|
Back to top |
|
|
BonesToo Apprentice
Joined: 19 Aug 2003 Posts: 153
|
Posted: Mon Aug 25, 2003 5:02 pm Post subject: |
|
|
Thanks, I just emerged the extra packages and it's working now. But now I have both apache and apache2 on my system. Granted I only run apache2 so it's not a big deal. |
|
Back to top |
|
|
|