Apache / PHP / imap problem.

Hello all,

I played around with PHP, recompiled it, and I guess I finally got it working like I want, except for 1 small thing.

Can anyone tell me, when I start apache, either through the init.d script or apachectl, why it looks for ./imap.so and not /whatever/directory/it/should/be/in/imap.so ?

To start apache with imap support, I have to start it from a folder where imap.so (or a sym link) is present. If I don't, I get a PHP warning that imap.so can't be found.

I tried sym'linking it in the usual lib directories, without any change.

Thanks

prime

 

 

 

 

Top