Hi
I installed php a few days ago (4.3.4 from source on openbsd 3.4), and
all worked OK.
Now I'm installing again, with the added option to configure of --with-imap=
All seem to be going well, but my libphp4.so file in
/usr/local/apache2/modules/ do not get updated. And I do get imap_open()
errors.
I check <?php phpinfo();?>,but still see "Configure Command" as the
first one I did (without "--with-imap")
I'm a bit confused as to what creates the libphp4.so file. Is it php
install, or apxs?
If I move this file and try to install php, it complains about not
finding the file.
How can I solve this?
Thanks