LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Centos 5.5 yum install - No package libsdl-dev available. (https://www.linuxquestions.org/questions/linux-software-2/centos-5-5-yum-install-no-package-libsdl-dev-available-825862/)

xunil123 08-12-2010 02:08 PM

Centos 5.5 yum install - No package libsdl-dev available.
 
Hi,
The error below is displayed installing these packages: libsdl-dev libesd0-dev libwxgtk2.6-dev
Any help would be appreciated
Thanks
Dave

cPanel 11.24.5-S38506 - WHM 11.24.2 - X 3.9
CENTOS 5.5 i686 standard on server

yum install libsdl-dev libesd0-dev libwxgtk2.6-dev
No package libsdl-dev available.
No package libesd0-dev available.
No package libwxgtk2.6-dev available.

Elv13 08-12-2010 02:19 PM

yum install SDL-devel

I don't know why it is in upper case, but "yum search sdl | grep devel" said it was named like that.

knudfl 08-12-2010 03:03 PM

The original SDL name is SDL, upper case.
Only Debian and the Linux distros that "borrow" the Debian
packages ( like Ubuntu ) uses lower case and the short -dev.

Please always do : # yum search <name>
like : # yum search sdl
and yum will reply : SDL , SDL-devel , etc. etc.
..


All times are GMT -5. The time now is 04:31 PM.