[imp] imp-2.2.4 logging in and ie5.5

Network network@network.shacknet.nu
Wed, 7 Feb 2001 01:34:37 -0500


Andy,
You are correct and this is set in my php.ini;  extention=mysql.so and
extention=imap.so  However, my existing problem (as indicated in the error)
is in the freebsd install of mod_php4.   imap.so & mysql.so were not
created.  I am currently waiting for a response from the port maintainer as
to my next move.  After grepping the mod_php4 'work' directory I was unable
to come up with any references to imap.so -or- mysql.so.  perhaps they have
renamed it (don't know)
----- Original Message -----
From: "andrew morgan" <morgan@orst.edu>
To: <imp@lists.horde.org>
Sent: Wednesday, February 07, 2001 1:25 AM
Subject: Re: [imp] imp-2.2.4 logging in and ie5.5


> On Tue, 6 Feb 2001, Network wrote:
>
> > > If you're getting this error consistently then that's what I would
focus
> > > on first; nothing else will work without PHP's IMAP support.
> > >
> > > > > > PHP Warning:  Unable to load dynamic library './imap.so' -
Cannot
> > open
> > > > > > "./imap.so" in Unknown on line 0
>
> Perhaps you have a PHP extension set?  Here is the relevant section from
> php.ini:
>
> extension_dir = ./  ; directory in which the loadable extensions (modules)
reside
>
>
> ;;;;;;;;;;;;;;;;;;;;;;
> ; Dynamic Extensions ;
> ;;;;;;;;;;;;;;;;;;;;;;
> ; if you wish to have an extension loaded automaticly, use the
> ; following syntax:  extension=modulename.extension
> ; for example, on windows,
> ; extension=msql.dll
> ; or under UNIX,
> ; extension=msql.so
> ; Note that it should be the name of the module only, no directory
information
> ; needs to go here.  Specify the location of the extension with the
extension_dir directive above.
>
> I don't know if this is how the imap and mysql php packages are handled
> because I compile php from source.  This sure looks like your error from
> above.  PHP would look for imap.so in the ./ directory, assuming your
> settings are the same as mine.
>
> Hopefully this is useful information.  Have a look at your php.ini file.
>
> Andy
>
>
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>