Koozali.org: home of the SME Server

IMP V3 SME 5.1.2

rachid

IMP V3 SME 5.1.2
« on: February 11, 2002, 01:36:59 PM »
hy guys,


i recently succeded in installation of IMP V3 with HORDE V2 on my SME 5.1.2 server, i will soon release an how-to to help you all :-)


sincerely

Rachid

Dan Brown

Re: IMP V3 SME 5.1.2
« Reply #1 on: February 11, 2002, 04:47:01 PM »
Beat you to it:

http://www.familybrown.org/howtos/imp-upgrade.html

If I'd known somebody else was working on it, I would have said something earlier, sorry...

Robert

Re: IMP V3 SME 5.1.2
« Reply #2 on: February 12, 2002, 12:38:52 AM »
Hi,

I tried once ang got the same failed dependicies as you:

 libmm.so.0  
 libmm.so.11

I look forward to hearing how you solved it.

Robert

Dan Brown

Re: IMP V3 SME 5.1.2
« Reply #3 on: February 12, 2002, 12:57:17 AM »
You shouldn't have gotten those errors if you were installing on SME 5.1.2.  Were you using 5.0?

Jean-Philippe

Re: IMP V3 SME 5.1.2
« Reply #4 on: February 12, 2002, 01:31:21 AM »
Thanks for this one, Dan : everything went OK with SME 5.1.2!

dubois

Re: IMP V3 SME 5.1.2
« Reply #5 on: February 12, 2002, 01:44:30 AM »
works, and looks good with my 5.1.2

Robert

Re: IMP V3 SME 5.1.2
« Reply #6 on: February 12, 2002, 06:33:44 PM »
Hi,

When I try the PHP upgrade on a 5.1.2 installation (that was created by upgrading from 5.0), I get the following:

error: failed dependencies:
   php = 4.0.4pl1-9 is needed by php-manual-4.0.4pl1-9

Anybody know why?

Also, in the new how-to, the path to rpmfind.net is missing a /7/ between /linux/ and /redhat/

Should be:

ftp://rpmfind.net/linux/7/redhat/7.1/en/os/i386/RedHat/RPMS/expat-1.95.1-1.i386.rpm

Thanks,

Robert

Dan Brown

Re: IMP V3 SME 5.1.2
« Reply #7 on: February 12, 2002, 06:43:48 PM »
Hmmm, looks like I'll need to add php-manual to the PHP howto.  I'd been hoping to avoid it, as it's ~15MB that won't be much use to most people.

As for expat, rpmfind.net doesn't include the /7/ in their link, and it does work without it.  What makes you say it needs it?

Robert

Re: IMP V3 SME 5.1.2
« Reply #8 on: February 12, 2002, 06:52:40 PM »
I couldn't get the wget to work without the /7/

Robert

Robert

Re: IMP V3 SME 5.1.2
« Reply #9 on: February 12, 2002, 07:11:19 PM »
Ok,

After downloading php-manual the install took, and the new IMP is up and running.

Thanks for the help everyone.

Robert

daithik

Re: IMP V3 SME 5.1.2
« Reply #10 on: February 12, 2002, 08:53:43 PM »
If you are not using the PHP Manual and want to save yourself the download, you should be able to issue:

rpm -e php-manual

the upgrade should then work.
I didn't have this issue - is the manual installed by default?

Dan Brown

Re: IMP V3 SME 5.1.2
« Reply #11 on: February 12, 2002, 09:00:10 PM »
I think it may have been installed by default in 5.0, but not in 5.1.2.

Charlie Brady

Re: IMP V3 SME 5.1.2
« Reply #12 on: February 12, 2002, 10:02:53 PM »
Robert wrote:

> When I try the PHP upgrade on a 5.1.2 installation (that was
> created by upgrading from 5.0), I get the following:
>
> error: failed dependencies:
>    php = 4.0.4pl1-9 is needed by php-manual-4.0.4pl1-9

Just do "rpm -e php-manual" before trying your upgrade.

> Anybody know why?

Excessive specification of dependency. Why should I need that exact version of PHP installed to have that version of the manual?

Charlie

Bill Pflaumer

Re: IMP V3 SME 5.1.2
« Reply #13 on: February 13, 2002, 04:03:22 AM »
Dan
I implemented your how-to on an SME 5.1.2 that was upgraded from V5.0 Update 3 and is working great. I Thank You ! I am fairly new with Linux and just loving it, but I did get the following errors stating that some directories were not empty and could not be deleted. I just wanted to know if this was an expected output or did I make some type of mistake.

I Thank you and Mitel for making a great contribution/product.

Bill

[root@sme-grn imp_upgrade]# rpm -Uvh *
Preparing...                ########################################### [100%]
   1:horde                  ########################################### [ 16%]
error: cannot remove /home/httpd/horde-phplib - directory not empty
   2:dcb-e-smith-horde      ########################################### [ 33%]
loading /etc/e-smith/sql/init/S10horde_mysql_create into mysql
Loading data into mysql [   OK   ]
   3:imp                    ########################################### [ 50%]
   4:dcb-e-smith-imp        ########################################### [ 66%]
error: cannot remove /home/httpd/html/horde/imp/SSLonly - directory not empty
error: cannot remove /home/httpd/html - directory not empty
error: cannot remove /home/httpd - directory not empty
   5:turba                  ########################################### [ 83%]
   6:dcb-e-smith-turba      ########################################### [100%]
loading /etc/e-smith/sql/init/S10turba_sql_create into mysql
Loading data into mysql [   OK   ]
[root@sme-grn imp_upgrade]#

Dan Brown

Re: IMP V3 SME 5.1.2
« Reply #14 on: February 13, 2002, 08:05:36 AM »
Bill,

Those messages are known issues, but they don't seem to affect anything.  As long as it works, don't worry about it.  Thanks for the kind words!