LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 05-20-2004, 01:30 PM   #1
cuco76
Member
 
Registered: Oct 2003
Location: Tucson
Distribution: Fedora, RHEL, Ubuntu
Posts: 225

Rep: Reputation: 31
Unable to install nALFS 1.2.1 and 1.2.2


I have been very unsuccesful in installin nALFS 1.2.1 and 1.2.2. I have checked over and over again and I have everything but libcurl.la. I have the latest Curl devel and Curl 7-11-1.1

I am running Fedora Core 2 as my host. Below is the './configure' and 'make' for nALFS. I didn't include the make install because that doesn't work and I am assuming that is because the 'make' never works. Any help would be greatly appreciated.

[root@ztuab883788 nALFS-1.2.2]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
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 gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a sed that does not truncate output... /bin/sed
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... 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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for an ANSI C-conforming const... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking which extension is used for loadable modules... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
configure: creating nALFS-config.in
checking for ANSI C header files... (cached) yes
checking for form_driver in -lform... yes
checking for initscr in -lncurses... yes
checking for xml2-config... /usr/bin/xml2-config
checking for xmlParseFile in -lxml2... yes
checking for xmlXIncludeProcess in -lxml2... yes
checking for curl-config... /usr/bin/curl-config
checking for curl_global_init in -lcurl... yes
configure: creating ./config.status
config.status: creating nALFS-config
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
[root@ztuab883788 nALFS-1.2.2]# make
make all-recursive
make[1]: Entering directory `/data/lfs/nALFS-1.2.2'
Making all in doc
make[2]: Entering directory `/data/lfs/nALFS-1.2.2/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/data/lfs/nALFS-1.2.2/doc'
make[2]: Entering directory `/data/lfs/nALFS-1.2.2'
if /bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./src/include -I./src -W -Wall -Wshadow -Winline -g -O2 -MT src/lib/src_lib_libnALFS_la-digest.lo -MD -MP -MF "src/lib/.deps/src_lib _libnALFS_la-digest.Tpo" \
-c -o src/lib/src_lib_libnALFS_la-digest.lo `test -f 'src/lib/digest.c' || echo './'`src/lib/digest.c; \
then mv -f "src/lib/.deps/src_lib_libnALFS_la-digest.Tpo" "src/lib/.deps/src_lib_libnALFS_la-digest.Plo"; \
else rm -f "src/lib/.deps/src_lib_libnALFS_la-digest.Tpo"; exit 1; \
fi
if /bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./src/include -I./src -W -Wall -Wshadow -Winline -g -O2 -MT src/lib/src_lib_libnALFS_la-file_handling.lo -MD -MP -MF "src/lib/.deps/ src_lib_libnALFS_la-file_handling.Tpo" \
-c -o src/lib/src_lib_libnALFS_la-file_handling.lo `test -f 'src/lib/file_handling.c' || echo './'`src/lib /file_handling.c; \
then mv -f "src/lib/.deps/src_lib_libnALFS_la-file_handling.Tpo" "src/lib/.deps/src_lib_libnALFS_la-file_han dling.Plo"; \
else rm -f "src/lib/.deps/src_lib_libnALFS_la-file_handling.Tpo"; exit 1; \
fi
if /bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./src/include -I./src -W -Wall -Wshadow -Winline -g -O2 -MT src/lib/src_lib_libnALFS_la-get_url.lo -MD -MP -MF "src/lib/.deps/src_li b_libnALFS_la-get_url.Tpo" \
-c -o src/lib/src_lib_libnALFS_la-get_url.lo `test -f 'src/lib/get_url.c' || echo './'`src/lib/get_url.c; \
then mv -f "src/lib/.deps/src_lib_libnALFS_la-get_url.Tpo" "src/lib/.deps/src_lib_libnALFS_la-get_url.Plo"; \
else rm -f "src/lib/.deps/src_lib_libnALFS_la-get_url.Tpo"; exit 1; \
fi
if /bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./src/include -I./src -W -Wall -Wshadow -Winline -g -O2 -MT src/lib/src_lib_libnALFS_la-load_url.lo -MD -MP -MF "src/lib/.deps/src_l ib_libnALFS_la-load_url.Tpo" \
-c -o src/lib/src_lib_libnALFS_la-load_url.lo `test -f 'src/lib/load_url.c' || echo './'`src/lib/load_url. c; \
then mv -f "src/lib/.deps/src_lib_libnALFS_la-load_url.Tpo" "src/lib/.deps/src_lib_libnALFS_la-load_url.Plo" ; \
else rm -f "src/lib/.deps/src_lib_libnALFS_la-load_url.Tpo"; exit 1; \
fi
if /bin/sh ./libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./src/include -I./src -W -Wall -Wshadow -Winline -g -O2 -MT src/lib/src_lib_libnALFS_la-md5.lo -MD -MP -MF "src/lib/.deps/src_lib_li bnALFS_la-md5.Tpo" \
-c -o src/lib/src_lib_libnALFS_la-md5.lo `test -f 'src/lib/md5.c' || echo './'`src/lib/md5.c; \
then mv -f "src/lib/.deps/src_lib_libnALFS_la-md5.Tpo" "src/lib/.deps/src_lib_libnALFS_la-md5.Plo"; \
else rm -f "src/lib/.deps/src_lib_libnALFS_la-md5.Tpo"; exit 1; \
fi
/bin/sh ./libtool --silent --mode=link gcc -W -Wall -Wshadow -Winline -g -O2 -o src/lib/libnALFS.la -rpat h /usr/local/lib -avoid-version src/lib/src_lib_libnALFS_la-digest.lo src/lib/src_lib_libnALFS_la-file_handl ing.lo src/lib/src_lib_libnALFS_la-get_url.lo src/lib/src_lib_libnALFS_la-load_url.lo src/lib/src_lib_libnAL FS_la-md5.lo /usr/lib/libcurl.la
libtool: link: cannot find the library `/usr/lib/libcurl.la'
make[2]: *** [src/lib/libnALFS.la] Error 1
make[2]: Leaving directory `/data/lfs/nALFS-1.2.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data/lfs/nALFS-1.2.2'
make: *** [all] Error 2
 
Old 05-20-2004, 01:33 PM   #2
cuco76
Member
 
Registered: Oct 2003
Location: Tucson
Distribution: Fedora, RHEL, Ubuntu
Posts: 225

Original Poster
Rep: Reputation: 31
I dodn't mention but, I think the problem is that I don' t have this libcurl.la but it doesn't seem to be included with curl 7-11-1.1. I tried installing previous versions but I rpm won't let me.

Thanks,
 
Old 05-20-2004, 01:34 PM   #3
cuco76
Member
 
Registered: Oct 2003
Location: Tucson
Distribution: Fedora, RHEL, Ubuntu
Posts: 225

Original Poster
Rep: Reputation: 31
Ooops

Forgot that I already posted this issue!

Sorry

Thanks,
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error: Unable to boot /install/2.6/linux when starting Etch Install BuckRogers01 Debian 4 08-06-2005 06:40 PM
nALFS won't install certian programs with the bare requirements shotokan Linux From Scratch 9 07-15-2005 02:44 AM
unable to install 10.1 tom_hawkins3 Mandriva 1 02-03-2005 08:37 AM
AHLFS (Automated Hardened LFS) Profile for nALFS - See progress reports here... bisailb Linux From Scratch 2 09-28-2004 01:13 PM
nALFS perl jnsc Linux From Scratch 2 06-08-2003 12:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 07:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration