similar to: Static/shared linking woes

Displaying 20 results from an estimated 100 matches similar to: "Static/shared linking woes"

2003 Sep 25
1
samba 3.0.0 compiling solaris
I am having trouble compiling 3.0.0 (release) on solaris 2.8 I am getting this, Using FLAGS = -g -O2 -I/usr/local/cups-1.1.18/include -I/usr/local/krb5-1.3.1/include -I./popt -Iinclude -I/usr/local/src/samba/samba-3.0.0/source/include -I/usr/local/src/samba/samba-3.0.0/source/ubiqx -I/usr/local/src/samba/samba-3.0.0/source/smbwrapper -I. -I/usr/local/openldap-2.1.22/include
2003 Oct 21
2
solaris build problem
I am trying to build samba-3.0 on solaris 5.6 and i get the following error during the 'make' stage. rpc_server/srv_pipe.o: In function `get_pipe_fns': rpc_server/srv_pipe.o(.text+0x7020): undefined reference to `lsa_get_pipe_fns' rpc_server/srv_pipe.o(.text+0x7038): undefined reference to `lsa_ds_get_pipe_fn s' rpc_server/srv_pipe.o(.text+0x7050): undefined reference to
2008 May 23
1
Problem withe portal
I want to play portal on my ubuntu 8.04. I started it wihte command : Code: wine hl2.exe -dxlevel 80 -applaunch 400 -steam -game portal when console write : Code: :~/instalki/portal/portal$ wine hl2.exe -dxlevel 80 -applaunch 400 -steam -game portal err:winedevice:ServiceMain driver L"SCDEmu" failed to load fixme:win:EnumDisplayDevicesW ((null),0,0x33e2a0,0x00000000), stub! And i saw
2009 Dec 09
1
"unknown processor architecture" error while installing app.
Hello! I was wondering if you could help me find a solution for my problem. I have an application that I would really much use under wine but I can not install it ;/. The installer starts fine, and loads up to certain moment: [Image: http://img13.imageshack.us/img13/4683/preerror.jpg ] Unfortunately when I click next it throws an error immediately: [Image:
2003 Sep 28
1
Bug? Crashed at the very first connection attempt...
# smbd -id255 (...) Trying to load: smbpasswd Attempting to register passdb backend smbpasswd Successfully added passdb backend 'smbpasswd' Attempting to register passdb backend tdbsam Successfully added passdb backend 'tdbsam' =============================================================== INTERNAL ERROR: Signal 11 in pid 20106 (3.0.0) Please read the appendix Bugs of the Samba
2003 Nov 13
1
another bug?
I think... When using Samba 3, and a Win2K client, I mapped a network drive onto the client from the server, (again, RH9) and proceeded to copy a profile into the network drive. It created the initial folder and then said it could not copy the profile, due to invalid folder name. The folder name I used is: 'profile'... the path was F:\profile\, is wondering if the error came up
2020 Aug 20
0
Problem with login win10
On 20/08/2020 14:32, admin at prawda.net.pl wrote: > Debug: > > Collected config --- 2020-08-20-15:28 ----------- > > Hostname: debian > DNS Domain: prawda.local A bit late now, but it would have been better to use something like 'ad.prawda.net.pl' for your DNS domain. > FQDN: debian.prawda.local > ipaddress: 192.168.0.92 192.168.10.92 You have two IP's, you
2020 Aug 20
4
Problem with login win10
Hi I have problem with login in computer with win10. Sometimes when I try login I get communicat the password entered is incorrect, in samba logs no errors. I must restart computer and then I can login. Sometimes login to computer work and block comuter (win+l), when try unblock computer i see communicat - the password entered is incorrect. My samba AD is in version 4.12.6. Users and computer
2003 Dec 08
0
SOLVED: build problems on solaris due to /usr/bin in PATH
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Solaris admins might be interested in this: ~ https://bugzilla.samba.org/show_bug.cgi?id=669 If you are having porblems building Samba 3.0 on Solaris such as ~ Linking bin/smbd ~ Undefined first referenced ~ symbol in file ~ lsa_ds_get_pipe_fns rpc_server/srv_pipe.o ~
2018 Jul 26
3
RFC: What is the real behavior for the minnum/maxnum intrinsics?
> On Jul 23, 2018, at 3:40 PM, Alex Bradbury via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 23 July 2018 at 11:56, Arsenault, Matthew via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > >> Hi, >> >> >> The specification for the llvm.minnum/llvm.maxnum intrinsics is too unclear >> right
2002 Oct 27
5
Another GUI
Just would like to draw the maintainers attention to my GUI to samba. Some time ago I spoke with someone on the subject, since the project is very advanced right now this email is just a reminder. Any information on whats worng whats missing and what does not wrong is welcomed. The project is at: http://freshmeat.net/projects/thor Atom
2018 Jul 23
2
RFC: What is the real behavior for the minnum/maxnum intrinsics?
Hi, The specification for the llvm.minnum/llvm.maxnum intrinsics is too unclear right now to usefully optimize. There are two problems. First the expected behavior for signaling NaNs needs to be clarified. Second, whether the returned value is expected to be canonicalized (as if by llvm.canonicalize). Currently according to the LangRef: Follows the IEEE-754 semantics for minNum, which also
2018 Nov 07
2
Avoiding constant HDD access
On Thu, Nov 08, 2018 at 06:12:40AM +1300, Andrew Bartlett wrote: > On Wed, 2018-11-07 at 15:19 +0300, Albert Berger via samba wrote: > >  > > I tried in sequence to start Samba in following conditions: > > > > 1. With all clients disconnected from Samba server; > > 2. As above + all shares disabled; > > 3. As above + minimal smb.conf > > 4. With
2015 Aug 02
3
Samba 4.2 AD member accesible by name but not by IP
Hello, I have a strange problem with Samba AD member: It is accessible via \\server or \\server.domain.local But when I try to access it with its IP address, ex. \\10.15.10.1 I get access denied error and prompt for user and pass. Entering username and password with or without DOMAIN\ has no effect. The server is FreeBSD 10.1. It behaves the same way with Samba 4.1.18 and now with Samba 4.2.2
2018 Nov 07
0
Avoiding constant HDD access
On Thu, Nov 08, 2018 at 02:34:50AM +0300, Albert Berger via samba wrote: > On Thu, Nov 08, 2018 at 06:12:40AM +1300, Andrew Bartlett wrote: > > On Wed, 2018-11-07 at 15:19 +0300, Albert Berger via samba wrote: > > >  > > > I tried in sequence to start Samba in following conditions: > > > > > > 1. With all clients disconnected from Samba server; >
2015 Aug 04
0
Samba 4.2 AD member accesible by name but not by IP
Hi Ivo, I think I've a very similar issue on 4.1.16 and it seem that hosts allow = 10.15. 127.0.0.1 interfaces = localhost, re0 is to blame. please try to comment them and see if that work. On Mon, Aug 3, 2015 at 4:54 AM, Ivo Karabojkov <karabojkov at kit.bg> wrote: > Hello, > > I have a strange problem with Samba AD member: > It is accessible via \\server or
2018 Aug 27
0
[Announce] Samba 4.7.10 Available for Download
========================================================= "I love pizza. I want to marry it, but it would just be to eat her family at the wedding." Mike Birbiglia ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.7 release series. Changes since 4.7.9:
2018 Aug 27
0
[Samba] [Announce] Samba 4.7.10 Available for Download
========================================================= "I love pizza. I want to marry it, but it would just be to eat her family at the wedding." Mike Birbiglia ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.7 release series. Changes since 4.7.9:
2018 Aug 24
0
[Announce] Samba 4.8.5 Available for Download
======================================================== "The best artists know what to leave out." Charles de Lint ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.8 release series. Changes since 4.8.4: -------------------- o Jeremy Allison <jra at samba.org>
2018 Aug 24
0
[Samba] [Announce] Samba 4.8.5 Available for Download
======================================================== "The best artists know what to leave out." Charles de Lint ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.8 release series. Changes since 4.8.4: -------------------- o Jeremy Allison <jra at samba.org>