installing samba in caldera linux
Author: anonymous
Date: Tue Jun 7 00:51:09 2005
Subject: installing samba in caldera linux
I just downloaded samba 3.0.14a, extracted it, but cannot run ./configure im getting error message "no acceptable c compiler found in $PATH" see "config.log" for more details
Related Articles
Have you tried Searching this site?
Please read this disclaimer
Unix/Linux/Mac OS X support by phone, email or on-site:
Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Tue Jun 7 09:23:36 2005 TonyLawrence
You haven't installed any development tools: gcc
Tue Jun 7 13:45:15 2005 BigDumbDinosaur
You'll need GNU make, as well as gcc. Also, be sure your shared libraries
are up to date. Otherwise, during the linking phase you'll see all sorts
of "unresolved..." errors.
Add your comments