Pages:
Author

Topic: 🚀🚀🚀🚀 | GorillaBucks | Custom Multipool LIVE | Social Media Network | 💵🐵💵 - page 26. (Read 133306 times)

legendary
Activity: 1064
Merit: 1001
So I made a .bashrc file in home on the user level account and added export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

So now I guess I will try and run the d file again n see what happens.

Edit: GorillaBand2@vultr:~$ ./GorillaBucksd
./GorillaBucksd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory
GorillaBand2@vultr:~$
sr. member
Activity: 422
Merit: 250
Meow
root@vultr:/# find -iname bashrc
./usr/share/byobu/profiles/bashrc
root@vultr:/#

So now what ?

You can create the file in your home directory, if it doesn't exist; looks like you're logged in as root (which isn't advisable for security reasons, but it's up to you), so your home might be /root (echo $HOME to see your home directory).

If this is too complicated, then please see my edit above.
legendary
Activity: 1064
Merit: 1001
Err

root@vultr:/# find -iname .bashrc
./home/GorillaBand1/.bashrc
./etc/skel/.bashrc
./root/.bashrc
root@vultr:/#
legendary
Activity: 1064
Merit: 1001
(&(*&#KEJBHG

Quote
GorillaBand1@vultr:~$ ./GorillaBucksd
./GorillaBucksd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory
GorillaBand1@vultr:~$

Almost there...

Try adding to your ~/.bash_profile:
Code:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Source the file, so LD_LIBRARY_PATH is in your shell env. Enter:
Code:
. ~/.bash_profile

Now try running ./GorillaBucksd

This is a vultr account so it's brand new but I'm backed all the way out, and assuming the file is called bash_profile, there isn't one.

It should be $HOME/.bash_profile, or if that doesn't exist, maybe $HOME/.bashrc
root@vultr:/# find -iname bashrc
./usr/share/byobu/profiles/bashrc
root@vultr:/#

So now what ?
sr. member
Activity: 422
Merit: 250
Meow
(&(*&#KEJBHG

Quote
GorillaBand1@vultr:~$ ./GorillaBucksd
./GorillaBucksd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory
GorillaBand1@vultr:~$

Almost there...

Try adding to your ~/.bash_profile:
Code:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Source the file, so LD_LIBRARY_PATH is in your shell env. Enter:
Code:
. ~/.bash_profile

Now try running ./GorillaBucksd

This is a vultr account so it's brand new but I'm backed all the way out, and assuming the file is called bash_profile, there isn't one.

It should be $HOME/.bash_profile, or if that doesn't exist, maybe $HOME/.bashrc

Edit: If you can't figure out your shell init script, then just run:
Code:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

on the command line before running GorillaBucksd each time you login.
legendary
Activity: 1064
Merit: 1001
(&(*&#KEJBHG

Quote
GorillaBand1@vultr:~$ ./GorillaBucksd
./GorillaBucksd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory
GorillaBand1@vultr:~$

Almost there...

Try adding to your ~/.bash_profile:
Code:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Source the file, so LD_LIBRARY_PATH is in your shell env. Enter:
Code:
. ~/.bash_profile

Now try running ./GorillaBucksd

This is a vultr account so it's brand new but I'm backed all the way out, and assuming the file is called bash_profile, there isn't one.
sr. member
Activity: 422
Merit: 250
Meow
(&(*&#KEJBHG

Quote
GorillaBand1@vultr:~$ ./GorillaBucksd
./GorillaBucksd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory
GorillaBand1@vultr:~$

Almost there...

Try adding to your ~/.bash_profile:
Code:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Source the file, so LD_LIBRARY_PATH is in your shell env. Enter:
Code:
. ~/.bash_profile

Now try running ./GorillaBucksd
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
You're almost there, just a couple more steps

Sorry, it's holiday weekend in USA, I'm on and off the next couple days
hero member
Activity: 1540
Merit: 500
put more buy support on bittrex. 2.4 is too low

u think? lol

it'll go up to 80k..it's still new.
legendary
Activity: 1064
Merit: 1001
(&(*&#KEJBHG

Quote
GorillaBand1@vultr:~$ ./GorillaBucksd
./GorillaBucksd: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory
GorillaBand1@vultr:~$
legendary
Activity: 1064
Merit: 1001
sr. member
Activity: 422
Merit: 250
Meow
I give up, Ive had two bands down for over a day trying to get this to run without / even asking for help.

I love the help given so far but Id rather be given qa fish at this point to be fed for a day rather than bein taught how lol

Quote
root@vultr:/# cd secp256k1
root@vultr:/secp256k1# ./autogen.sh
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
root:/secp256k1#

I feel your pain, which is why I'm attempting to help, but if you're not familiar with the Linux command line, then I'd agree that this is a lot to take on Smiley

If you do decide to continue on this path, remember that Google is your friend - the solution to your issues is usually just a search away.

For example, for the issue you're seeing:
Code:
sudo apt-get install automake
sudo apt-get install build-essential libtool

From the result I found on Google: https://bitcointalk.org/index.php?topic=997356.10195;wap2
legendary
Activity: 1064
Merit: 1001
Got the edit, got to make, result...

Quote
,-Bdynamic -l secp256k1 -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread /GorillaBucks-master/src/leveldb/libleveldb.a /GorillaBucks-master/src/leveldb/libmemenv.a
/usr/bin/ld: cannot find -lsecp256k1
collect2: error: ld returned 1 exit status
makefile.unix:209: recipe for target 'GorillaBucksd' failed
make: *** [GorillaBucksd] Error 1
root:/GorillaBucks-master/src#

Looks like you need to install the secp256k1 library...

Code:
git clone https://github.com/bitcoin/secp256k1.git
cd secp256k1
./autogen.sh
./configure
make
sudo make install

Follow the instructions after installing for setting LD_LIBRARY_PATH in your environment.

Note: You might need to install libtool first, "sudo apt-get install libtool"

Good luck!
I give up, Ive had two bands down for over a day trying to get this to run without / even asking for help.

I love the help given so far but Id rather be given qa fish at this point to be fed for a day rather than bein taught how lol

Quote
root@vultr:/# cd secp256k1
root@vultr:/secp256k1# ./autogen.sh
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
root:/secp256k1#
sr. member
Activity: 422
Merit: 250
Meow
Got the edit, got to make, result...

Quote
,-Bdynamic -l secp256k1 -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread /GorillaBucks-master/src/leveldb/libleveldb.a /GorillaBucks-master/src/leveldb/libmemenv.a
/usr/bin/ld: cannot find -lsecp256k1
collect2: error: ld returned 1 exit status
makefile.unix:209: recipe for target 'GorillaBucksd' failed
make: *** [GorillaBucksd] Error 1
root:/GorillaBucks-master/src#

Looks like you need to install the secp256k1 library...

Code:
git clone https://github.com/bitcoin/secp256k1.git
cd secp256k1
./autogen.sh
./configure
make
sudo make install

Follow the instructions after installing for setting LD_LIBRARY_PATH in your environment.

Note: You might need to install libtool first, "sudo apt-get install libtool"

Good luck!
legendary
Activity: 1064
Merit: 1001
Deps again
What apt-get would I use to get deps on a vultr account ?

Edit: I even tried the suggestion above about not using upnp and got this !!!

Quote
ks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypto/hmac_sha256.d -o obj/crypto/hmac_sha256.o crypto/hmac_sha256.cpp
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:202: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1
root@vultr:/GorillaBucks-master/src#

@IGS - Will you PLEASE make me a GorillaBucksd ?

You are almost there...

Code:
mkdir obj/crypto
chmod +x leveldb/build_detect_platform
make -f makefile.unix USE_UPNP=-
strip GorillaBucksd

EDIT: added "chmod +x leveldb/build_detect_platform" in case you get an error without that step
Got the edit, got to make, result...

Quote
,-Bdynamic -l secp256k1 -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l z -l dl -l pthread /GorillaBucks-master/src/leveldb/libleveldb.a /GorillaBucks-master/src/leveldb/libmemenv.a
/usr/bin/ld: cannot find -lsecp256k1
collect2: error: ld returned 1 exit status
makefile.unix:209: recipe for target 'GorillaBucksd' failed
make: *** [GorillaBucksd] Error 1
root:/GorillaBucks-master/src#
sr. member
Activity: 422
Merit: 250
Meow
Deps again
What apt-get would I use to get deps on a vultr account ?

Edit: I even tried the suggestion above about not using upnp and got this !!!

Quote
ks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypto/hmac_sha256.d -o obj/crypto/hmac_sha256.o crypto/hmac_sha256.cpp
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:202: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1
root@vultr:/GorillaBucks-master/src#

@IGS - Will you PLEASE make me a GorillaBucksd ?

You are almost there...

Code:
mkdir obj/crypto
chmod +x leveldb/build_detect_platform
make -f makefile.unix USE_UPNP=-
strip GorillaBucksd

EDIT: added "chmod +x leveldb/build_detect_platform" in case you get an error without that step
legendary
Activity: 1064
Merit: 1001
Deps again
What apt-get would I use to get deps on a vultr account ?

Edit: I even tried the suggestion above about not using upnp and got this !!!

Quote
ks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypto/hmac_sha256.d -o obj/crypto/hmac_sha256.o crypto/hmac_sha256.cpp
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:202: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1
root@vultr:/GorillaBucks-master/src#

@IGS - Will you PLEASE make me a GorillaBucksd ?
sr. member
Activity: 422
Merit: 250
Meow
Windows sucks for this bought a 1 day large account... so what about this "error"

This is why I love precompiled stuff.

Quote
unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/GorillaBucks-master/src -I/GorillaBucks-master/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/GorillaBucks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/net.d -o obj/net.o net.cpp
net.cpp:21:32: fatal error: miniupnpc/miniwget.h: No such file or directory
 #include
                                ^
compilation terminated.
makefile.unix:202: recipe for target 'obj/net.o' failed
make: *** [obj/net.o] Error 1
root:/GorillaBucks-master/src#

Try:
Code:
make -f makefile.unix USE_UPNP=-

If you are on a Linux VPS and presumably don't need miniupnp
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
legendary
Activity: 1064
Merit: 1001
Windows sucks for this bought a 1 day large account... so what about this "error"

This is why I love precompiled stuff.

Quote
unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/GorillaBucks-master/src -I/GorillaBucks-master/src/obj -DUSE_UPNP=0 -DENABLE_WALLET -I/GorillaBucks-master/src/leveldb/include -I/GorillaBucks-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/net.d -o obj/net.o net.cpp
net.cpp:21:32: fatal error: miniupnpc/miniwget.h: No such file or directory
 #include
                                ^
compilation terminated.
makefile.unix:202: recipe for target 'obj/net.o' failed
make: *** [obj/net.o] Error 1
root:/GorillaBucks-master/src#
Pages:
Jump to: