Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: DBD::SQLite builds but fails tests...

by dana (Monk)
on May 02, 2007 at 15:41 UTC ( [id://613188]=note: print w/replies, xml ) Need Help??


in reply to DBD::SQLite builds but fails tests...

You have an undefined symbol:

undefined symbol: dbd_st_finish at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 229

This could be getting in the way of successfully completing the tests.

  • Comment on Re: DBD::SQLite builds but fails tests...

Replies are listed 'Best First'.
Re^2: DBD::SQLite builds but fails tests...
by Anonymous Monk on May 02, 2007 at 15:45 UTC
    so....how do I fix this?

      There is most likely a version mismatch. Honestly I have been asking other sys admins how to solve this issue since you clearly don't want to use a newer version (sometimes upgrading versions introduces other problems or dependencies). The version of DynaLoader.pm on your system doesn't contain the symbol needed for the installation of the DBD::SQLite.

      I will provide more information if I find something.

        DynaLoader would never contain dbd_st_finish

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://613188]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-19 06:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found