create account

RE: [piston.web] First Open Source Steem GUI - Searching for alpha testers by inertia

View this thread on: hive.blogpeakd.comecency.com

Viewing a response to: @xeroc/piston-web-first-open-source-steem-gui---searching-for-alpha-testers

· @inertia ·
$0.32
On Mac OS X, what should I do if I see this:

```
$ make install-user
python3 setup.py install --user
/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/setuptools/dist.py:285: UserWarning: Normalizing '0.2.3a' to '0.2.3a0'
  normalized_version,
running install
running bdist_egg
running egg_info
.
.
.
scrypt-1.1.6/lib/crypto/crypto_aesctr.c:38:10: fatal error: 'openssl/aes.h' file not found
#include <openssl/aes.h>
         ^
1 error generated.
error: Setup script exited with error: command '/usr/bin/clang' failed with exit status 1
make: *** [install-user] Error 1
```

I usually use MacPorts, but I went with the Python Release PKG 3.5.2 in this case.
👍  ,
properties (23)
authorinertia
permlinkre-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t164112707z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 16:41:12
last_update2016-07-22 16:41:12
depth1
children5
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.251 HBD
curator_payout_value0.067 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length686
author_reputation346,568,901,399,561
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id276,965
net_rshares245,878,774,284
author_curate_reward""
vote details (2)
@robohack ·
I had the same issue on OSX.  This fixed it for me.
Run this before the 'make install-user':
export LDFLAGS="-L$(brew --prefix openssl)/lib"
export CFLAGS="-I$(brew --prefix openssl)/include"

This should set the build up to point at your installed openssl files.
👍  ,
properties (23)
authorrobohack
permlinkre-inertia-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160724t134143620z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-24 13:41:42
last_update2016-07-24 13:41:42
depth2
children0
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length263
author_reputation49,691,520,196
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id320,553
net_rshares16,572,855,572
author_curate_reward""
vote details (2)
@xeroc ·
$2.66
You need to install OpenSSL to get it to work. It might happen that there are some more packages that you need to install. Please do me the favor and write them to and let me know so I can extend the Installation guide! Thank your!
👍  , , , , , , ,
properties (23)
authorxeroc
permlinkre-inertia-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t172911480z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:29:09
last_update2016-07-22 17:29:09
depth2
children3
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.626 HBD
curator_payout_value0.035 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length231
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,793
net_rshares1,560,114,968,496
author_curate_reward""
vote details (8)
@inertia ·
$2.89
```
$ which openssl
/opt/local/bin/openssl
$ openssl version
OpenSSL 1.0.2h  3 May 2016
```

I have `openssl` provided by MacPorts.
👍  
properties (23)
authorinertia
permlinkre-xeroc-re-inertia-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t173431363z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:34:30
last_update2016-07-22 17:34:30
depth3
children2
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.167 HBD
curator_payout_value0.720 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length131
author_reputation346,568,901,399,561
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id277,917
net_rshares1,663,769,723,680
author_curate_reward""
vote details (1)
@xeroc ·
$2.91
I guess you need a `-dev` package  as well .. It is asking for a header file
👍  , , ,
properties (23)
authorxeroc
permlinkre-inertia-re-xeroc-re-inertia-re-xeroc-piston-web-first-open-source-steem-gui---searching-for-alpha-testers-20160722t174201619z
categorypiston
json_metadata{"tags":["piston"]}
created2016-07-22 17:42:00
last_update2016-07-22 17:42:00
depth4
children1
last_payout2016-08-24 14:49:30
cashout_time1969-12-31 23:59:59
total_payout_value2.189 HBD
curator_payout_value0.716 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation118,819,064,085,695
root_title"[piston.web] First Open Source Steem GUI - Searching for alpha testers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id278,073
net_rshares1,671,322,050,691
author_curate_reward""
vote details (4)