Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install documentation with libmod_utils.so #47

Open
dankh opened this issue Feb 23, 2017 · 4 comments
Open

Update install documentation with libmod_utils.so #47

dankh opened this issue Feb 23, 2017 · 4 comments

Comments

@dankh
Copy link

dankh commented Feb 23, 2017

The install process failed on Ubuntu 16.04. When I started the server I got :

OSError: /home/xxx/rec/mod-ui/mod/../utils/libmod_utils.so: cannot open shared object file: No such file or directory
I guessed something has to be build first in ./utils. To build libmod_utils.so I installed libasound2-dev,libjack-jackd2-dev packages first.

@falkTX
Copy link
Member

falkTX commented Feb 23, 2017

When you use setup.py it should build that lib for you, and install it too.
Was it not the case here?

@dankh
Copy link
Author

dankh commented Feb 23, 2017

You are correct I did :

python setup.py build
sudo python setup.py install

But this step is still missing from the install procedure in the README .

@falkTX
Copy link
Member

falkTX commented Feb 23, 2017

ok, I agree the manual make for a local build is missing from the readme.

but I'm still not sure here.
did you got the libmod_utils.so file installed when you used "setup.py install" or not?

@dankh
Copy link
Author

dankh commented Feb 23, 2017

I confirm libmod_utils.so installed properly with setup.py.

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

No branches or pull requests

2 participants