Hello!

I get the below errors when I try to install(perl
Makefile.PL) modperl. Could someone help me out?

Thanks,
Ramesh

Using config
file: /opt/users/ramesh/software/mod_perl-1.22/src/Configuration
Creating Makefile
 + configured for Linux platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
 + checking sizeof various data types
 + doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed.  The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc. 

======== Error Output for sanity check ========
cd ..; gcc  -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite
-DNO_DL_NEEDED -Dbool=char -DHAS_BOOL -I/usr/local/include
-I/usr/lib/perl5/5.00503/i386-linux/CORE  -I. -I../.. -DUSE_PERL_SSI
-DMOD_PERL     -o helpers/dummy helpers/dummy.c  `perl
/opt/users/ramesh/software/mod_perl-1.22/src/modules/perl/ldopts  ` -lm
/usr/local/lib/libc.so.6: undefined reference to
`_dl_origin_path@@GLIBC_2.1.1'
/usr/local/lib/libc.so.6: undefined reference to `_dl_lazy@@GLIBC_2.1.1'
/usr/local/lib/libc.so.6: undefined reference to
`_dl_dst_count@@GLIBC_2.1.1'
/usr/local/lib/libc.so.6: undefined reference to
`_dl_dst_substitute@@GLIBC_2.1.1'
/usr/local/lib/libc.so.6: undefined reference to
`_dl_platformlen@@GLIBC_2.1.1'
collect2: ld returned 1 exit status
make: *** [dummy] Error 1
============= End of Error Report =============

 Aborting!
PerlDispatchHandler.........enabled
PerlChildInitHandler........enabled
PerlChildExitHandler........enabled
PerlPostReadRequestHandler..enabled
PerlTransHandler............enabled
PerlHeaderParserHandler.....enabled
PerlAccessHandler...........enabled
PerlAuthenHandler...........enabled
PerlAuthzHandler............enabled
PerlTypeHandler.............enabled
PerlFixupHandler............enabled
PerlHandler.................enabled
PerlLogHandler..............enabled
PerlInitHandler.............enabled
PerlCleanupHandler..........enabled
PerlRestartHandler..........enabled
PerlStackedHandlers.........enabled
PerlMethodHandlers..........enabled
PerlDirectiveHandlers.......enabled
PerlTableApi................enabled
PerlLogApi..................enabled
PerlUriApi..................enabled
PerlUtilApi.................enabled
PerlFileApi.................enabled
PerlConnectionApi...........enabled
PerlServerApi...............enabled
PerlSections................enabled
PerlSSI.....................enabled
Will run tests as User: 'ramesh' Group: 'users'
Checking CGI.pm VERSION..........ok
Checking for LWP::UserAgent......ok
Checking for HTML::HeadParser....ok
Checking if your kit is complete...
Looks good
Writing Makefile for Apache
Writing Makefile for Apache::Connection
Writing Makefile for Apache::Constants
Writing Makefile for Apache::File
Writing Makefile for Apache::Leak
Writing Makefile for Apache::Log
Writing Makefile for Apache::ModuleConfig
Writing Makefile for Apache::PerlRunXS
Writing Makefile for Apache::Server
Writing Makefile for Apache::Symbol
Writing Makefile for Apache::Table
Writing Makefile for Apache::URI
Writing Makefile for Apache::Util
Writing Makefile for mod_perl

Reply via email to