Re: [Samba] Installation problem

2010-06-05 Thread Alex Perez
You can check wahat files are included in the deb package with

sudo dpkg -l samba

maybe the config is in /etc/smb.conf or so.

2010/6/4 Gary Dale garyd...@rogers.com

 On 04/06/10 03:44 PM, Miha Krajnc wrote:

 Hey guys,
 i installed samba on my Ubuntu 10.04 machine (sudo apt-get install samba)
 and it didnt create any config files. There is no /etc/samba or
 /usr/local/samba. I dont realy know what to do The samba server fails
 to
 start and i cant connect to the machine over my network. Anyone know what
 i
 should do? I tried purging / reinstalling (apt-get and aptitude), with no
 success.



 Are you using Ubuntu server or desktop?

 What messages do you get when you do aptitude install samba (after
 purging it, of course)?

 What happens if you do /etc/init.d/samba start?

 Also, have you tried installing SWAT? I find it very useful for configuring
 servers.

 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/options/samba




-- 
3rd Law of Computing:
Anything that can go wrSegmentation fault -- core dumped.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Installation problem

2010-06-05 Thread Miha Krajnc
I am using Ubuntu server. Here is what i get when installing samba with sudo
aptitude install samba: LINK http://stef.si/samba.txt Also, if i do
/etc/init.d/samba start, it puts out sudo: /etc/init.d/samba: command not
found. No i have not installed swat yet, i first want to get just the samba
part working. And dpkg -l samba puts this out:

-
sudo dpkg -l samba
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion Description
+++-===-===-==
ii  samba   2:3.4.7~dfsg-1ubunt SMB/CIFS file, print, and login
server for Unix


Any other ideas? I tried everything i know and i dont know what to do
anymore...

2010/6/5 Alex Perez quimic...@gmail.com

 You can check wahat files are included in the deb package with

 sudo dpkg -l samba

 maybe the config is in /etc/smb.conf or so.

 2010/6/4 Gary Dale garyd...@rogers.com

  On 04/06/10 03:44 PM, Miha Krajnc wrote:
 
  Hey guys,
  i installed samba on my Ubuntu 10.04 machine (sudo apt-get install
 samba)
  and it didnt create any config files. There is no /etc/samba or
  /usr/local/samba. I dont realy know what to do The samba server
 fails
  to
  start and i cant connect to the machine over my network. Anyone know
 what
  i
  should do? I tried purging / reinstalling (apt-get and aptitude), with
 no
  success.
 
 
 
  Are you using Ubuntu server or desktop?
 
  What messages do you get when you do aptitude install samba (after
  purging it, of course)?
 
  What happens if you do /etc/init.d/samba start?
 
  Also, have you tried installing SWAT? I find it very useful for
 configuring
  servers.
 
  --
  To unsubscribe from this list go to the following URL and read the
  instructions:  https://lists.samba.org/mailman/options/samba
 



 --
 3rd Law of Computing:
 Anything that can go wrSegmentation fault -- core dumped.
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/options/samba




-- 
Lep pozdrav, Miha Krajnc.

2010/6/4 Miha Krajnc miha.krajnc...@gmail.com

 Hey guys,
 i installed samba on my Ubuntu 10.04 machine (sudo apt-get install samba)
 and it didnt create any config files. There is no /etc/samba or
 /usr/local/samba. I dont realy know what to do The samba server fails to
 start and i cant connect to the machine over my network. Anyone know what i
 should do? I tried purging / reinstalling (apt-get and aptitude), with no
 success.

 --
 Lep pozdrav, Miha Krajnc.




-- 
Lep pozdrav, Miha Krajnc.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Installation problem

2010-06-05 Thread David Harrison
On Sat, Jun 5, 2010 at 9:21 PM, Miha Krajnc miha.krajnc...@gmail.comwrote:

 I am using Ubuntu server. Here is what i get when installing samba with
 sudo
 aptitude install samba: LINK http://stef.si/samba.txt Also, if i do
 /etc/init.d/samba start, it puts out sudo: /etc/init.d/samba: command not
 found. No i have not installed swat yet, i first want to get just the
 samba
 part working. And dpkg -l samba puts this out...

 Any other ideas? I tried everything i know and i dont know what to do
 anymore...


The command you want is dpkg -L samba

You may have stumbled on this bug/feature:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/312449


I would run the following commands to clear everything out and start again:
sudo apt-get --purge remove samba-common
sudo apt-get install samba


Once complete go to the /etc/samba and check the relevant config file
exists.

I've just tested all of this now and it works, so it shouldn't be an Ubuntu
10.04 packaging problem.


David
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Installation problem

2010-06-05 Thread Miha Krajnc
That somewhat worked David. I did it according to your instructions and now
there is a /etc/samba dir with smb.conf. But /etc/init.d/samba still does
not exist. /etc/init.d/smbd does how ever and when i try to start it it
tells me that i should start with start smbd or service start smbd and
when i do that it says:

 start: Unable to connect to system bus: Failed to connect to socket
/var/run/dbus/system_bus_socket: No such file or directory.

Any more ideas? And thanks for the help!

2010/6/4 Miha Krajnc miha.krajnc...@gmail.com

 Hey guys,
 i installed samba on my Ubuntu 10.04 machine (sudo apt-get install samba)
 and it didnt create any config files. There is no /etc/samba or
 /usr/local/samba. I dont realy know what to do The samba server fails to
 start and i cant connect to the machine over my network. Anyone know what i
 should do? I tried purging / reinstalling (apt-get and aptitude), with no
 success.

 --
 Lep pozdrav, Miha Krajnc.




-- 
Lep pozdrav, Miha Krajnc.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Installation problem

2010-06-05 Thread Miha Krajnc
Hmm, i installed dbus, and i could than start /stop smbd but still i couldnt
conenct to it. THan i remembered i had a simmilar problem once, and i
resolved it by installing the samba4 package. I tried the same thing now,
and i can connect to the server. But starting samba4 gives out these errors:

 * Starting Samba 4 daemon samba

Unknown parameter encountered: max log size
Ignoring unknown parameter max log size
Unknown parameter encountered: syslog
Ignoring unknown parameter syslog
Unknown parameter encountered: passdb backend
Ignoring unknown parameter passdb backend
Unknown parameter encountered: unix password sync
Ignoring unknown parameter unix password sync
Unknown parameter encountered: passwd program
Ignoring unknown parameter passwd program
Unknown parameter encountered: pam password change
Ignoring unknown parameter pam password change
Unknown parameter encountered: map to guest
Ignoring unknown parameter map to guest
Unknown parameter encountered: usershare allow guests
Ignoring unknown parameter usershare allow guests
Unknown parameter encountered: guest ok
Ignoring unknown parameter guest ok
Unknown parameter encountered: guest ok
Ignoring unknown parameter guest ok
Unknown parameter encountered: guest ok
Ignoring unknown parameter guest ok

[ OK ]

Anyone know what this means?

2010/6/4 Miha Krajnc miha.krajnc...@gmail.com

 Hey guys,
 i installed samba on my Ubuntu 10.04 machine (sudo apt-get install samba)
 and it didnt create any config files. There is no /etc/samba or
 /usr/local/samba. I dont realy know what to do The samba server fails to
 start and i cant connect to the machine over my network. Anyone know what i
 should do? I tried purging / reinstalling (apt-get and aptitude), with no
 success.

 --
 Lep pozdrav, Miha Krajnc.




-- 
Lep pozdrav, Miha Krajnc.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Installation problem

2010-06-05 Thread Michael Wood
On 5 June 2010 18:30, Miha Krajnc miha.krajnc...@gmail.com wrote:
 Hmm, i installed dbus, and i could than start /stop smbd but still i couldnt
 conenct to it. THan i remembered i had a simmilar problem once, and i
 resolved it by installing the samba4 package. I tried the same thing now,
 and i can connect to the server. But starting samba4 gives out these errors:

  * Starting Samba 4 daemon samba

The Ubuntu samba4 package is still experimental.  You should not
install it unless you know what you are doing.

The description for the Ubuntu samba4 package on 10.04 contains this paragraph:

 These packages contain snapshot versions of Samba 4, the next-generation
 version of Samba. These should be considered _experimental_, and should
 not be used in production. In particular, no guarantees are made with
 regard to upgrades between versions.

-- 
Michael Wood esiot...@gmail.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Installation problem

2010-06-04 Thread Miha Krajnc
Hey guys,
i installed samba on my Ubuntu 10.04 machine (sudo apt-get install samba)
and it didnt create any config files. There is no /etc/samba or
/usr/local/samba. I dont realy know what to do The samba server fails to
start and i cant connect to the machine over my network. Anyone know what i
should do? I tried purging / reinstalling (apt-get and aptitude), with no
success.

-- 
Lep pozdrav, Miha Krajnc.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Installation problem

2010-06-04 Thread Stephan Stachurski
I'm not an expert in samba, I just joined the mailing list, but if I recall
about ubuntu correctly, the package manage will report some errors if files
fail to install correctly, for example /etc/samba/smb.conf. You might have
better luck asking asking on ubuntu forums, since it sounds like a failure
of aptitude, which is basically unrelated to samba.

On Fri, Jun 4, 2010 at 3:44 PM, Miha Krajnc miha.krajnc...@gmail.comwrote:

 Hey guys,
 i installed samba on my Ubuntu 10.04 machine (sudo apt-get install samba)
 and it didnt create any config files. There is no /etc/samba or
 /usr/local/samba. I dont realy know what to do The samba server fails
 to
 start and i cant connect to the machine over my network. Anyone know what i
 should do? I tried purging / reinstalling (apt-get and aptitude), with no
 success.

 --
 Lep pozdrav, Miha Krajnc.
 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  https://lists.samba.org/mailman/options/samba




-- 
Stephan E Stachurski
ses1...@gmail.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Installation problem

2010-06-04 Thread Gary Dale

On 04/06/10 03:44 PM, Miha Krajnc wrote:

Hey guys,
i installed samba on my Ubuntu 10.04 machine (sudo apt-get install samba)
and it didnt create any config files. There is no /etc/samba or
/usr/local/samba. I dont realy know what to do The samba server fails to
start and i cant connect to the machine over my network. Anyone know what i
should do? I tried purging / reinstalling (apt-get and aptitude), with no
success.

   

Are you using Ubuntu server or desktop?

What messages do you get when you do aptitude install samba (after 
purging it, of course)?


What happens if you do /etc/init.d/samba start?

Also, have you tried installing SWAT? I find it very useful for 
configuring servers.

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Installation problem on AIX 4.3

2008-02-26 Thread Frans Graux

Hi all,

I have 13 (what's in a number...)  RS6000 machines running a mixture of AIX
4.3.3.0 and 4.3.2.0. On 11 of these I installed Samba sucessfully. On the
last two, when I try to run the smbd start command, I get the following
message:

[EMAIL PROTECTED]: /usr/local/samba/bin $ ./smbd start
exec(): 0509-036 Cannot load program ./smbd because of the following
errors:
0509-130 Symbol resolution failed for smbd because:
0509-136   Symbol strndup (number 198) is not exported from
   dependent module /usr/lib/libc.a(shr.o).
0509-192 Examine .loader section symbols with the
 'dump -Tv' command.
[EMAIL PROTECTED]: /usr/local/samba/bin $

Anybody ?

Frans Graux
+32 11 703524
+32 479 901342

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Installation problem of SAMBA 3.0.23a on HP-UX 11.23

2007-11-26 Thread Eric Roseme
Ryan is correct for both topics.  Go here to get the correct compiler 
(4.2.2):


http://hpux.cs.utah.edu/hppd/hpux/Gnu/gcc-4.2.2/

Also, if you are attempting to compile and install 3.0.23a, you should 
consider using HP CIFS Server 3.0h, which is Samba 3.0.22 plus fixes 
from each release through 3.0.25.  It's free for HP-UX:


http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA

This is an easy download, install and configure.

Eric Roseme
Hewlett-Packard

Ryan Novosielski wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A compile of Samba requires HP's AnsiC (non-bundled) compiler, or GCC.
At least, I'm pretty sure that's the case.

Anyhow, CIFS/9000 is pretty up-to-date these days. You might consider
not bothering and just installing that from HP.

=R

Béland wrote:

To whom it concern,
 
 
There was no problem at all with the installation of the Depot.
 
Before running the ./configure command I'm setting the following variables like this (as it's mentionned in the README file) :
 
export CFLAGS=-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\\\smbnull\\\

export CPPFLAGS=-I/opt/iexpress/openldap/include
export LDFLAGS=-L/opt/iexpress/openldap/lib
 
Here is the 'configure' command that I'm using (as it's mentionned in the README file) 
 
./configure \

--sbindir=\${BINDIR} \
--with-krb5  \
--with-ldap \
--with-ldapsam \
--with-ads \
--with-libiconv=/usr/local \
--with-quotas   \
--prefix=/usr/local/samba \
--with-acl-support \
--with-winbind \
--with-pam \
--with-sendfile-support \
--with-shared-modules=idmap_rid \
--disable-pie \
--with-aio-support

And here is the output of that command :
 
SAMBA VERSION: 3.0.23a

checking for gcc... no
checking for cc... cc
checking for C compiler default output file name... configure: error: C compiler
 cannot create executables
See `config.log' for more details.
 
 
And here is the output of the config.log :
 
This file contains any messages produced by compilers while

running configure, to aid debugging if configure makes a mistake.
 
It was created by configure, which was

generated by GNU Autoconf 2.59.  Invocation command line was
 
  $ ./configure --sbindir=${BINDIR} --with-krb5 --with-ldap --with-ldapsam --wit

h-ads --with-libiconv=/usr/local --with-quotas --prefix=/usr/local/samba --with-
acl-support --with-winbind --with-pam --with-sendfile-support --with-shared-modu
les=idmap_rid --disable-pie --with-aio-support
 
## - ##

## Platform. ##
## - ##
 
hostname = trsoracle01

uname -m = ia64
uname -r = B.11.23
uname -s = HP-UX
uname -v = U
 
/usr/bin/uname -p = unknown

/bin/uname -X = unknown
 
/bin/arch  = unknown

/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
hostinfo   = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown
 
PATH: /usr/bin

PATH: /usr/sbin
PATH: /sbin
 


## --- ##
## Core tests. ##
## --- ##
 
configure:1901: checking for gcc

configure:1930: result: no
configure:1981: checking for cc
configure:1997: found /usr/bin/cc
configure:2007: result: cc
configure:2171: checking for C compiler version
configure:2174: cc --version /dev/null 5
(Bundled) cc: HP aC++/ANSI C B3910B A.05.50 [May 15 2003]
configure:2177: $? = 0
configure:2179: cc -v /dev/null 5
configure:2182: $? = 0
configure:2184: cc -V /dev/null 5
(Bundled) cc: HP aC++/ANSI C B3910B A.05.50 [May 15 2003]
configure:2187: $? = 0
configure:2210: checking for C compiler default output file name
configure:2213: cc -O -DWITH_SYSLOG -DGUEST_ACCOUNT=\smbnull\ -D_SAMBA_BUILD_
-I/opt/iexpress/openldap/include -L/opt/iexpress/openldap/lib conftest.c  5
(Bundled) cc: warning 922: -O is unsupported in the bundled compiler, ignored.
Error 100: command line, line 0 # String and character constants cannot span
 lines.
configure:2216: $? = 2
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME 
| #define PACKAGE_TARNAME 
| #define PACKAGE_VERSION 
| #define PACKAGE_STRING 
| #define PACKAGE_BUGREPORT 
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2254: error: C compiler cannot create executables
See `config.log' for more details.
 
##  ##

## Cache variables. ##
##  ##
 
ac_cv_env_CC_set=''

ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\smbnull\'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/opt/iexpress/openldap/include
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/opt/iexpress/openldap/lib
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_prog_ac_ct_CC=cc
libc_cv_fpie=no
 
## - ##

## Output variables. ##
## - ##
 
ACL_LIBS=''

AR=''
AUTH_LIBS=''
AUTH_MODULES=''

Re: [Samba] Installation problem of SAMBA 3.0.23a on HP-UX 11.23

2007-11-24 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A compile of Samba requires HP's AnsiC (non-bundled) compiler, or GCC.
At least, I'm pretty sure that's the case.

Anyhow, CIFS/9000 is pretty up-to-date these days. You might consider
not bothering and just installing that from HP.

=R

Béland wrote:
 To whom it concern,
  
  
 There was no problem at all with the installation of the Depot.
  
 Before running the ./configure command I'm setting the following variables 
 like this (as it's mentionned in the README file) :
  
 export CFLAGS=-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\\\smbnull\\\
 export CPPFLAGS=-I/opt/iexpress/openldap/include
 export LDFLAGS=-L/opt/iexpress/openldap/lib
  
 Here is the 'configure' command that I'm using (as it's mentionned in the 
 README file) 
  
 ./configure \
 --sbindir=\${BINDIR} \
 --with-krb5  \
 --with-ldap \
 --with-ldapsam \
 --with-ads \
 --with-libiconv=/usr/local \
 --with-quotas   \
 --prefix=/usr/local/samba \
 --with-acl-support \
 --with-winbind \
 --with-pam \
 --with-sendfile-support \
 --with-shared-modules=idmap_rid \
 --disable-pie \
 --with-aio-support
 
 And here is the output of that command :
  
 SAMBA VERSION: 3.0.23a
 checking for gcc... no
 checking for cc... cc
 checking for C compiler default output file name... configure: error: C 
 compiler
  cannot create executables
 See `config.log' for more details.
  
  
 And here is the output of the config.log :
  
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
  
 It was created by configure, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
  
   $ ./configure --sbindir=${BINDIR} --with-krb5 --with-ldap --with-ldapsam 
 --wit
 h-ads --with-libiconv=/usr/local --with-quotas --prefix=/usr/local/samba 
 --with-
 acl-support --with-winbind --with-pam --with-sendfile-support 
 --with-shared-modu
 les=idmap_rid --disable-pie --with-aio-support
  
 ## - ##
 ## Platform. ##
 ## - ##
  
 hostname = trsoracle01
 uname -m = ia64
 uname -r = B.11.23
 uname -s = HP-UX
 uname -v = U
  
 /usr/bin/uname -p = unknown
 /bin/uname -X = unknown
  
 /bin/arch  = unknown
 /usr/bin/arch -k   = unknown
 /usr/convex/getsysinfo = unknown
 hostinfo   = unknown
 /bin/machine   = unknown
 /usr/bin/oslevel   = unknown
 /bin/universe  = unknown
  
 PATH: /usr/bin
 PATH: /usr/sbin
 PATH: /sbin
  
 
 ## --- ##
 ## Core tests. ##
 ## --- ##
  
 configure:1901: checking for gcc
 configure:1930: result: no
 configure:1981: checking for cc
 configure:1997: found /usr/bin/cc
 configure:2007: result: cc
 configure:2171: checking for C compiler version
 configure:2174: cc --version /dev/null 5
 (Bundled) cc: HP aC++/ANSI C B3910B A.05.50 [May 15 2003]
 configure:2177: $? = 0
 configure:2179: cc -v /dev/null 5
 configure:2182: $? = 0
 configure:2184: cc -V /dev/null 5
 (Bundled) cc: HP aC++/ANSI C B3910B A.05.50 [May 15 2003]
 configure:2187: $? = 0
 configure:2210: checking for C compiler default output file name
 configure:2213: cc -O -DWITH_SYSLOG -DGUEST_ACCOUNT=\smbnull\ 
 -D_SAMBA_BUILD_
 -I/opt/iexpress/openldap/include -L/opt/iexpress/openldap/lib conftest.c  5
 (Bundled) cc: warning 922: -O is unsupported in the bundled compiler, 
 ignored.
 Error 100: command line, line 0 # String and character constants cannot 
 span
  lines.
 configure:2216: $? = 2
 configure: failed program was:
 | /* confdefs.h.  */
 |
 | #define PACKAGE_NAME 
 | #define PACKAGE_TARNAME 
 | #define PACKAGE_VERSION 
 | #define PACKAGE_STRING 
 | #define PACKAGE_BUGREPORT 
 | /* end confdefs.h.  */
 |
 | int
 | main ()
 | {
 |
 |   ;
 |   return 0;
 | }
 configure:2254: error: C compiler cannot create executables
 See `config.log' for more details.
  
 ##  ##
 ## Cache variables. ##
 ##  ##
  
 ac_cv_env_CC_set=''
 ac_cv_env_CC_value=''
 ac_cv_env_CFLAGS_set=set
 ac_cv_env_CFLAGS_value='-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\smbnull\'
 ac_cv_env_CPPFLAGS_set=set
 ac_cv_env_CPPFLAGS_value=-I/opt/iexpress/openldap/include
 ac_cv_env_CPP_set=''
 ac_cv_env_CPP_value=''
 ac_cv_env_LDFLAGS_set=set
 ac_cv_env_LDFLAGS_value=-L/opt/iexpress/openldap/lib
 ac_cv_env_build_alias_set=''
 ac_cv_env_build_alias_value=''
 ac_cv_env_host_alias_set=''
 ac_cv_env_host_alias_value=''
 ac_cv_env_target_alias_set=''
 ac_cv_env_target_alias_value=''
 ac_cv_prog_ac_ct_CC=cc
 libc_cv_fpie=no
  
 ## - ##
 ## Output variables. ##
 ## - ##
  
 ACL_LIBS=''
 AR=''
 AUTH_LIBS=''
 AUTH_MODULES=''
 AUTH_STATIC=''
 AWK=''
 BROKEN_CC=''
 BUILD_INIPARSER=''
 BUILD_POPT=''
 CC='cc'
 CFLAGS='-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\smbnull\ -D_SAMBA_BUILD_'
 CHARSET_MODULES=''
 CHARSET_STATIC=''
 CIFSMOUNT_PROGS=''
 CONFIG_LIBS=''
 CPP=''
 CPPFLAGS='-I/opt/iexpress/openldap/include'
 CUPS_CONFIG=''
 DEFS=''
 DYNEXP=''
 ECHO_C='ECHO_N=''
 ECHO_T=''
 EGREP=''
 EXEEXT=''
 

[Samba] Installation problem of SAMBA 3.0.23a on HP-UX 11.23

2007-11-22 Thread Béland , Richard
To whom it concern,
 
 
There was no problem at all with the installation of the Depot.
 
Before running the ./configure command I'm setting the following variables like 
this (as it's mentionned in the README file) :
 
export CFLAGS=-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\\\smbnull\\\
export CPPFLAGS=-I/opt/iexpress/openldap/include
export LDFLAGS=-L/opt/iexpress/openldap/lib
 
Here is the 'configure' command that I'm using (as it's mentionned in the 
README file) 
 
./configure \
--sbindir=\${BINDIR} \
--with-krb5  \
--with-ldap \
--with-ldapsam \
--with-ads \
--with-libiconv=/usr/local \
--with-quotas   \
--prefix=/usr/local/samba \
--with-acl-support \
--with-winbind \
--with-pam \
--with-sendfile-support \
--with-shared-modules=idmap_rid \
--disable-pie \
--with-aio-support

And here is the output of that command :
 
SAMBA VERSION: 3.0.23a
checking for gcc... no
checking for cc... cc
checking for C compiler default output file name... configure: error: C compiler
 cannot create executables
See `config.log' for more details.
 
 
And here is the output of the config.log :
 
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
 
It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was
 
  $ ./configure --sbindir=${BINDIR} --with-krb5 --with-ldap --with-ldapsam --wit
h-ads --with-libiconv=/usr/local --with-quotas --prefix=/usr/local/samba --with-
acl-support --with-winbind --with-pam --with-sendfile-support --with-shared-modu
les=idmap_rid --disable-pie --with-aio-support
 
## - ##
## Platform. ##
## - ##
 
hostname = trsoracle01
uname -m = ia64
uname -r = B.11.23
uname -s = HP-UX
uname -v = U
 
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
 
/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
hostinfo   = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown
 
PATH: /usr/bin
PATH: /usr/sbin
PATH: /sbin
 

## --- ##
## Core tests. ##
## --- ##
 
configure:1901: checking for gcc
configure:1930: result: no
configure:1981: checking for cc
configure:1997: found /usr/bin/cc
configure:2007: result: cc
configure:2171: checking for C compiler version
configure:2174: cc --version /dev/null 5
(Bundled) cc: HP aC++/ANSI C B3910B A.05.50 [May 15 2003]
configure:2177: $? = 0
configure:2179: cc -v /dev/null 5
configure:2182: $? = 0
configure:2184: cc -V /dev/null 5
(Bundled) cc: HP aC++/ANSI C B3910B A.05.50 [May 15 2003]
configure:2187: $? = 0
configure:2210: checking for C compiler default output file name
configure:2213: cc -O -DWITH_SYSLOG -DGUEST_ACCOUNT=\smbnull\ -D_SAMBA_BUILD_
-I/opt/iexpress/openldap/include -L/opt/iexpress/openldap/lib conftest.c  5
(Bundled) cc: warning 922: -O is unsupported in the bundled compiler, ignored.
Error 100: command line, line 0 # String and character constants cannot span
 lines.
configure:2216: $? = 2
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME 
| #define PACKAGE_TARNAME 
| #define PACKAGE_VERSION 
| #define PACKAGE_STRING 
| #define PACKAGE_BUGREPORT 
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2254: error: C compiler cannot create executables
See `config.log' for more details.
 
##  ##
## Cache variables. ##
##  ##
 
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\smbnull\'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/opt/iexpress/openldap/include
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/opt/iexpress/openldap/lib
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_prog_ac_ct_CC=cc
libc_cv_fpie=no
 
## - ##
## Output variables. ##
## - ##
 
ACL_LIBS=''
AR=''
AUTH_LIBS=''
AUTH_MODULES=''
AUTH_STATIC=''
AWK=''
BROKEN_CC=''
BUILD_INIPARSER=''
BUILD_POPT=''
CC='cc'
CFLAGS='-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\smbnull\ -D_SAMBA_BUILD_'
CHARSET_MODULES=''
CHARSET_STATIC=''
CIFSMOUNT_PROGS=''
CONFIG_LIBS=''
CPP=''
CPPFLAGS='-I/opt/iexpress/openldap/include'
CUPS_CONFIG=''
DEFS=''
DYNEXP=''
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
EXTRA_ALL_TARGETS=''
EXTRA_BIN_PROGS=''
EXTRA_SBIN_PROGS=''
FLAGS1=''
HOST_OS=''
IDMAP_LIBS=''
IDMAP_MODULES=''
IDMAP_STATIC=''
INIPARSERLIBS=''
INSTALLLIBCMD_A=''
INSTALLLIBCMD_SH=''
INSTALL_CIFSMOUNT=''
INSTALL_DATA=''
INSTALL_LIBMSRPC=''
INSTALL_LIBSMBCLIENT=''
INSTALL_LIBSMBSHAREMODES=''
INSTALL_PAM_MODULES=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
KRB5CONFIG=''
KRB5_LIBS=''
LDAP_LIBS=''
LDFLAGS='-L/opt/iexpress/openldap/lib'
LDSHFLAGS=''
LIBMSRPC=''
LIBMSRPC_SHARED=''
LIBOBJS=''
LIBS=''

[Samba] Installation Problem !!!

2004-01-16 Thread aditya ramratan gupta
Hello there,

I encountered an error with Samba3.0 installation. I'm sending it as an 
attachment(i.e. whatever appeared at konsole)

So, please help me out to install Samba3.0 on RedHat Linux 8.0

Waiting For reply !!!

Aditya R. Gupta
[EMAIL PROTECTED] root]# cd /home/untarred-samba/samba-3.0.0/source/
[EMAIL PROTECTED] source]# ./configure | tee mylog
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking for perl... /usr/bin/perl
checking if the linker (ld) is GNU ld... yes
checking for library containing strerror... none required
checking whether gcc and cc understand -c and -o together... yes
checking that the C compiler understands -Werror... yes
checking that the C compiler understands volatile... yes
checking uname -s... Linux
checking uname -r... 2.4.18-14
checking uname -m... i686
checking uname -p... i686
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking config.cache system type... same
checking for LFS support... yes
checking for gcc option to accept ANSI C... none needed
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/unistd.h usability... yes
checking sys/unistd.h presence... yes
checking for sys/unistd.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/id.h usability... no
checking sys/id.h presence... no
checking for sys/id.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking compat.h usability... no
checking compat.h presence... no
checking for compat.h... no
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
checking rpcsvc/nis.h usability... yes
checking rpcsvc/nis.h presence... yes
checking for rpcsvc/nis.h... yes
checking rpcsvc/yp_prot.h usability... yes
checking rpcsvc/yp_prot.h presence... yes
checking for rpcsvc/yp_prot.h... yes
checking rpcsvc/ypclnt.h usability... yes
checking rpcsvc/ypclnt.h presence... yes
checking for rpcsvc/ypclnt.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sys/wait.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mode.h usability... no
checking sys/mode.h presence... no
checking for sys/mode.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/priv.h usability... no
checking sys/priv.h presence... no
checking for sys/priv.h... no
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for 

[Samba] Installation Problem !!!

2004-01-16 Thread aditya ramratan gupta
Hello there,

I encountered an error with Samba3.0 installation. I'm sending it as an 
attachment(i.e. whatever appeared at konsole)

So, please help me out to install Samba3.0 on RedHat Linux 8.0

Waiting For reply !!!

Aditya R. Gupta
[EMAIL PROTECTED] root]# cd /home/untarred-samba/samba-3.0.0/source/
[EMAIL PROTECTED] source]# ./configure | tee mylog
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking for perl... /usr/bin/perl
checking if the linker (ld) is GNU ld... yes
checking for library containing strerror... none required
checking whether gcc and cc understand -c and -o together... yes
checking that the C compiler understands -Werror... yes
checking that the C compiler understands volatile... yes
checking uname -s... Linux
checking uname -r... 2.4.18-14
checking uname -m... i686
checking uname -p... i686
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking config.cache system type... same
checking for LFS support... yes
checking for gcc option to accept ANSI C... none needed
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/unistd.h usability... yes
checking sys/unistd.h presence... yes
checking for sys/unistd.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/id.h usability... no
checking sys/id.h presence... no
checking for sys/id.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking compat.h usability... no
checking compat.h presence... no
checking for compat.h... no
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
checking rpcsvc/nis.h usability... yes
checking rpcsvc/nis.h presence... yes
checking for rpcsvc/nis.h... yes
checking rpcsvc/yp_prot.h usability... yes
checking rpcsvc/yp_prot.h presence... yes
checking for rpcsvc/yp_prot.h... yes
checking rpcsvc/ypclnt.h usability... yes
checking rpcsvc/ypclnt.h presence... yes
checking for rpcsvc/ypclnt.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sys/wait.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mode.h usability... no
checking sys/mode.h presence... no
checking for sys/mode.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/priv.h usability... no
checking sys/priv.h presence... no
checking for sys/priv.h... no
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for 

[Samba] Installation Problem !!!

2004-01-15 Thread adityargupta
Hello there,


I encountered an error with Samba3.0 installation. I'm sending it as an 
attachment(i.e. whatever appeared at konsole)


So, please help me out to install Samba3.0 on RedHat Linux 8.0


Waiting For reply !!!


Aditya R. Gupta
[Beta] HelpClick onthe image to chat with me
[EMAIL PROTECTED] root]# cd /home/untarred-samba/samba-3.0.0/source/
[EMAIL PROTECTED] source]# ./configure | tee mylog
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking for perl... /usr/bin/perl
checking if the linker (ld) is GNU ld... yes
checking for library containing strerror... none required
checking whether gcc and cc understand -c and -o together... yes
checking that the C compiler understands -Werror... yes
checking that the C compiler understands volatile... yes
checking uname -s... Linux
checking uname -r... 2.4.18-14
checking uname -m... i686
checking uname -p... i686
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking config.cache system type... same
checking for LFS support... yes
checking for gcc option to accept ANSI C... none needed
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/unistd.h usability... yes
checking sys/unistd.h presence... yes
checking for sys/unistd.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/id.h usability... no
checking sys/id.h presence... no
checking for sys/id.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking compat.h usability... no
checking compat.h presence... no
checking for compat.h... no
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
checking rpcsvc/nis.h usability... yes
checking rpcsvc/nis.h presence... yes
checking for rpcsvc/nis.h... yes
checking rpcsvc/yp_prot.h usability... yes
checking rpcsvc/yp_prot.h presence... yes
checking for rpcsvc/yp_prot.h... yes
checking rpcsvc/ypclnt.h usability... yes
checking rpcsvc/ypclnt.h presence... yes
checking for rpcsvc/ypclnt.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for sys/wait.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mode.h usability... no
checking sys/mode.h presence... no
checking for sys/mode.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/priv.h usability... no
checking sys/priv.h presence... no
checking for sys/priv.h... no
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking for string.h... (cached) yes

Re: [Samba] Samba Installation Problem

2003-10-17 Thread Marco Lechner
Hi Guess,

if you want to compile (install) Samba 3 from the source you need to
install a C-Compiler first (because Samba is written in
C-Programming-Language). I'm not quite sure if theres a precompiled
Pakage of Samba 3 yet. (like Sambaxxx.rpm, ...)

Visit http://www.gnu.org/software/gcc/gcc.html and get your latest
version of gcc first!


Marco

P.S. if gcc is allready installed your PATH-Variable is set wrong,
therefore it can't find it.



Guess Logi schrieb:
 
 I am trying to install samba 3.0.0 and getting below error when try to run 
 ./configure…
 
 Please advise. Thanks.
 
 #pwd
 /usr/local/src/samba/3.0.0/source Is this correct place to run 
 .configure ?
 # ./configure
 
 checking for gcc…..no
 checking for cc……no
 checking for cc……no
 checking for c1…….no
 configuration errror : no acceptable c compiler found in $PATH.
 
 Does it seems to be Linux installation problem ? If yes, what could be ?
 
 thanks one more time..
 
 -Logi

-- 
#
#
# Marco Lechner
#
# dienstlich:
# Netzwerkbeauftragter
# Physische Geographie
# Uni Heidelberg
# Im Neuenheimer Feld 348
# 69120 Heidelberg
# 06221 / 54-4584
# [EMAIL PROTECTED]
#
#
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba Installation Problem

2003-10-16 Thread Guess Logi

I am trying to install samba 3.0.0 and getting below error when try to run ./configure…

Please advise. Thanks.

#pwd
/usr/local/src/samba/3.0.0/source Is this correct place to run .configure ?
# ./configure 

checking for gcc…..no
checking for cc……no
checking for cc……no
checking for c1…….no
configuration errror : no acceptable c compiler found in $PATH.

Does it seems to be Linux installation problem ? If yes, what could be ?

thanks one more time..

-Logi

 



-
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba Installation Problem

2003-10-16 Thread Guess Logi

I am trying to install samba 3.0.0 and getting below error when try to run ./configure…

Please advise. Thanks.

#pwd
/usr/local/src/samba/3.0.0/source Is this correct place to run .configure ?
# ./configure 

checking for gcc…..no
checking for cc……no
checking for cc……no
checking for c1…….no
configuration errror : no acceptable c compiler found in $PATH.

Does it seems to be Linux installation problem ? If yes, what could be ?

thanks one more time..

-Logi

 



-
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Installation problem

2003-01-15 Thread serdar aslan

 Hi friends we are new at these business
 We have operating system=Open bsd
 we want install samba to our operating system.

 in lynux there is a command rpm to install samba.
 whar should i use instead in open bsd?

  Thanks a lot.


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Installation problem

2003-01-15 Thread mark
On Wednesday 15 January 2003 13:01, serdar aslan wrote:
  Hi friends we are new at these business
  We have operating system=Open bsd
  we want install samba to our operating system.

  in lynux there is a command rpm to install samba.
  whar should i use instead in open bsd?

   Thanks a lot.
Under openbsd you would either use the ports tree or compile from source.

For ports, cd /usr/ports/net/samba
and as root, or using sudo if that's configured

make

then 

make install.

This assumes you are connected to the net.  make will download and build  
samba.  make install installs it.  You could also download the package and 
use the pkg_install command.

If you want to compile from source, there is a lot of documentation at 
samba.org.  It's much better than I can explain it.
mark

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] Installation problem with samba-2.2.5

2002-09-20 Thread abhishek kumar

Hi ,

I am trying to install samba 2.2.5 on my solaris box.
It fails in the very first step ..samba/source/./configure ...saying
that cc or gcc is not able to produce the executables.

I have gcc 3.0.4 and cc on my Path.

Can anyone please helpme out.

Thanks
Abhishek

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] Installation problem with samba-2.2.5

2002-09-20 Thread Javid Abdul-AJAVID1

try with some other version of gcc and also compile some c program with
current version and see u get the same error

-Original Message-
From: abhishek kumar [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 20, 2002 2:23 PM
To: [EMAIL PROTECTED]
Cc: abhishek kumar
Subject: [Samba] Installation problem with samba-2.2.5


Hi ,

I am trying to install samba 2.2.5 on my solaris box.
It fails in the very first step ..samba/source/./configure ...saying
that cc or gcc is not able to produce the executables.

I have gcc 3.0.4 and cc on my Path.

Can anyone please helpme out.

Thanks
Abhishek

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Installation problem with samba-2.2.5

2002-09-20 Thread linux power

Do you have several versions of gcc and the c compiler
installed, or newly updated those.

If you have so you can go to Makefile in
samba-2.2.5/source and select which gcc you want to
use.
I think your gcc is called gcc3 
Then you put CC=gcc3 in your Makefile instead of 
CC=gcc

--- abhishek kumar [EMAIL PROTECTED] skrev:  Hi ,
 
 I am trying to install samba 2.2.5 on my solaris
 box.
 It fails in the very first step
 ..samba/source/./configure ...saying
 that cc or gcc is not able to produce the
 executables.
 
 I have gcc 3.0.4 and cc on my Path.
 
 Can anyone please helpme out.
 
 Thanks
 Abhishek
 
 -- 
 To unsubscribe from this list go to the following
 URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

__
Se den nye Yahoo! Mail på http://no.yahoo.com/
Nytt design, enklere å bruke, alltid tilgang til Adressebok, Kalender og Notisbok
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba