in reply to Undefined subroutine &SDL::Image::load

But today i installed Perl SDL in my Linux System(Linux Lite) and it went fine also until when i try the lunar lander: Undefined subroutine &SDL::Image::load called at lander.pl line 19.

Did you run the tests (make test) and did they all pass?

What do you get when you try ldd -v ...auto/SDL/Image.so ? (from blib? )

Does objdump -x ...auto/SDL/Image.so mention "load"?

  • Comment on Re: Undefined subroutine &SDL::Image::load