Koozali.org: home of the SME Server

IMP 3.1 and Kronolith (final)

Arby Edi

IMP 3.1 and Kronolith (final)
« 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.

Dan Brown

Re: IMP 3.1 and Kronolith (final)
« Reply #1 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.

Dan Brown

Re: IMP 3.1 and Kronolith (final)
« Reply #2 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...

Arby Edi

Re: IMP 3.1 and Kronolith (final)
« Reply #3 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!

Dan Brown

Re: IMP 3.1 and Kronolith (final)
« Reply #4 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.

guestHH

Re: IMP 3.1 and Kronolith (final)
« Reply #5 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

guestHH

Re: IMP 3.1 and Kronolith (final)
« Reply #6 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

Dan Brown

Re: IMP 3.1 and Kronolith (final)
« Reply #7 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.

guestHH

Re: IMP 3.1 and Kronolith (final)
« Reply #8 on: June 19, 2002, 09:28:09 PM »
Thanks for the suggestions Dan.

Regards,
guestHH

SAVIN Jérome

Re: IMP 3.1 and Kronolith (final)
« Reply #9 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

Guck Puppy

Re: IMP 3.1 and Kronolith (final) (PEAR issue)
« Reply #10 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

SAVIN Jérome

Re: IMP 3.1 and Kronolith (final) (PEAR issue)
« Reply #11 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

Dan Brown

Re: IMP 3.1 and Kronolith (final) (PEAR issue)
« Reply #12 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.

SAVIN Jérome

Re: IMP 3.1 and Kronolith (final) (PEAR issue)
« Reply #13 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

Geert Jansen

Re: IMP 3.1 and Kronolith (final)
« Reply #14 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