I'm trying to install the mysql components and I get a message that
explains me that lazarus has to be compiled in order to accep dynamic linked
packages. When It is finishing the process, shows the next error:
TOutputFilter: "Linking ./lazarus"
TOutputFilter: "/usr/bin/ld: cannot find -lgds"
TOutputFilter: "lazarus.pp(352) Error: Error while linking"
TOutputFilter: "Closing script ./ppas.sh"
TOutputFilter: "make[1]: *** [lazarus] Error 1"
TExternalToolList.Run make[1]: *** [lazarus] Error 1
Why does this happen? How can I solve it?
I have installed gd-devel and mysql-devel. Do I need other libraries?