LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   conftest.sh (https://www.linuxquestions.org/questions/linux-newbie-8/conftest-sh-257049/)

Jezter 11-19-2004 07:16 PM

conftest.sh
 
Hello all,

I'm a first time poster, but have been searching this forum for a while finding answers to my problems. Thanks to all in the community.

I've set up my first Linux box as a testbed for different server software.

Distro is Slackware 10, which runs winderfully for my purposes.

I decided I wanted to install FreeSwan, so I grabbed the latest along with gmp-4.1.4 which the docs said it needed.

Upon attempting a ./configure on gmp, it starts, then exits with an error. I looked in the configure logfile:

$ ./configure

## ---------- ##
## Platform. ##
## ---------- ##

hostname = linux
uname -m = i686
uname -r = 2.4.26
uname -s = Linux
uname -v = #6 Mon Jun 14 19:07:27 PDT 2004

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

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

PATH = /usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/opt/www/htdig/bin:/usr/lib/java/bin:/usr/lib/java/jre/bin:/opt/kde/bin:/usr/lib/qt/bin:/usr/share/texmf/bin

## ------------ ##
## Core tests. ##
## ------------ ##

configure:1204: PATH=".;."; conftest.sh
./configure: line 1205: conftest.sh: command not found
configure:1207: $? = 127
configure:1278: error: cannot run /bin/sh ./config.sub

## ----------------- ##
## Cache variables. ##
## ----------------- ##

ac_cv_env_ABI_set=
ac_cv_env_ABI_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_M4_set=
ac_cv_env_M4_value=
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=


configure: exit 1

The main problem my newbish eyes can see is "conftest.sh: command not found"

That seems like it would be a problem. I've been unable to locate this file on my slack box.

Is this common???

Thanks

Brad

Jezter 11-20-2004 12:03 PM

Another question
 
I've looked everywhere, but still cannot find this file. Is it even needed?

Thanks

J


All times are GMT -5. The time now is 03:28 AM.