I have tried manually adding it to my ld.so.co.conf file and running
ldconfig at several steps during the install. I've also tried a make
clean. To be honest, I'm not really sure how I would add
libldap.so.2 to the script? Do you have some examples I could look
at?
Also, if there are just some RPM's that I could install that would
give me plugin functionality that would be fine with me (I know it's
probably not as good as compiling it myself, but I'm trying to do a
proof of concept thing, so I just want to get something working).
Thanks.
>have a look in which directory libldap.so.2 is located and add it to the
>path in the script to start httpd
>
>good luck
>
>alfred
>
>Jackson Damien wrote:
>>
>> Hello!
>>
>> I was successfully able to download, compile and install both
>> OpenLDAP 2.0.7 and PHP 4.0.4pl1. I simply followed the instructions,
>> and was able to compile PHP with no errors that I noticed. These are
>> my configuration options, and I can provide version numbers for any
>> component :
>>
>> ./configure --with-mysql --with-apxs --with-ldap --enable-ftp --with-gd
>>
>> However when I went to restart my Apache webserver I received the
>> following message:
>>
>> Starting httpd: Syntax error on line 256 of /etc/httpd/conf/httpd.conf:
>> Cannot load /etc/httpd/modules/libphp4.so into server: libldap.so.2:
>> cannot open
>> shared object file: No such file or directory
>> [FAILED]
>>
>> Line 256 of my httpd.conf file reads:
>>
>> <IfDefine HAVE_PHP4>
>> LoadModule php4_module modules/libphp4.so
>> </IfDefine>
>>
>> libphp4.so was in my modules directory.
>>
>> Since it seemed like everything installed and compiled properly, I'm
>> kind of stumped. I was hoping you might have some insight.
>>
>> Thanks.
>>
>> --
>> PHP Install Mailing List (http://www.php.net/)
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>--
>
>--
> \\\\\///
> / ^ _ \
> ( (o) (o) ) --- That's all folks ---
>+=oOOO=====(_)=====OOOo==========================================+
>|Alfred Lerch Mentor Graphics Deutschland GmbH|
>|Network & System Administrator Elsenheimer Str. 41 - 43|
>|IT - Business Support Team Munich D-80687 Muenchen, Germany|
>|email: [EMAIL PROTECTED] Fax : +49 89 57096-400|
>|Tel. : +49 89 57096-241 Mobile: +49 172 8915200|
>| |
>|Helpdesk IT Central Europe in Munich |
>|Tel. : +49 89 57096-110 internal: 777|
>|email: [EMAIL PROTECTED] |
>+=============Oooo.==============================================+
> .oooO ( )
> ( ) ) /
> \ ( (_/
> \_)
>
>--
>PHP Install Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
>