Filezilla and ubuntu breezy error...

Moderator: Project members

Post Reply
Message
Author
Confuse
500 Command not understood
Posts: 2
Joined: 2005-10-28 00:43

Filezilla and ubuntu breezy error...

#1 Post by Confuse » 2005-10-31 04:16

This is the output I get when I try to run the CVS build of filezilla for linux

damian@pompey:~/filezilla3/bin$ ./filezilla
./filezilla: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.6' not found (required by ./filezilla)


I'm running the latest up to date Ubuntu Breezy. Anyone know what to do?

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#2 Post by botg » 2005-10-31 09:37

I think FileZilla 3 and the rest of the system libraries are built using a different version of GCC. If you configure the FileZilla source, try specifying a different version of gcc using the CC, CPP and CXX environment variables.

Monkeh
500 Command not understood
Posts: 2
Joined: 2005-11-05 21:39

#3 Post by Monkeh » 2005-11-05 21:41

What version of GCC and GLIBC are you compiling your nightly builds with? I have a 3.4.4 and 2.3.5, respectively, system, and get the same error (it's Gentoo, so the entire system is built with those). *installs cvs and grabs the source*

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#4 Post by botg » 2005-11-05 22:07

Nightlies are created using GCC 4 I think. There primary reason is to tell me whether my source compiles or not ;)

Best is to compile everything yourself.

Monkeh
500 Command not understood
Posts: 2
Joined: 2005-11-05 21:39

#5 Post by Monkeh » 2005-11-05 22:11

Which I'll be doing as soon as I've finished updating some stuff ;) Must say I'm looking forward to FZ3 being finished, and I'd be willing to help with just about anything :) (short of any sort of coding, which I don't do)

Edit: Well, that worked a treat (after spending over an hour compiling wxGTK twice). Looking nice indeed. lmao @ the help menu btw :)

Post Reply