Summary: | cross compile issue with prefix: ld.so.conf not found | ||
---|---|---|---|
Product: | glibc | Reporter: | glibc |
Component: | build | Assignee: | Andreas Jaeger <aj> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | aj, carlos, glibc |
Priority: | P2 | Keywords: | glibc_2.14 |
Version: | 2.14 | Flags: | fweimer:
security-
|
Target Milestone: | --- | ||
Host: | i686 | Target: | arm |
Build: | 2.14.1 | Last reconfirmed: |
Description
glibc
2012-03-22 22:51:54 UTC
do you mean something like: test ! -x /home/aj/build/glibc/testing/elf/ldconfig || LC_ALL=C LANGUAGE=C \ /home/aj/build/glibc/testing/elf/ldconfig -r /tmp/test-glibc-install \ /lib64 /usr/lib64 /home/aj/build/glibc/testing/elf/ldconfig: Can't open configuration file /tmp/test-glibc-install/etc/ld.so.conf: No such file or directory make[1]: Leaving directory `/home/aj/cvs/glibc' This is not a problem at all, ldconfig just returns since no config is available. You can ignore this. I've changed the message now to: Warning: ignoring configuration file that cannot be opened: Commit to git. 2012-05-09 Andreas Jaeger <aj@suse.de> [BZ #13983] * elf/ldconfig.c (parse_conf): Change string to make clear that ldconfig only issued a warning if ld.so.conf does not exist. |