-
Notifications
You must be signed in to change notification settings - Fork 18
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
Build issues under Ubuntu 14.04 #26
Comments
|
On Sep 22, 2014, at 11:57 PM, ntwrkguru wrote:
This one is strange since it is detecting that you've got bison 3.0. I just noticed that I'm shipping slaxconfig.h in the dist tarball, which is not good. I think this might be the source of the issue. Please 'rm ../libslax/slaxconfig.h' from inside your 'build' directory. Then rerun ../configure, make clean, and make. Let me know if this works. Thanks, |
Ok, actually I was haviing some trouble doing the Now when I run
However, the libraries seem to be there.
|
On Sep 23, 2014, at 11:02 AM, ntwrkguru wrote:
You shouldn't need to run "make" as root, but "make install" will require whatever permissions are needed to install files.
Given that there are no other libraries in your /usr/local/lib, I'm wondering if linux knows to look there for libs. vagrant@vagrant-ubuntu-trusty-64:~$ ldd /usr/local/bin/slaxproc Try using LD_LIBRARY_PATH to explicitly point it there: env LD_LIBRARY_PATH=/usr/local/lib ldd /usr/local/bin/slaxproc I've no clue what libxml2 and friends are doing to get their libs in /usr/lib/x86_64-linux-gnu/; I've been assuming autotools will handle that, but it doesn't look like it. You could try "../configure --libdir=/usr/lib/x86_64-linux-gnu" and see if that addresses it. Thanks, |
Odd. That's where it was placed when I ran |
On Sep 23, 2014, at 3:00 PM, ntwrkguru wrote:
This won't resolve it, but will report where libraries are being found. If "env ... ldd ..." reports the right library locations and "ldd ..." (without the env bit) doesn't then you need to find out why ld.so isn't looking in /usr/local/lib for libraries. Thanks, |
Well, it's dirty, but it worked. I created symlinks in /usr/lib/x86_64-linux-gnu pointing to /usr/local/lib
|
Running |
Please consider adding the following requirements to the Building wiki page for Ubuntu:
Install:
Additionally, I get the following errors when running
make
:Environment:
Linux ubuntu 3.13.0-36-generic #63-Ubuntu SMP Wed Sep 3 21:30:07 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: