09-15-04 04:11 PM
I've been throguh the FAQs and google and cant figure this one out:
[root@RH73LINUX build]# pwd
/usr/src/redhat/SOURCES/glibc-2.3.2-20030312/build
[root@RH73LINUX build]#
../configure --with-add-ons --enable-add-ons --prefix=/usr/local/glibc-2
.3.2
[...]
configure: creating ./config.status
config.status: creating config.make
config.status: creating glibcbug
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
configure: configuring in linuxthreads
configure: running /bin/sh
'../../linuxthreads/configure' --prefix=/usr/local/glibc-2.3.2
'--with-add-ons' '--enable-add-ons'
'--prefix=/usr/local/glibc-2.3.2' --cache-file=/dev/null --srcdir=../../
linuxthreads
[root@RH73LINUX build]# make
make -r PARALLELMFLAGS="" CVSOPTS="" -C .. objdir=`pwd` all
make[1]: Entering directory
`/usr/src/redhat/SOURCES/glibc-2.3.2-20030312'
/bin/sh: configure.in: command not found
make[1]: *** [configure] Error 127
make[1]: Leaving directory
`/usr/src/redhat/SOURCES/glibc-2.3.2-20030312'
make: *** [all] Error 2
Why is it puking on this?
Heres some more info, to show what I'm upgrading from:
[root@RH73LINUX build]# rpm -qa | sort | grep -i glibc
cfdisk-glibc-0.8g-1
glibc-2.2.5-44
glibc-common-2.2.5-44
glibc-debug-2.2.5-44
glibc-debug-static-2.2.5-44
glibc-devel-2.2.5-44
glibc-kernheaders-2.4-7.16
glibc-utils-2.2.5-44
Thank for any help.
[ Post a follow-up to this message ]
|