11 messages in net.sourceforge.lists.courier-sqwebmail[sqwebmail] linking maildirkw error
FromSent OnAttachments
Rui RomãoJan 16, 2006 6:13 am 
Brian CandlerJan 17, 2006 1:56 am 
Rui RomãoJan 17, 2006 6:27 am 
Julie S. LinJan 17, 2006 4:19 pm 
Sam VarshavchikJan 17, 2006 4:44 pm 
Brian CandlerJan 18, 2006 12:56 am 
Rui RomãoJan 19, 2006 9:35 am 
Brian CandlerJan 20, 2006 12:33 am 
Rui RomãoJan 20, 2006 4:31 am 
Rui RomãoJan 20, 2006 4:39 am 
Brian CandlerJan 21, 2006 1:38 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[sqwebmail] linking maildirkw errorActions...
From:Rui Romão (r.ro@mail.pt)
Date:Jan 19, 2006 9:35:53 am
List:net.sourceforge.lists.courier-sqwebmail

Still can't resolve this problem!

I've already verify updates (with up2date) to all C++ packages and install some that were missing.

Now my C++ RPM package list is:

libstdc++-devel-3.3.2-1 gcc-c++-3.3.2-1 compat-libstdc++-7.3-2.96.118 compat-libstdc++-devel-7.3-2.96.118 compat-gcc-c++-7.3-2.96.118 libstdc++-3.3.2-1

The linking maildirkw error does not disapear!

I've already give up install Sqwebmail to install SquirrelMail, but when i try to install IMAP server the error is the same:

Linking maildirkw /usr/lib/libfam.a(fam.o)(.text+0x2f): In function `FAMOpen2': : undefined reference to `operator new(unsigned)' /usr/lib/libfam.a(fam.o)(.text+0x103): In function `FAMOpen2': : undefined reference to `operator delete(void*)' /usr/lib/libfam.a(fam.o)(.text+0x11b): In function `FAMOpen2': : undefined reference to `operator delete(void*)' /usr/lib/libfam.a(fam.o)(.text+0x17c): In function `FAMClose': : undefined reference to `operator delete(void*)' /usr/lib/libfam.a(fam.o)(.text+0x2a8): In function `FAMMonitor(FAMConnection*, char const*, FAMRequest*, void*, int)': ... ... : undefined reference to `operator delete(void*)' /usr/lib/libfam.a(Client.o)(.eh_frame+0x12): undefined reference to `__gxx_personality_v0' collect2: ld returned 1 exit status make[3]: *** [maildirkw] Error 1 make[3]: Leaving directory `/usr/local/src/daemons/qmail/mailstuff/sqwebmail-5.0.7/maildir' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/local/src/daemons/qmail/mailstuff/sqwebmail-5.0.7/maildir' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/daemons/qmail/mailstuff/sqwebmail-5.0.7' make: *** [all] Error 2

I don´t really understand what irs wrong with it.

Anyone could help me?

Thanks

RR

Ok:

Here's my C++ RPM packages list:

libstdc++-devel-3.3.2-1 gcc-c++-3.3.2-1 libstdc++-3.3.2-1

Do you think i should install something more? Or update C++?

If so, where can i find c++ RPM packages?

Thanks Brian

RR

On Mon, Jan 16, 2006 at 02:13:32PM +0000, Rui Romo wrote:

After trying to install sqwebmail to qmail i had a problem with maildirkw link:

Yes I know. I posted a reply to your original question. You then

replied

to

me personally, insisting that there couldn't possibly be any problem

with

your C++ compiler installation.

I'm trying to install this, under Fedora Core 1, with "gcc (GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1)" compiler.

I've already compiled many things without any problem, so i don't

think

had some problem with C++ installation

Most open-source software is in C, not C++. Can you give an example specifically of something written in C++ which you have compiled successfully?

Also, can you list your C++ RPM packages? On my CentOS 4.2 box (= free clone of RHEL4) I have:

$ rpm -qa | grep '++' gcc-c++-3.4.4-2 compat-libstdc++-33-3.2.3-47.3 libstdc++-3.4.4-2 libstdc++-devel-3.4.4-2 $

So if you are missing one of those, then it would seem that you don't have C++ properly installed.