Re: Re: libstdc++.so.4(GLIBCPP_3.1) :)
Stuart Longland <[email protected]>
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If what I suggested earlier *still* won't work, and you *still* get errors about libstdc++, you can build it from source. You'll need GCC, gtk-devel, and C headers. (anything missed here guys?) Basically, download the following file: http://db.ilug-bom.org.in/Applications/everybuddy/everybuddy-0.4.3cvs-20021222.tar.bz2 Decompress it to /usr/src % cd /usr/src % tar -xjvf <PATH_TO_FILE>/everybuddy-0.4.3cvs-20021222.tar.bz2 You'll see the filenames of every file in the archive. They'll be in a subdirectory, probably everybuddy-0.4.3cvs-20021222. Go into this directory. % cd everybuddy-0.4.3cvs-20021222 Then, you need to build it. This is normally done in three steps: ~ Create the Makefiles ~ % ./configure --prefix=/usr ~ Build the source ~ % make ~ Install it ~ % make install - --- OR --- You can do it all in a one liner like this: % ./configure --prefix=/usr && make all install The one liner above works for me when compiling most packages. If you look in the INSTALL file, and you see, 'these are generic instructions' or words to that effect, the above command will probably work. Look complicated? Not really. Source is a good point to start if you can't get a binary going. Hope this helps ;-) - -- ######################################################### ##*****************************************************## ##**+++++++++++++++++++++++++++++++++++++++++++++++++**## ##**++---------------------------------------------++**## ##**++-- Stuart Longland --++**## ##**++-- http://stuartl.cjb.net/ --++**## ##**++-- --++**## ##**++-- Longland Clan @ Brismesh (719) --++**## ##**++-- --++**## ##**++-- CS: --<i!CNC!i>-- Redhatter --++**## ##**++-- Clan Nutcases -- Co-founder --++**## ##**++-- http://longlandclan.hopto.org/nutcases/ --++**## ##**++-- --++**## ##**++-- I haven't lost my mind -- it's backed --++**## ##**++-- up on a tape somewhere... --++**## ##**++---------------------------------------------++**## ##**+++++++++++++++++++++++++++++++++++++++++++++++++**## ##*****************************************************## ######################################################### -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1-nr1 (Windows 2000) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE+OowYIGJk7gLSDPcRAhsHAJsFt+nvCN91ad6bK+Ij9jKjLDhZoQCfRhd+ fO4qA3XC19CcQeentikv//w= =CQCC -----END PGP SIGNATURE-----