Hi, I tried to install SAMBA on solaris, typed in command "./configure" in the source directory, but reply the message like below: # ./configure loading cache ./config.cache checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH Would be appreciate if somebody can help me. Regards. __________________________________________________ Do You Yahoo!? Yahoo! Events Guide - Entertainment, community events and more! http://events.yahoo.com.sg/
Based upon the message that you received, it's safe to say that you: a) Don't have a c compiler installed on your system, which is required to compile Samba b) Don't have your c compiler listed in your path. To determine which one of these is the case, bring up a console while logged on as root, or just telnet/SSH in as root, and run the following command: find / -name *cc If you get any results back that are either "cc" or "gcc", then write down their exact locations on your hard drive, and add the directory to your path. If you don't get any results back that are either "cc" or "gcc", then you must obtain a C compiler. Sun used to charge for theirs, and they probably still do. You can obtain gcc for free at http://gcc.gnu.org/, but I've never installed it on Solaris. It should just be a matter of finding a copy of gcc packaged for Sun systems. Sun may have a copy available at their site, but I'm too lazy (too tired?), to check. HTH. ----------------------------------------------- Sean P. Elble Editor, Writer, Co-Webmaster ReactiveLinux.com (Formerly MaximumLinux.org) http://www.reactivelinux.com/ elbles@reactivelinux.com ----------------------------------------------- ----- Original Message ----- From: "dongzb" <dongzb@yahoo.com> To: <samba@lists.samba.org> Sent: Monday, November 12, 2001 1:58 AM Subject: Help : samba and Solaris> Hi, > > I tried to install SAMBA on solaris, typed in command > "./configure" in the source directory, but reply the > message like below: > # ./configure > loading cache ./config.cache > checking for gcc... no > checking for cc... no > configure: error: no acceptable cc found in $PATH > > Would be appreciate if somebody can help me. > Regards. > > __________________________________________________ > Do You Yahoo!? > Yahoo! Events Guide - Entertainment, community events and more! > http://events.yahoo.com.sg/ > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
Nasir Yilmaz (ATM/Network Grp. Bsk. Sistem Mühendisi)
2001-Nov-11 23:29 UTC
Help : samba and Solaris
Can anybody say me samba 2.2.x supports tru64unix 5.1 ? -----Original Message----- From: Sean Elble [mailto:S_Elble@yahoo.com] Sent: 12 Kasim 2001 Pazartesi 09:05 To: dongzb; samba@lists.samba.org Subject: Re: Help : samba and Solaris Based upon the message that you received, it's safe to say that you: a) Don't have a c compiler installed on your system, which is required to compile Samba b) Don't have your c compiler listed in your path. To determine which one of these is the case, bring up a console while logged on as root, or just telnet/SSH in as root, and run the following command: find / -name *cc If you get any results back that are either "cc" or "gcc", then write down their exact locations on your hard drive, and add the directory to your path. If you don't get any results back that are either "cc" or "gcc", then you must obtain a C compiler. Sun used to charge for theirs, and they probably still do. You can obtain gcc for free at http://gcc.gnu.org/, but I've never installed it on Solaris. It should just be a matter of finding a copy of gcc packaged for Sun systems. Sun may have a copy available at their site, but I'm too lazy (too tired?), to check. HTH. ----------------------------------------------- Sean P. Elble Editor, Writer, Co-Webmaster ReactiveLinux.com (Formerly MaximumLinux.org) http://www.reactivelinux.com/ elbles@reactivelinux.com ----------------------------------------------- ----- Original Message ----- From: "dongzb" <dongzb@yahoo.com> To: <samba@lists.samba.org> Sent: Monday, November 12, 2001 1:58 AM Subject: Help : samba and Solaris> Hi, > > I tried to install SAMBA on solaris, typed in command > "./configure" in the source directory, but reply the > message like below: > # ./configure > loading cache ./config.cache > checking for gcc... no > checking for cc... no > configure: error: no acceptable cc found in $PATH > > Would be appreciate if somebody can help me. > Regards. > > __________________________________________________ > Do You Yahoo!? > Yahoo! Events Guide - Entertainment, community events and more! > http://events.yahoo.com.sg/ > > -- > 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
Nasır Yılmaz (ATM/Network Grp. Bşk. Sistem Mühendisi)
2001-Nov-12 22:42 UTC
Help : samba and Solaris
Just Now I Have Alpha2100 Processors I Don't Know I Have To Use Alpha Versions Or Simple Latest Versions Enough For Me Or Whats Diffrences Between Alpha And Simple Versions ? My Os Versons Is Tru64 5.1 Can I Install It -----Original Message----- From: Sean Elble [mailto:s_elble@yahoo.com] Sent: 12 Kas?m 2001 Pazartesi 19:17 To: Nas?r Y?lmaz (ATM/Network Grp. B?k. Sistem M?hendisi); Sean Elble; dongzb; samba@lists.samba.org Subject: RE: Help : samba and Solaris To my knowledge, Samba 2.2.x supports Tru64 UNIX . . . don't have an Alpha box to test it out on (yet). --- Nasir_Yilmaz_(ATM/Network_Grp._Bsk._Sistem_M?hendisi) <nyilmaz@iski.gov.tr> wrote:> Can anybody say me samba 2.2.x supports tru64unix > 5.1 ?