Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Arby Edi on June 17, 2002, 06:22:23 AM

Title: IMP 3.1 and Kronolith (final)
Post by: Arby Edi on June 17, 2002, 06:22:23 AM
Ok kids,  IMP 3.1 and Kronolith are both relased as FINAL!
Any takers on checking it out and reporting on it ANd created an RPM install?
I'm asking since I really don't know enough to do it.
I think Dan Brown was going to look into it last time I posted that they with at RC3.

Thank all.
Title: Re: IMP 3.1 and Kronolith (final)
Post by: Dan Brown on June 17, 2002, 06:26:42 AM
I've actually built an RPM of IMP 3.1 RC3; I'll probably have one up of 3.1 final in a day or so.  Not sure about Kronolith yet.
Title: Re: IMP 3.1 and Kronolith (final)
Post by: Dan Brown on June 18, 2002, 08:17:49 AM
All right, IMP 3.1 final is posted to my contrib area.  Haven't tested it at all yet, but RC3 is working for me...
Title: Re: IMP 3.1 and Kronolith (final)
Post by: Arby Edi on June 19, 2002, 03:55:04 AM
Great, I'll check it out.  See anything special in the 3.1 vs 3.0?  Any thoughts about a Kronolith install?  I know i'm being a pest, but I think I really need it.  If not, I'll give a try at installing it "by hand".  
thanx Dan!!  You rock!
Title: Re: IMP 3.1 and Kronolith (final)
Post by: Dan Brown on June 19, 2002, 05:10:08 AM
The biggest thing I notice in 3.1 is greatly improved address book integration.  There are other things, but they're more minor.

As to Kronolith, that's tricker, as it requires mcal and PHP support for mcal.  I'll probably get around to it at some point if nobody beats me to it, but it's not a top priority for me.
Title: Re: IMP 3.1 and Kronolith (final)
Post by: guestHH on June 19, 2002, 12:24:52 PM
Dan,

I did this :
 rpm -Uvh imp-3.1-2es.noarch.rpm
Preparing...                ########################################### [100%]
warning: /home/httpd/html/horde/imp/config/servers.php saved as /home/httpd/html/horde/imp/config/servers.php.rpmsave
   1:imp                    ########################################### [100%]

And now I can not login into imp with no account at all.

Any thoughts?

Regards,
guestHH
Title: Re: IMP 3.1 and Kronolith (final)
Post by: guestHH on June 19, 2002, 12:45:23 PM
Dan,

Reinstalling e-smith-imp-1.6.6dcb-3 did the trick.

rpm -e e-smith-imp-1.6.6dcb-3
rpm -Uvh e-smith-imp-1.6.6dcb-3.noarch.rpm

Logins are working again.

Regards,
guestHH
Title: Re: IMP 3.1 and Kronolith (final)
Post by: Dan Brown on June 19, 2002, 07:35:45 PM
Reinstalling e-smith-imp certainly should have done the trick, but you didn't need to; the clue is in the warning message that RPM gave you.  If you

/sbin/e-smith/expand-template /home/httpd/html/horde/imp/config/servers.php

That would have fixed the problem as well.  No harm by reinstalling, though.
Title: Re: IMP 3.1 and Kronolith (final)
Post by: guestHH on June 19, 2002, 09:28:09 PM
Thanks for the suggestions Dan.

Regards,
guestHH
Title: Re: IMP 3.1 and Kronolith (final)
Post by: SAVIN Jérome on June 20, 2002, 03:19:21 AM
I upgraded first php to 4.1.2 and I tried to upgrade IMP to 3.1 RC3.

When I try to log in webmail, page https://www.mydomain.org/horde/imp/redirect.php keeps white !
In /var/log/messages I have :
Jun 20 00:04:29 intranet identd[30218]: Successful lookup: 1361 , 143 : ww.admin
jun 20 00:04:29 intranet httpd: PHP Warning:  Failed opening 'Log.php' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/html/horde/lib/Horde.php on line 141
jun 20 00:04:29 intranet httpd: PHP Fatal error:  Undefined class name 'log' in /home/httpd/html/horde/lib/Horde.php on line 151


What's wrong ?

Jérome
Title: Re: IMP 3.1 and Kronolith (final) (PEAR issue)
Post by: Guck Puppy on June 20, 2002, 11:58:47 PM
Can tell you "what" maybe not the "why"...

SAVIN Jérome wrote:
> When I try to log in webmail, page
> https://www.mydomain.org/horde/imp/redirect.php keeps white !
> In /var/log/messages I have :

> jun 20 00:04:29 intranet httpd: PHP Warning:  Failed opening
> 'Log.php' for inclusion (include_path='.:/usr/share/pear') in
> /home/httpd/html/horde/lib/Horde.php on line 141
if you have a look in /usr/share/pear you should see a file called Log.php (I have it in my 5.1.2 box).
If it's not there, that's your problem. You can either try a re-install of the php rpm which should(?) install PEAR here by default...
or you can always install /usr/share/pear yourself... just extract the whole php package (not the rpm) to a temp folder and copy the pear directory to your /usr/share - make sure it's the right PHP version, naturally.

Btw, PEAR is a set of classes that comes as part of your PHP package, for making database dealings and logging "more better".

> jun 20 00:04:29 intranet httpd: PHP Fatal error:  Undefined
> class name 'log' in /home/httpd/html/horde/lib/Horde.php on
> line 151
And because it can't find the file that contains the class, it can't find the class.

There is that annoying "php sandbox securituy feature" turned on by default in sme 5.1.2, but that usually has it's own brand of error messages which make it clear that's the issue- see:
http://forums.contribs.org/index.php?topic=12706.msg47725#msg47725
if you're interested.

cheers,

G
Title: Re: IMP 3.1 and Kronolith (final) (PEAR issue)
Post by: SAVIN Jérome on June 21, 2002, 02:38:12 AM
There is no Log.php in php-4.2.1.tar.gz (get from official site)
$ cd php-4.2.1
$ find -name "Log.php" -print
$

I copy php-4.2.1/pear in /usr/share, now at first nogin first page in white and if I refresh in the browser it works.

I don't undunrstand why Log.php isn't on my system ...

After restarting httpd, httpd-e-smith and http-admin in /etc/rc.d/init.d/now I have this message while logging in webmail :
Notice: Use of undefined constant OP_HALFOPEN - assumed 'OP_HALFOPEN' in /home/httpd/html/horde/imp/lib/IMP.php on line 121

Notice: Use of undefined constant OP_ANONYMOUS - assumed 'OP_ANONYMOUS' in /home/httpd/html/horde/imp/lib/IMP.php on line 237

I think I realy need help

Jérome
Title: Re: IMP 3.1 and Kronolith (final) (PEAR issue)
Post by: Dan Brown on June 21, 2002, 02:49:41 AM
OK, so you upgraded to PHP 4.2.1, not 4.1.2 (which is what you originally said).  The PEAR libraries aren't included with 4.2.1, which is one of the reasons that my HOWTO is still at 4.1.2.  I'm still trying to figure out how to package all the necessary libraries neatly with 4.2.1.
Title: Re: IMP 3.1 and Kronolith (final) (PEAR issue)
Post by: SAVIN Jérome on June 21, 2002, 02:57:07 AM
You're right, and I'm sorry about this, it was 4.2.1 and not 4.1.2.

I stay tuned .

Thanks.

Jérome
Title: Re: IMP 3.1 and Kronolith (final)
Post by: Geert Jansen on July 07, 2002, 09:06:08 PM
Dan,

Which rpm's are needed to upgrade from 'your' version IMP 3.0 to you newly contributed IMP3.1 rpm's?

Cheers,

Geert
Title: Re: IMP 3.1 and Kronolith (final)
Post by: Dan Brown on July 07, 2002, 10:45:36 PM
Well, IMP 3.1 obviously.  Horde 2.1 isn't _required_, but it's a good idea.  The latest e-smith-horde and e-smith-imp RPMs would also be good to have.
Title: Re: IMP 3.1 and Kronolith (final)
Post by: Geert Jansen on July 07, 2002, 10:56:01 PM
Dan Brown wrote:
>
> Well, IMP 3.1 obviously.  Horde 2.1 isn't _required_, but
> it's a good idea.  The latest e-smith-horde and e-smith-imp
> RPMs would also be good to have.

Cheers,

Geert
Title: Re: IMP 3.1 and Kronolith (final)
Post by: Edgar on July 18, 2002, 01:15:45 AM
after i upgrade to imp 3.0

i downloaded this rpms

horde 2.1
imp 3.1
e-smith-imp-1.6.5
e-smith-horde-1-4-5

and got a problem installing imp,
 rpm -Uvh imp-3.1-2es.noarch.rpm
error: failed dependencies:
        imp = 3.0 is needed by e-smith-imp-1.6.5dcb-1

is there any howto to upgrade to imp 3.1?
anybody got the calendar and memo apps installed?

thanks
Title: Re: IMP 3.1 and Kronolith (final)
Post by: Dan Brown on July 18, 2002, 01:23:32 AM
Download the latest e-smith-imp RPM from my contrib directory.