SDL installation

Hi,
I had SDL version 1.2.2 installed from source; i had SDL_devel
installed from rpm file. when
i’m trying to install SDL_image from SDL_image-1.2.0-1.i386.rpm, i have
the
error below:
error: failed dependencies:
libSDL-1.2.so.0 is needed by SDL_image-1.2.0-1.
I have the same problem with SDL_mixer.
In other side, there is no libSDL-1.2* file in /usr/lib
when i run sdl-config --version the result is 1.2.2.
Can anybody help me to install SDL or to unisntall what it is install
and start with a new installation?
Thanks in advance–
Moise Bertrand TACHAGO
Computer scientist
Volunteer DBMS Specialist
SDNP Cameroon, 506 Hajal Center Building
Yaounde CAMEROON
(237)22 24 90
E_mail @Bertrand_TACHAGO
tachago_bertrand at yahoo.fr

If i’m not wrong, the devel rpm packages use to contain just the headers
of the libraries and not the libraries itself (
.so). Search if there’s a
rpm packages called just SDL (without the devel) and install that package
too. I could be veru wrong because it’s about 1 year since i don’t use
RPM, where did you get the rpms that you are using?.

Greettings.
Ernesto.On Wed, 19 Sep 2001, Bertrand TACHAGO wrote:

Hi,
I had SDL version 1.2.2 installed from source; i had SDL_devel
installed from rpm file. when
i’m trying to install SDL_image from SDL_image-1.2.0-1.i386.rpm, i have
the
error below:
error: failed dependencies:
libSDL-1.2.so.0 is needed by SDL_image-1.2.0-1.
I have the same problem with SDL_mixer.
In other side, there is no libSDL-1.2* file in /usr/lib
when i run sdl-config --version the result is 1.2.2.
Can anybody help me to install SDL or to unisntall what it is install
and start with a new installation?
Thanks in advance


Moise Bertrand TACHAGO
Computer scientist
Volunteer DBMS Specialist
SDNP Cameroon, 506 Hajal Center Building
Yaounde CAMEROON
(237)22 24 90
E_mail mbtachago at sdnp.cm
tachago_bertrand at yahoo.fr

Ernesto Domato wrote:

If i’m not wrong, the devel rpm packages use to contain just the headers
of the libraries and not the libraries itself (
.so). Search if there’s a
rpm packages called just SDL (without the devel) and install that package
too. I could be veru wrong because it’s about 1 year since i don’t use
RPM, where did you get the rpms that you are using?.

I get the RPM at http://www.libsdl.org/
What do you advise me to do? To install SDL library from source?>

Greettings.
Ernesto.

On Wed, 19 Sep 2001, Bertrand TACHAGO wrote:

Hi,
I had SDL version 1.2.2 installed from source; i had SDL_devel
installed from rpm file. when
i’m trying to install SDL_image from SDL_image-1.2.0-1.i386.rpm, i have
the
error below:
error: failed dependencies:
libSDL-1.2.so.0 is needed by SDL_image-1.2.0-1.
I have the same problem with SDL_mixer.
In other side, there is no libSDL-1.2* file in /usr/lib
when i run sdl-config --version the result is 1.2.2.
Can anybody help me to install SDL or to unisntall what it is install
and start with a new installation?
Thanks in advance


Moise Bertrand TACHAGO
Computer scientist
Volunteer DBMS Specialist
SDNP Cameroon, 506 Hajal Center Building
Yaounde CAMEROON
(237)22 24 90
E_mail @Bertrand_TACHAGO
tachago_bertrand at yahoo.fr


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Moise Bertrand TACHAGO
Computer scientist
Volunteer DBMS Specialist
SDNP Cameroon, 506 Hajal Center Building
Yaounde CAMEROON
(237)22 24 90
E_mail @Bertrand_TACHAGO
tachago_bertrand at yahoo.fr

You need also the runtime !!
SDL-1.2.2-1.i386.rpm

the dev package is containing headers only (you know the .h for
compilation).
it is this way in 2 parts because some needs on the libs runtime,
but other want to develop as well and need the headers…

Note :--------
On Linux it is always better to install from the source, that’s the way Linuw decided to evolve You can grab the source, let say SDL-1.2.2.tar.gz unpack: tar -xvpfz SDL-1.2.2.tar.gz ./configure --prefix=/usr if you want the libs in /usr/lib or simply ./configure if you want the libs in /usr/local/lib make make install then go to /usr/lib (or /usr/local/lib) to look what your libs look like. Simply Jocelyn. Original Message ----- From: Bertrand TACHAGO Newsgroups: loki.open-source.sdl To: sdl at libsdl.org Sent: Thursday, September 20, 2001 10:15 AM Subject: Re: [SDL] SDL installation Ernesto Domato wrote:
If i’m not wrong, the devel rpm packages use to contain just the
headers
of the libraries and not the libraries itself (
.so). Search if there’s
a
rpm packages called just SDL (without the devel) and install that
package
too. I could be veru wrong because it’s about 1 year since i don’t use
RPM, where did you get the rpms that you are using?.
I get the RPM at http://www.libsdl.org/
What do you advise me to do? To install SDL library from source?

Greettings.
Ernesto.

On Wed, 19 Sep 2001, Bertrand TACHAGO wrote:

> Hi,
>  I had SDL version 1.2.2 installed from source; i had  SDL_devel
> installed from rpm file. when
>  i'm trying to install SDL_image from SDL_image-1.2.0-1.i386.rpm, i

have
> the
> error below:
> error: failed dependencies:
> libSDL-1.2.so.0 is needed by SDL_image-1.2.0-1.
> I have the same problem with SDL_mixer.
> In other side, there is no libSDL-1.2* file in /usr/lib
> when i run sdl-config --version the result is 1.2.2.
> Can anybody help me to install SDL or to unisntall what it is install
> and start with a new installation?
> Thanks in advance
>
> –
> Moise Bertrand TACHAGO
> Computer scientist
> Volunteer DBMS Specialist
> SDNP Cameroon, 506 Hajal Center Building
> Yaounde CAMEROON
> (237)22 24 90
> E_mail mbtachago at sdnp.cm
> tachago_bertrand at yahoo.fr
>
>
>

_______________________________________________
SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Moise Bertrand TACHAGO
Computer scientist
Volunteer DBMS Specialist
SDNP Cameroon, 506 Hajal Center Building
Yaounde CAMEROON
(237)22 24 90
E_mail mbtachago at sdnp.cm
tachago_bertrand at yahoo.fr

Hi,
I want to great you and thanks for all help.
I solved the problem by removing all SDL package which was install with
linux when installing linux on my machine and in second time, i start
the installation not from source but from rpm file and it’s works fine
now.
Thanks

Jocelyn Richard wrote:> You need also the runtime !!SDL-1.2.2-1.i386.rpm the dev package is

containing headers only (you know the .h for compilation).it is this
way in 2 parts because some needs on the libs runtime,but other want
to develop as well and need the headers… Note :--------On Linux it
is always better to install from the source, that’s the way Linuw
decided to evolve You can grab the source, let say
SDL-1.2.2.tar.gzunpack: tar -xvpfz SDL-1.2.2.tar.gz./configure
–prefix=/usr if you want the libs in /usr/libor simply ./configure if
you want the libs in /usr/local/libmakemake install then go to
/usr/lib (or /usr/local/lib) to look what your libs look like.
Simply Jocelyn.

 ----- Original Message -----
 From:Bertrand TACHAGO
 Newsgroups: loki.open-source.sdl
 To: sdl at libsdl.org
 Sent: Thursday, September 20, 2001 10:15 AM
 Subject: Re: [SDL] SDL installation
  Ernesto Domato wrote:

> If i'm not wrong, the *devel rpm packages use to contain
> just the headers
> of the libraries and not the libraries itself (*.so).
> Search if there's a
> rpm packages called just SDL (without the devel) and
> install that package
> too. I could be veru wrong because it's about 1 year since
> i don't use
> RPM, where did you get the rpms that you are using?.

 I get the RPM at http://www.libsdl.org/
 What do you advise me to do? To install SDL library from
 source?


>
>
> Greettings.
> Ernesto.
>
> On Wed, 19 Sep 2001, Bertrand TACHAGO wrote:
>
> > Hi,
> >  I had SDL version 1.2.2 installed from source; i had
> SDL_devel
> > installed from rpm file. when
> >  i'm trying to install SDL_image from
> SDL_image-1.2.0-1.i386.rpm, i have
> > the
> >  error below:
> >  error: failed dependencies:
> >            libSDL-1.2.so.0 is needed by
> SDL_image-1.2.0-1.
> >  I have the same problem with SDL_mixer.
> > In other side, there is no libSDL-1.2* file in /usr/lib
> > when i run sdl-config --version the result is 1.2.2.
> > Can anybody help me to install SDL or to unisntall what
> it is install
> > and start with a new installation?
> > Thanks in advance
> >
> > --
> > Moise Bertrand TACHAGO
> > Computer scientist
> > Volunteer DBMS Specialist
> > SDNP Cameroon, 506 Hajal Center Building
> > Yaounde CAMEROON
> > (237)22 24 90
> > E_mail @Bertrand_TACHAGO
> >        tachago_bertrand at yahoo.fr
> >
> >
> >
>
> _______________________________________________
> SDL mailing list
> SDL at libsdl.org
> http://www.libsdl.org/mailman/listinfo/sdl

 --
 Moise Bertrand TACHAGO
 Computer scientist
 Volunteer DBMS Specialist
 SDNP Cameroon, 506 Hajal Center Building
 Yaounde CAMEROON
 (237)22 24 90
 E_mail @Bertrand_TACHAGO
        tachago_bertrand at yahoo.fr


Moise Bertrand TACHAGO
Computer scientist
Volunteer DBMS Specialist
SDNP Cameroon, 506 Hajal Center Building
Yaounde CAMEROON
(237)22 24 90
E_mail @Bertrand_TACHAGO
tachago_bertrand at yahoo.fr