Welcome to Smokey's Security Forums.
Guests have only limited access to the board and it's features, please consider registering to gain full access!
Registration is free and it only takes a few moments to complete.

Smokey's Security Forums

Please login or register.

Login with username, password and session length
Advanced search  

News:

Guests now allowed to post for Malware Removal help.

There are a few rules governing this, so please check the link below for more information:

   Guests allowed to post for Malware Removal help

OTL Log Analysis and Malware Removal - Qualified PC Disinfection & Cleaning - Microsoft Security Info & Alert Center - Official Jetico Inc. Support Forums

Share this topic on FacebookShare this topic on MySpaceShare this topic on Del.icio.usShare this topic on DiggShare this topic on RedditShare this topic on StumbleUponShare this topic on TwitterAuthorTopic: install errors on 64bit Ubuntu Intrepid 8.10  (Read 661 times)

0 Members and 1 Guest are viewing this topic.

warfish

  • Linux Developer
  • Jetico Inc. Developer
  • *
  • Offline Offline
  • Posts: 31
Re: install errors on 64bit Ubuntu Intrepid 8.10
« Reply #7 on: April 30, 2009, 07:26:18 AM »
In case of similar error in the future. We fixed this one by reinstalling gcc, gcc-c++ packets.

Evgeny.

warfish

  • Linux Developer
  • Jetico Inc. Developer
  • *
  • Offline Offline
  • Posts: 31
Re: install errors on 64bit Ubuntu Intrepid 8.10
« Reply #6 on: April 02, 2009, 12:22:47 PM »
Hi,

There is something wrong with your compiler, try reinstalling it.

sudo apt-get remove g++
sudo apt-get install g++

Evgeny.

jockeeTopic starter

  • Member
  • *
  • Offline Offline
  • Posts: 4
Re: install errors on 64bit Ubuntu Intrepid 8.10
« Reply #5 on: April 02, 2009, 11:42:54 AM »
Evgeny, as requested, thanks

user@pc~$ g++ -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)
user@pc~$
user@pc~$ which g++
/usr/bin/g++
user@pc~$ stat /usr/bin/g++
  File: `/usr/bin/g++' -> `g++-4.3'
  Size: 7            Blocks: 0          IO Block: 4096   symbolic link
Device: 801h/2049d   Inode: 699833      Links: 1
Access: (0777/lrwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2009-04-01 21:33:15.000000000 +1300
Modify: 2009-04-01 21:32:14.000000000 +1300
Change: 2009-04-01 21:32:14.000000000 +1300
user@pc~$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

warfish

  • Linux Developer
  • Jetico Inc. Developer
  • *
  • Offline Offline
  • Posts: 31
Re: install errors on 64bit Ubuntu Intrepid 8.10
« Reply #4 on: April 02, 2009, 09:50:53 AM »
Quote from: "jockee"
it's already installed...  I ran that command and get

Reading package lists... Done
Building dependency tree      
Reading state information... Done
g++ is already the newest version.
g++ set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

_
Installed version 4:4.3.1-lubuntu2

Installed files
/.
/usr
/usr/bin
/usr/share
/usr/share/man
/usr/share/man/man1
/usr/share/doc
/usr/bin/x86_64-linux-gnu-g++
/usr/bin/g++
/usr/share/man/man1/x86_64-linux-gnu-g++.1.gz
/usr/share/man/man1/g++.1.gz
/usr/share/doc/g++


Thanks for this reply and the other one.

Hi,

please do these commands for me and post the result from each one:
g++ -v
which g++
stat /usr/bin/g++
echo $PATH

Evgeny.

jockeeTopic starter

  • Member
  • *
  • Offline Offline
  • Posts: 4
Re: install errors on 64bit Ubuntu Intrepid 8.10
« Reply #3 on: April 02, 2009, 08:44:04 AM »
it's already installed...  I ran that command and get

Reading package lists... Done
Building dependency tree      
Reading state information... Done
g++ is already the newest version.
g++ set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

_
Installed version 4:4.3.1-lubuntu2

Installed files
/.
/usr
/usr/bin
/usr/share
/usr/share/man
/usr/share/man/man1
/usr/share/doc
/usr/bin/x86_64-linux-gnu-g++
/usr/bin/g++
/usr/share/man/man1/x86_64-linux-gnu-g++.1.gz
/usr/share/man/man1/g++.1.gz
/usr/share/doc/g++


Thanks for this reply and the other one.

warfish

  • Linux Developer
  • Jetico Inc. Developer
  • *
  • Offline Offline
  • Posts: 31
Re: install errors on 64bit Ubuntu Intrepid 8.10
« Reply #2 on: April 02, 2009, 06:24:59 AM »
Hello,

You problem is that you don't have a g++ compiler installed on your system.
In ubuntu terminal do the following command:

sudo apt-get install g++

This will install the program you need to build BestCrypt.

Evgeny.

jockeeTopic starter

  • Member
  • *
  • Offline Offline
  • Posts: 4
install errors on 64bit Ubuntu Intrepid 8.10
« Reply #1 on: March 13, 2009, 11:01:24 AM »
Hi

I download and expand the BestCrypt-1.6-25.tar.gz
I get the following output when from the terminal I run make


.@.:/home/username/Bestcrypt/bcrypt-1.6-25$ make
set -e; for i in kgsha kgsha256 src mod; do make -C $i ; done
make[1]: Entering directory `/home/username/Bestcrypt/bcrypt-1.6-25/kgsha'
g++ -fPIC -Wall -fno-strength-reduce -I../include -O2  -c -o alg.o alg.cpp
make[1]: g++: Command not found
make[1]: *** [alg.o] Error 127
make[1]: Leaving directory `/home/username/Bestcrypt/bcrypt-1.6-25/kgsha'
make: *** [subdirs] Error 2

i also tried running using sudo, same errors.

any suggestions would be appreciated, thank you
 

* Permissions
You can't post new topics.
You can't post replies.
You can't post attachments.
You can't modify your posts.
BBCode Enabled
Smilies Enabled
[img] Enabled
HTML Disabled


Except where otherwise stated, all content Copyright © 2006 - 2010 Smokey Services™ -- All rights reserved

Surf Smokey's with confidence: all external links in posts are checked and rated by WOT - Web of Trust
Security Knowledge-, Alert- & News Center and Comprehensive Microsoft Windows Information & Download Center
Board- and databases search functions and the download of post attachments are only available to registered board members

    


==>Think your PC is infected? Click here for OTL Log Analysis and Malware Removal Assistance<==


Smokey's Security Forums provide full qualified OTL Log Analysis & Cleaning Services
OTL (formerly OTListIt2) by OldTimer is a sophisticated, comprehensive log analysis tool to clean PCs with malicious content

Microsoft Security Info & Alert Center - most recent, real-time released Microsoft Security Bulletins, Alerts, Advisories and Vulnerabilities:
<div style="background-color: none transparent;"><a href="http://www.rsspump.com/?web_widget/rss_widget" title="rss widget">Rss widget</a></div>