in reply to Re^2: Problems installing DBD::mysql on Solaris 10
in thread Problems installing DBD::mysql on Solaris 10

Solaris, isn't? Where do you have your gcc and assorted binaries installed, and where is it in your PATH? Make sure they appear in your PATH before the Solaris binaries.
Perl --((8:>*
  • Comment on Re^3: Problems installing DBD::mysql on Solaris 10

Replies are listed 'Best First'.
Re^4: Problems installing DBD::mysql on Solaris 10
by graq (Curate) on Nov 03, 2005 at 10:36 UTC
    root@testboot49:/> echo $PATH /opt/bin:/opt/csw/bin:/usr/ccs/bin:/opt/sfw/bin:/usr/sbin:/usr/bin root@testboot49:/> which gcc /opt/sfw/bin/gcc root@testboot49:/> which cc no cc in /opt/bin /opt/csw/bin /usr/ccs/bin /opt/sfw/bin /usr/sbin /us +r/bin
    My big worry is the '-x' options being used. I don't understand why make (Config.pm ?) wants to use them (how it decided on those options) and it worries me that gcc doesn't like them.

    I don't really know what is going on now, and am really stuck. Is the problem with my perl installation, mysql, gcc or something else?