[rt-users] Why apache server can't interepete the PerlModule in the configuration file?

zhou jian sunzhoujian at yahoo.com
Thu Feb 23 15:47:57 EST 2006


I got make errors for this module. I checked in their
website. Looks like they were doing a lot of rewriting
for this module.

dbdimp.c:3235: `MYSQL_FIELD' undeclared (first use in
this function)
dbdimp.c:3235: `curField' undeclared (first use in
this function)
dbdimp.c:3238: `what' undeclared (first use in this
function)
dbdimp.c:3242: `cacheit' undeclared (first use in this
function)
dbdimp.c:3242: dereferencing pointer to incomplete
type
dbdimp.c:3243: dereferencing pointer to incomplete
type
dbdimp.c:3246: `res' undeclared (first use in this
function)
dbdimp.c:3311: `PRI_KEY_FLAG' undeclared (first use in
this function)
dbdimp.c:3311: `UNIQUE_KEY_FLAG' undeclared (first use
in this function)
dbdimp.c:3311: `MULTIPLE_KEY_FLAG' undeclared (first
use in this function)
dbdimp.c:3338: dereferencing pointer to incomplete
type
dbdimp.c: In function `mysql_st_FETCH_attrib':
dbdimp.c:3387: dereferencing pointer to incomplete
type
dbdimp.c:3389: dereferencing pointer to incomplete
type
dbdimp.c:3393: dereferencing pointer to incomplete
type
dbdimp.c:3397: dereferencing pointer to incomplete
type
dbdimp.c:3401: dereferencing pointer to incomplete
type
dbdimp.c:3407: dereferencing pointer to incomplete
type
dbdimp.c:3411: dereferencing pointer to incomplete
type
dbdimp.c:3415: dereferencing pointer to incomplete
type
dbdimp.c:3417: dereferencing pointer to incomplete
type
dbdimp.c:3419: dereferencing pointer to incomplete
type
dbdimp.c:3421: dereferencing pointer to incomplete
type
dbdimp.c:3425: dereferencing pointer to incomplete
type
dbdimp.c:3432: dereferencing pointer to incomplete
type
dbdimp.c:3434: dereferencing pointer to incomplete
type
dbdimp.c:3439: dereferencing pointer to incomplete
type
dbdimp.c:3443: dereferencing pointer to incomplete
type
dbdimp.c:3445: dereferencing pointer to incomplete
type
dbdimp.c:3447: dereferencing pointer to incomplete
type
dbdimp.c:3459: dereferencing pointer to incomplete
type
dbdimp.c: In function `mysql_bind_ph':
dbdimp.c:3538: dereferencing pointer to incomplete
type
dbdimp.c:3574: dereferencing pointer to incomplete
type
dbdimp.c: In function `mysql_db_reconnect':
dbdimp.c:3675: `MYSQL' undeclared (first use in this
function)
dbdimp.c:3675: parse error before "save_socket"
dbdimp.c:3685: dereferencing pointer to incomplete
type
dbdimp.c:3685: `CR_SERVER_GONE_ERROR' undeclared
(first use in this function)
dbdimp.c:3689: dereferencing pointer to incomplete
type
dbdimp.c:3689: dereferencing pointer to incomplete
type
dbdimp.c:3703: `save_socket' undeclared (first use in
this function)
dbdimp.c:3703: dereferencing pointer to incomplete
type
dbdimp.c:3704: dereferencing pointer to incomplete
type
dbdimp.c:3705: dereferencing pointer to incomplete
type
dbdimp.c:3705: dereferencing pointer to incomplete
type
dbdimp.c:3705: dereferencing pointer to incomplete
type
dbdimp.c:3705: dereferencing pointer to incomplete
type
dbdimp.c:3705: dereferencing pointer to incomplete
type
dbdimp.c:3705: dereferencing pointer to incomplete
type
dbdimp.c:3705: dereferencing pointer to incomplete
type
dbdimp.c:3705: dereferencing pointer to incomplete
type
dbdimp.c:3705: dereferencing pointer to incomplete
type
dbdimp.c:3705: dereferencing pointer to incomplete
type
dbdimp.c:3709: dereferencing pointer to incomplete
type
dbdimp.c:3709: dereferencing pointer to incomplete
type
dbdimp.c:3709: warning: passing arg 3 of
`mysql_dr_error' makes pointer from integer without a
cast
dbdimp.c:3710: dereferencing pointer to incomplete
type
dbdimp.c:3711: dereferencing pointer to incomplete
type
dbdimp.c:3714: dereferencing pointer to incomplete
type
dbdimp.c: In function `mysql_db_quote':
dbdimp.c:3865: dereferencing pointer to incomplete
type
dbdimp.c: In function `mysql_db_last_insert_id':
dbdimp.c:3880: dereferencing pointer to incomplete
type
make: *** [dbdimp.o] Error 1


--- Chaim Rieger <chaim.rieger at gmail.com> wrote:

> zhou jian wrote:
> >         Test::WWW::Mechanize ...found
> >         Module::Refresh 0.03...found
> > MYSQL dependencies:
> >         DBD::mysql 2.1018...MISSING
> > 
> > 
> > Thanks for all your helps. I got this problem
> fixed. I
> > guess that there are something messed with my
> machine.
> > I restarted and httpd -k start the httpd server.
> It is
> > working right now for http://localhost. So I can
> fix
> > most of the remaining missing modules. Right now,
> I
> > got  stuck only on the last module. DBD::mysql.
> > 
> > The error message is:
> > 
> .....
> 
> here is how to solve this
> 
> 
> down load the source from cpan.org
> 
> unaip it,
> 
> modify the Makefile, then run perl Makefile.pl
> 
> or just pass the mysql parameters inline when
> running perl Makefile.pl
> 
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the rt-users mailing list