You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by "Singleton, Paul" <Pa...@latimes.com> on 2002/07/02 22:33:56 UTC

apache::request on AIX 4.3.3

> Can anyone offer any help on this - searched archives and found some stuff close to the answer, but nothing quite right on.  Thought someone might have a quick answer to this.
> 
> Running AIX 4.3.3 Perl 5.6  using cc compiler.
> 
> Have had no other problems compiling any modules but this one.  Any help would be appreciated - thanks.
> 
> I get the following errors with the make command:
> 
> 
> fowler2:singleto-/jbod/,cpan/build/libapreq-1.0> perl Makefile.PL
> Writing Makefile for libapreq
> Warning: -L../blib/arch/auto/libapreq changed to -L/jbod/,cpan/build/libapreq-1.0/Request/../blib/arch/auto/libapreq
> Writing Makefile for Apache::Request
> Warning: -L../blib/arch/auto/libapreq changed to -L/jbod/,cpan/build/libapreq-1.0/Cookie/../blib/arch/auto/libapreq
> Writing Makefile for Apache::Cookie
> Writing Makefile for libapreq
> fowler2:singleto-/jbod/,cpan/build/libapreq-1.0> make
> /jbod/,cpan/build/libapreq-1.0/c
>         cc -c -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/modules/perl -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/include -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/regex -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/os/unix -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem384 -I/usr/local/include -D_LARGE_FILES -qlonglong -O    -DVERSION=\"0.10\"  -DXS_VERSION=\"0.10\"  -I/usr/local/lib/perl5/5.6.1/aix/CORE  apache_request.c
>         cc -c -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/modules/perl -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/include -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/regex -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/os/unix -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem384 -I/usr/local/include -D_LARGE_FILES -qlonglong -O    -DVERSION=\"0.10\"  -DXS_VERSION=\"0.10\"  -I/usr/local/lib/perl5/5.6.1/aix/CORE  apache_cookie.c
>         cc -c -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/modules/perl -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/include -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/regex -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/os/unix -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem384 -I/usr/local/include -D_LARGE_FILES -qlonglong -O    -DVERSION=\"0.10\"  -DXS_VERSION=\"0.10\"  -I/usr/local/lib/perl5/5.6.1/aix/CORE  apache_multipart_buffer.c
>         rm -rf ../blib/arch/auto/libapreq/libapreq.a
>         /bin/ar cr ../blib/arch/auto/libapreq/libapreq.a apache_request.o apache_cookie.o apache_multipart_buffer.o && : ../blib/arch/auto/libapreq/libapreq.a
>         chmod 755 ../blib/arch/auto/libapreq/libapreq.a
> /jbod/,cpan/build/libapreq-1.0/Request
>         cc -c -I../c -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/modules/perl -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/include -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/regex -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/os/unix -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem384 -I/usr/local/include -D_LARGE_FILES -qlonglong -O    -DVERSION=\"1.0\"  -DXS_VERSION=\"1.0\"  -I/usr/local/lib/perl5/5.6.1/aix/CORE  Request.c
> Running Mkbootstrap for Apache::Request ()
>         chmod 644 Request.bs
>         rm -f ../blib/arch/auto/Apache/Request/Request.so
>         LD_RUN_PATH="/jbod/,cpan/build/libapreq-1.0/Request/../blib/arch/auto/libapreq" ld  -bhalt:4 -bM:SRE -bI:/usr/local/lib/perl5/5.6.1/aix/CORE/perl.exp -bE:Request.exp -b noentry -lC -lc -L/usr/local/lib Request.o -bI:/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/mod_perl.exp -o ../blib/arch/auto/Apache/Request/Request.so   -L/jbod/,cpan/build/libapreq-1.0/Request/../blib/arch/auto/libapreq -lapreq  
> ld: 0711-317 ERROR: Undefined symbol: .ap_table_get
> ld: 0711-317 ERROR: Undefined symbol: .ap_pfclose
> ld: 0711-317 ERROR: Undefined symbol: .ap_log_rerror
> ld: 0711-317 ERROR: Undefined symbol: .ap_getword
> ld: 0711-317 ERROR: Undefined symbol: .ap_unescape_url
> ld: 0711-317 ERROR: Undefined symbol: .ap_table_add
> ld: 0711-317 ERROR: Undefined symbol: .ap_pstrndup
> ld: 0711-317 ERROR: Undefined symbol: .ap_push_array
> ld: 0711-317 ERROR: Undefined symbol: .ap_setup_client_block
> ld: 0711-317 ERROR: Undefined symbol: .ap_should_client_block
> ld: 0711-317 ERROR: Undefined symbol: .ap_pcalloc
> ld: 0711-317 ERROR: Undefined symbol: .ap_hard_timeout
> ld: 0711-317 ERROR: Undefined symbol: .ap_get_client_block
> ld: 0711-317 ERROR: Undefined symbol: .ap_kill_timeout
> ld: 0711-317 ERROR: Undefined symbol: .ap_pstrdup
> ld: 0711-317 ERROR: Undefined symbol: ap_day_snames
> ld: 0711-317 ERROR: Undefined symbol: ap_month_snames
> ld: 0711-317 ERROR: Undefined symbol: .ap_psprintf
> ld: 0711-317 ERROR: Undefined symbol: .ap_popenf
> ld: 0711-317 ERROR: Undefined symbol: .ap_pfdopen
> ld: 0711-317 ERROR: Undefined symbol: ap_null_cleanup
> ld: 0711-317 ERROR: Undefined symbol: .ap_register_cleanup
> ld: 0711-317 ERROR: Undefined symbol: .ap_pstrcat
> ld: 0711-317 ERROR: Undefined symbol: .ap_make_array
> ld: 0711-317 ERROR: Undefined symbol: .ap_table_do
> ld: 0711-317 ERROR: Undefined symbol: .ap_make_dirstr_parent
> ld: 0711-317 ERROR: Undefined symbol: .ap_find_path_info
> ld: 0711-317 ERROR: Undefined symbol: .ap_getword_conf
> ld: 0711-317 ERROR: Undefined symbol: .ap_make_table
> ld: 0711-317 ERROR: Undefined symbol: .ap_ind
> ld: 0711-317 ERROR: Undefined symbol: .ap_table_unset
> ld: 0711-317 ERROR: Undefined symbol: .ap_table_set
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
> make: The error code from the last command is 8.
> 
> 
> Stop.
> make: The error code from the last command is 2.
> 
> 
> Stop.
> fowler2:singleto-/jbod/,cpan/build/libapreq-1.0
> 
> 
> 

Re: apache::request on AIX 4.3.3

Posted by Joshua Moore-Oliva <ch...@mediapow.com>.
Are you using apaceh 2?  because it looks liek you are and in 2 the names for 
most of hte functions got changed from ap to apr

On July 2, 2002 04:33 pm, Singleton, Paul wrote:
> > Can anyone offer any help on this - searched archives and found some
> > stuff close to the answer, but nothing quite right on.  Thought someone
> > might have a quick answer to this.
> >
> > Running AIX 4.3.3 Perl 5.6  using cc compiler.
> >
> > Have had no other problems compiling any modules but this one.  Any help
> > would be appreciated - thanks.
> >
> > I get the following errors with the make command:
> >
> >
> > fowler2:singleto-/jbod/,cpan/build/libapreq-1.0> perl Makefile.PL
> > Writing Makefile for libapreq
> > Warning: -L../blib/arch/auto/libapreq changed to
> > -L/jbod/,cpan/build/libapreq-1.0/Request/../blib/arch/auto/libapreq
> > Writing Makefile for Apache::Request
> > Warning: -L../blib/arch/auto/libapreq changed to
> > -L/jbod/,cpan/build/libapreq-1.0/Cookie/../blib/arch/auto/libapreq
> > Writing Makefile for Apache::Cookie
> > Writing Makefile for libapreq
> > fowler2:singleto-/jbod/,cpan/build/libapreq-1.0> make
> > /jbod/,cpan/build/libapreq-1.0/c
> >         cc -c
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/modules/pe
> >rl -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/include
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/regex
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/os/unix
> > -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem384
> > -I/usr/local/include -D_LARGE_FILES -qlonglong -O    -DVERSION=\"0.10\" 
> > -DXS_VERSION=\"0.10\"  -I/usr/local/lib/perl5/5.6.1/aix/CORE 
> > apache_request.c cc -c
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/modules/pe
> >rl -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/include
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/regex
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/os/unix
> > -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem384
> > -I/usr/local/include -D_LARGE_FILES -qlonglong -O    -DVERSION=\"0.10\" 
> > -DXS_VERSION=\"0.10\"  -I/usr/local/lib/perl5/5.6.1/aix/CORE 
> > apache_cookie.c cc -c
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/modules/pe
> >rl -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/include
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/regex
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/os/unix
> > -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem384
> > -I/usr/local/include -D_LARGE_FILES -qlonglong -O    -DVERSION=\"0.10\" 
> > -DXS_VERSION=\"0.10\"  -I/usr/local/lib/perl5/5.6.1/aix/CORE 
> > apache_multipart_buffer.c rm -rf ../blib/arch/auto/libapreq/libapreq.a
> >         /bin/ar cr ../blib/arch/auto/libapreq/libapreq.a apache_request.o
> > apache_cookie.o apache_multipart_buffer.o && :
> > ../blib/arch/auto/libapreq/libapreq.a chmod 755
> > ../blib/arch/auto/libapreq/libapreq.a
> > /jbod/,cpan/build/libapreq-1.0/Request
> >         cc -c -I../c
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/modules/pe
> >rl -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/include
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/regex
> > -I/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/include/os/unix
> > -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem384
> > -I/usr/local/include -D_LARGE_FILES -qlonglong -O    -DVERSION=\"1.0\" 
> > -DXS_VERSION=\"1.0\"  -I/usr/local/lib/perl5/5.6.1/aix/CORE  Request.c
> > Running Mkbootstrap for Apache::Request ()
> >         chmod 644 Request.bs
> >         rm -f ../blib/arch/auto/Apache/Request/Request.so
> >        
> > LD_RUN_PATH="/jbod/,cpan/build/libapreq-1.0/Request/../blib/arch/auto/lib
> >apreq" ld  -bhalt:4 -bM:SRE
> > -bI:/usr/local/lib/perl5/5.6.1/aix/CORE/perl.exp -bE:Request.exp -b
> > noentry -lC -lc -L/usr/local/lib Request.o
> > -bI:/usr/local/lib/perl5/site_perl/5.6.1/aix/auto/Apache/mod_perl.exp -o
> > ../blib/arch/auto/Apache/Request/Request.so  
> > -L/jbod/,cpan/build/libapreq-1.0/Request/../blib/arch/auto/libapreq
> > -lapreq ld: 0711-317 ERROR: Undefined symbol: .ap_table_get
> > ld: 0711-317 ERROR: Undefined symbol: .ap_pfclose
> > ld: 0711-317 ERROR: Undefined symbol: .ap_log_rerror
> > ld: 0711-317 ERROR: Undefined symbol: .ap_getword
> > ld: 0711-317 ERROR: Undefined symbol: .ap_unescape_url
> > ld: 0711-317 ERROR: Undefined symbol: .ap_table_add
> > ld: 0711-317 ERROR: Undefined symbol: .ap_pstrndup
> > ld: 0711-317 ERROR: Undefined symbol: .ap_push_array
> > ld: 0711-317 ERROR: Undefined symbol: .ap_setup_client_block
> > ld: 0711-317 ERROR: Undefined symbol: .ap_should_client_block
> > ld: 0711-317 ERROR: Undefined symbol: .ap_pcalloc
> > ld: 0711-317 ERROR: Undefined symbol: .ap_hard_timeout
> > ld: 0711-317 ERROR: Undefined symbol: .ap_get_client_block
> > ld: 0711-317 ERROR: Undefined symbol: .ap_kill_timeout
> > ld: 0711-317 ERROR: Undefined symbol: .ap_pstrdup
> > ld: 0711-317 ERROR: Undefined symbol: ap_day_snames
> > ld: 0711-317 ERROR: Undefined symbol: ap_month_snames
> > ld: 0711-317 ERROR: Undefined symbol: .ap_psprintf
> > ld: 0711-317 ERROR: Undefined symbol: .ap_popenf
> > ld: 0711-317 ERROR: Undefined symbol: .ap_pfdopen
> > ld: 0711-317 ERROR: Undefined symbol: ap_null_cleanup
> > ld: 0711-317 ERROR: Undefined symbol: .ap_register_cleanup
> > ld: 0711-317 ERROR: Undefined symbol: .ap_pstrcat
> > ld: 0711-317 ERROR: Undefined symbol: .ap_make_array
> > ld: 0711-317 ERROR: Undefined symbol: .ap_table_do
> > ld: 0711-317 ERROR: Undefined symbol: .ap_make_dirstr_parent
> > ld: 0711-317 ERROR: Undefined symbol: .ap_find_path_info
> > ld: 0711-317 ERROR: Undefined symbol: .ap_getword_conf
> > ld: 0711-317 ERROR: Undefined symbol: .ap_make_table
> > ld: 0711-317 ERROR: Undefined symbol: .ap_ind
> > ld: 0711-317 ERROR: Undefined symbol: .ap_table_unset
> > ld: 0711-317 ERROR: Undefined symbol: .ap_table_set
> > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> > information. make: The error code from the last command is 8.
> >
> >
> > Stop.
> > make: The error code from the last command is 2.
> >
> >
> > Stop.
> > fowler2:singleto-/jbod/,cpan/build/libapreq-1.0