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

Network network@network.shacknet.nu
Tue, 6 Feb 2001 17:14:34 -0500


Chuck...
I should have seen the following before however, I didn't...

[Tue Feb  6 16:16:39 2001] [notice] SIGUSR1 received.  Doing graceful
restart
PHP Warning:  Unable to load dynamic library './imap.so' - Cannot open
"./imap.so" in Unknown on line 0
PHP Warning:  Unable to load dynamic library './mysql.so' - Cannot open
"./mysql.so" in Unknown on line 0
[Tue Feb  6 16:16:41 2001] [notice] Apache/1.3.17 (Unix) PHP/4.0.4pl1
mod_ssl/2.8.0 OpenSSL/0.9.6 configured -- resuming normal operations

I need assistance with finding documentation on creating these modules.
mysql.so and imap.so are *not* even on this box.

----- Original Message -----
From: "Network" <network@network.shacknet.nu>
To: <imp@lists.horde.org>
Sent: Tuesday, February 06, 2001 1:19 PM
Subject: Re: [imp] imp-2.2.4 logging in and ie5.5


>
> ----- Original Message -----
> From: "Chuck Hagenbuch" <chuck@horde.org>
> To: <imp@lists.horde.org>
> Sent: Tuesday, February 06, 2001 12:25 PM
> Subject: Re: [imp] imp-2.2.4 logging in and ie5.5
>
>
> > Quoting Network <network@network.shacknet.nu>:
> >
> > > I'm assuming you either mean; scripts that come with horde & imp -or-
> > > scripts such as; phpinfo() -and- a simple 'hello world' script.
Answer=
> > > yes, simple scripts work.
> >
> > Something like
> >
> > <?php
> >
> > $stream = imap_open('{your.server}', 'username', 'password');
> > $check = imap_check($stream);
> > var_dump($check);
> > imap_close($stream);
> >
> > ?>
> >
> > ... gives you reasonable output?
>
> I placed your suggested script in the ~/horde/script.php with the
following
> results
>
> I used ...
> <?php
>
> $stream = imap_open('{tower.swahilie.net}', 'valid-UID',
'valid-password');
> $check = imap_check($stream);
> var_dump($check);
> imap_close($stream);
>
> ?>
> results=
> object(stdClass)(5) { ["Date"]=> string(36) "Tue, 6 Feb 2001
12:54:07 -0500
> (EST)" ["Driver"]=> string(4) "imap" ["Mailbox"]=> string(51)
> "{localhost.swahilie.net:143/imap/user="tower"}INBOX" ["Nmsgs"]=> int(2)
> ["Recent"]=> int(0) }
>
>  I've tried this numerous times before sending this reply.  Each time
> producing positive results.
> I have also gone as far as toggling back and forth by loading your example
> script (script.php) & then, loading ~/horde/imp.index.php3 page and back
> again.
>
> Your example script (script.php) works everytime, but the
> ~/horde/imp.index.php3 continues to fail *to many* times. index.php3 will
> fail four (4) out of 5-6 times.  However, when index.php3 starts working,
it
> seems to continue to work for a while.  I'll let it sit idle (logged out),
> then come back and play with it a number of hours later and it starts
acting
> like it has the flu again and preceedes to send me to that "page not
found".
>
> APM is disabled on the client (windows) as well as the Freebsd box that
Imp
> runs on.  The IMP box was soley assembled for IMP.  There are no other
> services running on the IMP box Except 'sshd' and what ever imp needs to
> fuction.  Apache *only* serves IMP pages.
>
> Sorry for the long wind.  Just trying to give you enough info. :/
> >
> > -chuck
> >
> > --
> > Charles Hagenbuch, <chuck@horde.org>
> > "My intuitive grasp of math often leads me astray." -Me
> >
> > --
> > IMP mailing list: http://horde.org/imp/
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> >
>
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>