atom feed16 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Erroneous bui...
FromSent OnAttachments
Robin BowesOct 28, 2002 6:01 pm 
Sam VarshavchikOct 28, 2002 7:32 pm 
Robin BowesOct 29, 2002 2:15 am 
Juri HaberlandOct 29, 2002 2:25 am 
Robin BowesOct 29, 2002 4:43 am 
Sam VarshavchikOct 29, 2002 4:43 am 
Juri HaberlandOct 29, 2002 4:59 am 
Robin BowesOct 29, 2002 6:22 am 
Robin BowesOct 29, 2002 6:59 am 
Sam VarshavchikOct 29, 2002 2:56 pm 
Robin BowesOct 30, 2002 7:01 am 
Juha SaarinenOct 30, 2002 12:13 pm 
Robin BowesOct 30, 2002 3:06 pm 
Jesse KeatingOct 30, 2002 3:17 pm 
Robin BowesOct 31, 2002 9:36 am 
Jesse KeatingOct 31, 2002 10:56 am 
Subject:Re: [courier-users] Re: Erroneous build dependencies in courier-imap-1.6.0-20021025
From:Robin Bowes (robi@robinbowes.com)
Date:Oct 29, 2002 2:15:42 am
List:net.sourceforge.lists.courier-users

Sam,

FAM is optional, however it does provide for some value-added functionality. In the event that the additional value-added functionality is expected, the dependency provides a hint that the required prerequisites are missing.

Ok. Can you document this in the php build instructions?

Furthermore, FAM's dependencies are only xinetd, portmap, and the standard shared libraries; I don't see what the big deal with that is.

Here's what happens when I try to upgrade the relevent RPMS:

[root@celery i386]# rpm -Uvh fam* error: Failed dependencies: portmap is needed by fam-2.6.8-4 libstdc++.so.5(GLIBCPP_3.2) is needed by fam-2.6.8-4 [root@celery i386]# rpm -Uvh portmap-4.0-46.i386.rpm libstdc++-3.2-7.i386.rpm libstdc++-devel-3.2-7.i386.rpm error: Failed dependencies: libstdc++-libc6.2-2.so.3 is needed by (installed) pspell-0.12.2-8 libstdc++-libc6.2-2.so.3 is needed by (installed) groff-1.17.2-12 libstdc++-libc6.2-2.so.3 is needed by (installed) postgresql-libs-7.2.2-0.1PGDG libstdc++-libc6.2-2.so.3 is needed by (installed) php-4.1.2-7.3.4 libstdc++ = 2.96 is needed by (installed) gcc-c++-2.96-110 libstdc++.so.4 is needed by (installed) aspell-0.33.7.1-13 libstdc++.so.4(GLIBCPP_3.1) is needed by (installed) aspell-0.33.7.1-13 libstdc++-devel = 2.96 is needed by (installed) gcc-c++-2.96-110

So, to install FAM, I need to upgrade, amongst other things, php and gcc. the latest release php rpm from Redhat only works with apache2, I believe (I've been round that loop several times) and I'm sticking with apache1 for the time-being.

As you see, it's not as straight-forward as just installing a single package.

I revisited this following your reply and found that I actually have libstdc++.so.5 installed (from libstdc++-3.2-0.1) and I managed to install fam using the "--nodeps" option.

Cheers,

R.