Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

ERROR: opentxs development package not found #199

Open
stevenroose opened this issue Jan 10, 2016 · 3 comments
Open

ERROR: opentxs development package not found #199

stevenroose opened this issue Jan 10, 2016 · 3 comments

Comments

@stevenroose
Copy link

I just installed opentxs (did sudo make install) and it succeeded. Yet I get this error while compiling MoneyChanger:
https://gist.github.com/stevenroose/5a6f32497943cd52b89b

@FellowTraveler
Copy link
Member

@stevenroose If you click on the above link, there's a question I had for you, that might fix this.

Also just curious if you are using Mint? You may need to add a line to your moneychanger-qt.pro:

Notice in project/moneychanger-qt/moneychanger-qt.pro there's a line around line 122 that looks like this: LIBS += -L/usr/local/lib/

Copy that line and put it on line 135, So when you're done, you'll see this:

else: {
        lessThan(GCC_VERSION, 4.7):{
            # only need if no C++11 available
            LIBS += -lboost_system-mt
            LIBS += -lboost_thread-mt
            LIBS += -lboost_chrono-mt
            LIBS += -lboost_atomic-mt
        }
        LIBS += -L/usr/local/lib/
    }

Also, it MAY need to be this: /usr/local/lib/x86_64-linux-gnu

I have some trouble testing for you since I'm on a Mac.

Rest assured, whatever the issue is, it looks minor and should be relatively easy to fix. Let's get it figured out and update the pro files so others don't run into the same issue.

Lemme know how it's going.

@stevenroose
Copy link
Author

I run Fedora for the moment. Both values do not work.

Maybe this helps:

$ ls /usr/local/lib/
libczmq.so                  libprotobuf-lite.so         libprotobuf.so.10.0.0       libprotoc.so.10.0.0
libprotobuf.a               libprotobuf-lite.so.10      libprotoc.a                 opentxs/
libprotobuf.la              libprotobuf-lite.so.10.0.0  libprotoc.la                pkgconfig/
libprotobuf-lite.a          libprotobuf.so              libprotoc.so                
libprotobuf-lite.la         libprotobuf.so.10           libprotoc.so.10 

@stevenroose
Copy link
Author

Aha

$ ls /usr/local/lib64/
liblucre.so                               libopentxs-core.so.0
libopentxs-basket.so                      libopentxs-core.so.0.94.0-809-g746888d
libopentxs-basket.so.0                    libopentxs-ext.so
libopentxs-basket.so.0.94.0-809-g746888d  libopentxs-ext.so.0
libopentxs-cash.so                        libopentxs-ext.so.0.94.0-809-g746888d
libopentxs-cash.so.0                      libopentxs-proto.so
libopentxs-cash.so.0.94.0-809-g746888d    libopentxs-server.so
libopentxs-client.so                      libopentxs-server.so.0
libopentxs-client.so.0                    libopentxs-server.so.0.94.0-809-g746888d
libopentxs-client.so.0.94.0-809-g746888d  libopentxs-verify.so
libopentxs-core.so                        pkgconfig/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants