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

ld.so.conf: No such file or directory #9

Open
alanyih opened this issue Jul 9, 2016 · 4 comments
Open

ld.so.conf: No such file or directory #9

alanyih opened this issue Jul 9, 2016 · 4 comments

Comments

@alanyih
Copy link

alanyih commented Jul 9, 2016

/glibc-build/elf/ldconfig: Warning: ignoring configuration file that cannot be opened: /usr/glibc-compat/etc/ld.so.conf: No such file or directory
make[1]: Leaving directory '/glibc-2.23'
tar: Removing leading / from member names

Glibc needs ld.so.conf in the install destdir.

mkdir -p $prefix/etc
touch $prefix/etc/ld.so.conf
@moravveji
Copy link

Excellent fix!

@accountantM
Copy link

Are you sure this is enough ? because according to this source you should echo these 2 lines in the .conf file

/usr/local/lib
/opt/lib

@SaturnusDJ
Copy link

This is still happening

@MatteoSchiavinato
Copy link

Thanks for the fix! Worked perfectly for me.

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

5 participants