http://qs1969.pair.com?node_id=1097459


in reply to DBD::mysql fail

Hmmm :-\ same error
[root@server DBD-mysql-4.028-Ba4U9q]# perl Makefile.PL && make make: *** [dbdimp.o] Error 1 [root@server DBD-mysql-4.028-Ba4U9q]#

Replies are listed 'Best First'.
Re^2: DBD::mysql fail
by derby (Abbot) on Aug 14, 2014 at 17:54 UTC

    If that's the only output, do a

    make clean
    or
    make distclean
    (I can never remember which). And then
    perl Makefile.PL
    and then
    make
    And then let's see the errors.
    -derby