Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP! Problem compiling Apache with mod_perl

Status
Not open for further replies.

ChantCd

Programmer
Aug 22, 2006
4
US
I'm trying to compile Apache with mod_perl, and I'm getting this error. I'm on a Ubuntu 6.06.1 (LTS) Server box -- it has a real minimal install.

What am I missing here?
There is a TON of mesages like this, but they all seem to reference the same functions.

This is perl, v5.8.7 built for i486-linux-gnu-thread-multi
My perl5: (revision 5 version 8 subversion 7)


:Table.c:(.text+0x21a4): undefined reference to `Perl_Gthr_key_ptr'
:Table.c:(.text+0x21b6): undefined reference to `Perl_Top_ptr'
:Table.c:(.text+0x21ce): undefined reference to `Perl_Gthr_key_ptr'
:Table.c:(.text+0x21e0): undefined reference to `Perl_Tcurpad_ptr'
:Table.c:(.text+0x21ee): undefined reference to `Perl_Gthr_key_ptr'
:Table.c:(.text+0x2200): undefined reference to `Perl_Top_ptr'
:Table.c:(.text+0x221c): undefined reference to `Perl_Gthr_key_ptr'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top