right i'm quite new to perl and not sure if this is even posted in the right place, but here goes.
my boss has purchased a bit of software that runs in perl. I'm trying to get it up and running, but having lots of problems. The softwares called logicnow and i've posted the code out put i'm getting there
http://community.logicnow.com/showthread.php?t=810. The prblem. I have been told to also install HTML::parser which seems to install fine. The only one i seem to have a problem with is the DBD::mysql, I get the following error
dbdimp.c:1269: conflicting types for `mysql_dr_error'
dbdimp.h:288: previous declaration of `mysql_dr_error'
dbdimp.c: In function `mysql_st_fetch':
dbdimp.c:3419: too few arguments to function `mysql_dr_error'
dbdimp.c:3583: too few arguments to function
`mysql_dr_error'
dbdimp.c: In function `mysql_st_FETCH_internal':
dbdimp.c:3915: too few arguments to function `mysql_dr_error'
dbdimp.c:3929: too few arguments to function `mysql_dr_error'
dbdimp.c: In function `mysql_bind_ph':
dbdimp.c:4244: too few arguments to function `mysql_dr_error'
dbdimp.c:4271: too few arguments to function `mysql_dr_error'
dbdimp.c:4283: too few arguments to function `mysql_dr_error'
dbdimp.c: In function `mysql_db_reconnect':
dbdimp.c:4445: too few arguments to function `mysql_dr_error'
make: *** dbdimp.o Error 1
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Pragma force used without method: cannot continue
it's running on a cobalt raq 550, with multiple virtual sites. Many thanks for any help
Matthew bailey,
IT administrator,
Cowley Computer Solutions.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.