[imp] where do imap.so and mysql.so come from?

Rich Lafferty rich@horde.org
Wed, 7 Feb 2001 09:49:03 -0500


On Wed, Feb 07, 2001 at 04:52:01AM -0500, Christopher Stein (stein@eecs.harvard.edu) wrote:
> 
> yes. I did..
> 
> # ./configure --with-imap --with-mysql=/usr/local/mysql
> # make;
> 
> and still, the only *.so file I can find is libphp3.so.
> Still no imap.so or mysql.so

Data point: My four boxen on which IMP resides in various versions all
have working IMAP and Postgres bits o' PHP, yet lament about not
finding imap.so and pgsql.so.

I *suspect*, but can't say for sure, that you've got IMAP and MySQL
support compiled statically, and some PHP configuration file
requesting them to be loaded dynamically. ICBW. That's always the
excuse I've given here for those errors. :-)

  -Rich

-- 
------------------------------ Rich Lafferty ---------------------------
 Sysadmin/Programmer, Instructional and Information Technology Services
   Concordia University, Montreal, QC                 (514) 848-7625
------------------------- rich@alcor.concordia.ca ----------------------


>From chuck@horde.org Date: Wed,  7 Feb 2001 09:59:14 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 7919 invoked from network); 7 Feb 2001 15:00:09 -0000
Received: from r94aag005136.sbo-smr.ma.cable.rcn.com (HELO marina.horde.org) (209.6.192.126)
  by horde.org with SMTP; 7 Feb 2001 15:00:09 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 02E7539F4; Wed,  7 Feb 2001 09:59:15 -0500 (EST)
Received: from 206.243.191.252 ( [206.243.191.252])
	as user chuck@marina by marina.horde.org with HTTP;
	Wed,  7 Feb 2001 09:59:14 -0500
Message-ID: <981557954.3a8162c2b9d85@marina.horde.org>
Date: Wed,  7 Feb 2001 09:59:14 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] where do imap.so and mysql.so come from?

Quoting Christopher Stein <stein@eecs.harvard.edu>:

> # ./configure --with-imap --with-mysql=/usr/local/mysql
> --with-apxs=/usr/local/apache/bin/apxs --with-xml
> # make;
> 
> and still, the only *.so file I can find is libphp3.so.
> Still no imap.so or mysql.so

... and no need for them. You didn't tell php to make imap and mysql shared 
modules, so it didn't - they're compiled right in to the libphp4.so file. Just 
remove the lines in php.ini that are trying to load them, and you should be 
fine.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"My intuitive grasp of math often leads me astray." -Me


>From DAEMON@idledreams.net Date: Wed,  7 Feb 2001 10:07:12 -0500
Return-Path: <lordscarlet@idledreams.net>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 9029 invoked from network); 7 Feb 2001 15:10:54 -0000
Received: from smtp-a.capu.net (0@205.177.76.122)
  by horde.org with SMTP; 7 Feb 2001 15:10:54 -0000
Received: from HAL (dsl-2-18.capu.net [206.161.94.18])
	by smtp-a.capu.net (8.9.3/8.9.3) with SMTP id KAA21648
	for <imp@lists.horde.org>; Wed, 7 Feb 2001 10:10:53 -0500
From: "doug moore" <lordscarlet@idledreams.net>
To: <imp@lists.horde.org>
Date: Wed, 7 Feb 2001 10:06:51 -0500
Message-ID: <KCEJINDPCOKHHPPOJNIAOEHDCAAA.lordscarlet@idledreams.net>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700
Importance: Normal
Subject: still having MAILER-DAEMON return address problems :(

this is the header file for a msg sent via IMP on this account:

Return-Path: <MAILER-DAEMON@firewall.idledreams.net>
Received: (from nobody@localhost)
	by firewall.idledreams.net (8.11.0/8.11.0) id f17F7DB05296
	for lordscarlet@idledreams.net; Wed, 7 Feb 2001 10:07:13 -0500
From: MAILER-DAEMON@idledreams.net
X-Authentication-Warning: firewall.idledreams.net: nobody set sender to @
using -f
Received: from 206.161.94.18 ( [206.161.94.18])
	as user lordscarlet@mail.idledreams.net by mail.idledreams.net with HTTP;
	Wed,  7 Feb 2001 10:07:12 -0500
Message-ID: <981558432.3a8164a0cf86f@mail.idledreams.net>
Date: Wed,  7 Feb 2001 10:07:12 -0500
To: lordscarlet@idledreams.net
Subject: ;ladfh;alsdhg
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs

can this help anyone figure out why it's turning into MAILER-DEAMON@?! i can
send from other accounts and it returns as username@idledreams.net :(

doug.