Author Topic: Delegate questions  (Read 13007 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
ok .. then .. good luck compiling .. can't help you unfortunately .. never used RedHat :-\

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
Are you required to used RedHat? Because you are certainly the first person to ever try to compile it on RedHat ..
Can't you choose Ubuntu, or Archlinux?

The server already has a few websites on it... so I would have to basically hire someone to switch everything over to Ubuntu with minimal downtime (some of the sites are for-profit).

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Are you required to used RedHat? Because you are certainly the first person to ever try to compile it on RedHat ..
Can't you choose Ubuntu, or Archlinux?

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
Ok so I'm trying to install devtools-2 but NOW I'm getting this error:

Code: [Select]
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 DSA/SHA1 Signature, key ID 1d1e034b: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cern


GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-cern

Oh commandline... how I hate thee.

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
Doesn't yum just offer the latest?

Sent from my SM-G900T using Tapatalk

What if I gave you SSH access so you can mess around with it a bit? If it's not too much trouble I mean.

Offline Riverhead

Doesn't yum just offer the latest?

Sent from my SM-G900T using Tapatalk


Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
Looks like I probably need to install developer toolset BUT I don't know what version to install.

Here is the linux version of RedHat I'm running:

Code: [Select]
root@server13 [~]# uname -mrs
Linux 2.6.32-358.18.1.el6.x86_64 x86_64
« Last Edit: October 30, 2014, 02:48:37 pm by MeTHoDx »

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
Thank you tonyk and riverhead again for all the help.

Quote
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Offline Riverhead

tonyk2 has it correct.

The following command (except for the Ubuntu stuff of course :) )

gcc --version

Should return:

Code: [Select]
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE

zerosum

  • Guest
BTW these are the specs on the dedicated server:

Xeon E3-1240 v3
4 Cores x 3.4 GHz
120 GB SSD

That any good?

I will (once again) post in a topic that is non of my business/expertise.!!!!
Those are more than you need as of today. So damn good, in other words.
You are missing the software (which someone here will help you install).


Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
BTW these are the specs on the dedicated server:

Xeon E3-1240 v3
4 Cores x 3.4 GHz
120 GB SSD

That any good?

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
Did you do the cmake step?

Sent from my SM-G900T using Tapatalk

Code: [Select]
root@server13 [~/bitsharesx]# cmake .
CMake Error at CMakeLists.txt:8 (message):
  GCC version must be at least 4.8!

Offline Riverhead

Did you do the cmake step?

Sent from my SM-G900T using Tapatalk


Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
You could try using "yum" instead of "apt-get".

Yes that works! Next roadblock:

Code: [Select]
root@server13 [~/bitsharesx]# make
make: *** No targets specified and no makefile found.  Stop.

Offline Troglodactyl

  • Hero Member
  • *****
  • Posts: 960
    • View Profile
You could try using "yum" instead of "apt-get".