Hi All,

I seem to be having a *real* bad day, and I'm hoping someone out here can
figure out what is going on.

BACKGROUND:

I'm a NEWBIE to php, but I've been running apache for quite a while, and
IMAP (Uw) as well.

I am looking to put a web email interface up, and it appears almost all of
them require PHP with IMAP compiled in.

I am using Apache 1.3.20 with the DSO option.

I can get Uw IMAP (the latest version, imap-2001.RELEASE-CANDIDATE.1) to
compile, AND I can get its mtest to work. (I can specify an IMAP host,
plug in the username and password, and see the correct number of
messages).

At one point during the last few days, I downloaded php4.06.  And, on the
first comfig/compile round, I actually got a php file in the main
directory.

But, I've been playing with a bunch of webmail clients, each needed their
own --with- settings in php....

PROBLEMS:

1) At one point, I deleted the php file in the php-4.06 directory.  Now,
no matter how "make clean" (even nuking the php-4.06 directory, and
pulling a new ftp down from php.net), I don't get the php as part of the
standard make / make install.  If I 'force' the issue with a 'make php', I
get a long series of lines: Undefined first referenced
 symbol                             in file
ap_getword_nulls_nc                 .libs/libphp4.so
ap_pstrdup                          .libs/libphp4.so
ap_child_terminate                  .libs/libphp4.so
....
main                             
/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.8.1/crt1.o
....
{ more .libs/libphp4.so lines)

I'm figuring *something* has to be wrong here, but what???
And, yes, I had done the wierd ln -s {imad-dir}/c-client lib & include.

2) Even though I can't get a local php binary to show up, the "make
install" has worked.  I can set up a sample file test.php with
<?phpinfo()?> in it, and I get the full information..... BUT, three
webmail clients have the *exact* same error, which leads me to believe it
isn't the clients, but the IMAP or PHP...  I can't log in.  Yes, I know
how to type my password, and I think I can configure the IMAP settings for
these three programs.  And yes, I have tried more than one active account.  
All three insist I don't exist.  I figure they are all calling the same
routing to open the IMAP inbox, and failing in the same way.  The programs
are NOCC, WERKMAIL, AEROMAIL....  Remember, within IMAP, using mtest, I
can connect just fine.....


Any hints on this would be greatly appreciated.  Please respond directly
to me - I will post a summary if requested.

James Cayz

+--------------------------------------------------------------------------+
| James Cayz          Telecommunications / Network Technologist I          |
| Email:[EMAIL PROTECTED]     Voice:302-739-4748 x130      Fax:302-739-6787   |
| Delaware Division of Libraries # 43 S. DuPont Hwy / Dover, DE 19901-7430 |
+--------------------------------------------------------------------------+




-- 
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]

Reply via email to