Displaying 6 results from an estimated 6 matches for "libx32".
Did you mean:
lib32
2015 Oct 29
1
Problem with libnss_winbind.so.2
...and groups available locally on your Domain Member, you need to place two links in your /lib64 folder:# ln -s /usr/local/samba/lib/libnss_winbind.so /lib64# ln -s /lib64/libnss_winbind.so /lib64/libnss_winbind.so.2# ldconfig
But does not charge.
#ldconfig -v | grep winbind
ldconfig can't stat /libx32 no such file or directory ldconfig: Path `/usr/lib' given more than onceldconfig: Path `/usr/lib64' given more than onceldconfig can't stat /libx32 no such file or directory
How can I fix my S.O. Centos 6.7.
Thank you!!!!
2016 Aug 10
1
File Server member DC ACL permissions
...oup::r-x,mask::rwx,other::r-x,group:4294967295:rwx': Missing or wrong entry at entry 5
setfacl: /mnt/dados/teste: Malformed access ACL `user::rwx,group::r-x,mask::rwx,other::r-x,group:4294967295:rwx': Missing or wrong entry at entry 5
# ldconfig -v | grep winbind
ldconfig: Can not stat / libx32: not directory or file found
ldconfig: Path / usr / lib 'Given more than once
ldconfig: Path / usr / lib64 'Given more than once
ldconfig: Can not stat / usr / libx32: not directory or file found
libnss_winbind.so.2 -> libnss_winbind.so2
Could someone give me any tips on ho...
2013 Aug 22
0
[LLVMdev] [RFC PATCH] X32 ABI support for Clang/compiler-rt (Clang patch)
...:42:18.806549941
+0000
@@ -6045,6 +6045,8 @@
ToolChain.getArch() == llvm::Triple::ppc64le ||
ToolChain.getArch() == llvm::Triple::systemz)
return "/lib64/ld64.so.1";
+ else if (ToolChain.getTriple().getEnvironment() ==
llvm::Triple::GNUX32)
+ return "/libx32/ld-linux-x32.so.2";
else
return "/lib64/ld-linux-x86-64.so.2";
}
@@ -6125,8 +6127,12 @@
}
else if (ToolChain.getArch() == llvm::Triple::systemz)
CmdArgs.push_back("elf64_s390");
- else
- CmdArgs.push_back("elf_x86_64");
+ else if (ToolChai...
2013 Aug 22
7
[LLVMdev] [RFC PATCH] X32 ABI support for Clang/compiler-rt
Hi,
I'm working on bringing up complete coverage for a Gentoo x32 "desktop"
system. I've been cooking up quite a few patches for various packages
to push upstream, but right now, the biggest blocker is the lack of
support for building with/codegen targeting x32 in llvm/clang. Since
the x32 patches were sent last year, I see support code has landed in
LLVM, and basic handling of
2013 Aug 22
3
[LLVMdev] [NEW PATCH] X32 ABI support for Clang/compiler-rt (Clang patch)
...:42:18.806549941
+0000
@@ -6045,6 +6045,8 @@
ToolChain.getArch() == llvm::Triple::ppc64le ||
ToolChain.getArch() == llvm::Triple::systemz)
return "/lib64/ld64.so.1";
+ else if (ToolChain.getTriple().getEnvironment() ==
llvm::Triple::GNUX32)
+ return "/libx32/ld-linux-x32.so.2";
else
return "/lib64/ld-linux-x86-64.so.2";
}
@@ -6125,8 +6127,12 @@
}
else if (ToolChain.getArch() == llvm::Triple::systemz)
CmdArgs.push_back("elf64_s390");
- else
- CmdArgs.push_back("elf_x86_64");
+ else if (ToolChai...
2017 Nov 18
1
[FORGED] Re: tcltk problems
Hum, missed that bit. Looking at the configure script, the only way I can see it failing to look in /usr/lib/tcl8.6 is if ${LIBnn} is not "lib". Any chance it might be set to lib64?
-pd
> On 18 Nov 2017, at 22:32 , Rolf Turner <r.turner at auckland.ac.nz> wrote:
>
>
> On 19/11/17 05:36, Albrecht Kauffmann wrote:
>
>> Did you istall the tcl- and tk-devel